Incremental Calculator I for the Substitution Method


Solve:
a11x + a12y = b1
a21x + a22y = b2

x + y = (eq.1)
x + y = (eq.2)

Solve the first equation for y:
(note that we could solve first for x as well)
y = x + (eq.3)
Plug-in the the right side of eq.3 into the eq.2.
x + x + = (eq.4)
and simplify x = (eq.5)
Plug-in eq.5 into eq.2 to get the value of y:
y =



Intro/Procedures
Definitions
Calculator
Incremental Calculator II
Incremental Calculator III
Graphical Calculator
Keyword Cycling Test Learning
Main Table of Contents