Substitution Method for Solving Systems of Equations

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
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
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.