Question 6245
Solving systems by substitution is one out of many methods of obtaining values that satisfy the given system of equations.
<P>For example,
x+y=10......[1]
3x+4y=45....[2]
<P>
To solve this system by sbstitution,we would need to go about it like this:
x+y=10
x=(10-y)....(*)
Substituting this value of x in the second equation we get,
3(10-y)+4y=45
30-3y+4y=45
30+y=45
y=45-30=15
<P>
then x=10-15=-5,y=15 for this example.
<P>Thus you can solve a system by substitution.Hope this helps,good luck.