Math Fundamentals18 sections · 814 units
Open in Course

Solving by Substitution

Replace one variable

To use substitution, solve one equation for one variable, then plug that into the other equation.

From x+y=10x + y = 10, you get y=10xy = 10 - x. Substitute into xy=4x - y = 4: x(10x)=4x - (10 - x) = 4, which simplifies to 2x10=42x - 10 = 4, so x=7x = 7. Then y=3y = 3.

Check: 7+3=107 + 3 = 10 and 73=47 - 3 = 4. Both equations are satisfied.