Substitution Method for Solving Systems of Equations

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
rcmango
Messages
232
Reaction score
0

Homework Statement



5a = 5 - b
5a = 3 - b



Homework Equations





The Attempt at a Solution



I got the solution set to be 1/2, 5/2

i used substitution for substituting a into b of the second equation, just like they were x's and y's just used a's and b's there is no difference correct?

a = 1- b/5 from top equation.

then 5(1-b/5) = 3 - b

==5/2

then for 1/2 I substituted the b= 5/2 back into one of the original equations.
Does this look correct? Thanks a lot.
 
Physics news on Phys.org
Hi rcmango!

You had 5(1-b/5) = 3 - b
If you get rid of the parentheses, you get 5 - b = 3 - b
Can you solve b from that expression?
Or what else can you deduce from that?
 
rcmango said:
5a = 5 - b
5a = 3 - b

Please allow me to translate these equations into a "word problem":

Five apples cost $5 minus a certain bit of change.
Five apples cost $3 minus the same bit.

Does this look as if there could be any fixed price for apples that would make sense in both statements?
 
5a = 5 - b
5a = 3 - b

First equation solved for b: b=5-5a
Substitute into second equation: 5a=3-b,
5a=3-(5-5a)
5a=3-5+5a
add -5a to both sides: 0=-2
Incorrect statement. No solution.

You can try a different way to what happens.
 
I see now, there are no solutions, anyway you work it out. Thankyou.
 
Assuming you are in Introductory Algebra like in high school, another thing you can try is to solve each equation for b. Look at the slope, as if a is the horizontal axis and b is the vertical axis. If the slopes are equal, the lines for each equation are parallel and therefore will not intersect, meaning no point in common, meaning the system of equations has no solution.

b=-5a+5
b=-5a+3

Slope of both equations is -5, so the lines are parallel.