Hey there,
Question 1:
4x + 7y = 10 -- Sentence 1
2x + 3y = 3 -- Sentence 2
You have two unknowns. Using Sentence 1, find x in terms of y.
4x + 7y = 10
4x = 10 - 7y
x = (10 - 7y)/4
Now that you have x, you can substitute it into Sentence 2 so that the equation only has one unknown, y.
[x = (10 - 7y)/4]
2x + 3y = 3
2 [(10 - 7y)/4] + 3y = 3
[(10 - 7y)/2] + 3y = 3 -- Multiply the whole equation by 2 (the denominator of the fraction) to eliminate the fraction
{[(10 - 7y)/2] + 3y = 3 } x 2
10 - 7y + 6y = 6 -- Now, group the like terms
-7y + 6y = 6 - 10 -- Solve for y
-y = -4
y = 4
Now that you've found y, you can substitute it into your first equation.
[y = 4]
x = (10 - 7y)/4
x = (10 - 7(4))/4
x = (10 - 28)/4
x = -18/4 -- Simplify
x = -9/2
**Check your answers using Sentence 2.
[x = -9/2; y = 4]
2x + 3y
= 2(-9/2) + 3(4)
= -9 + 12
= 3 (same as given information)
Therefore, when x = -9/2, y = 4
Question 2:
3a - 5b = 1 -- Sentence 1
2a + 3b = 7 -- Sentence 2
You have two unknowns. Using Sentence 1, find a in terms of b.
3a - 5b = 1
3a = 1 + 5b
a = (1 + 5b)/3
Now that you have a, you can substitute it into Sentence 2 so that the equation only has one unknown, b.
[a = (1 + 5b)/3]
2a + 3b = 7
2[(1 + 5b)/3] + 3b = 7
[(2 + 10b)/3] + 3b = 7 -- Multiply the whole equation by 3 (the denominator of the fraction) to eliminate the fraction
{ [(2 + 10b)/3] + 3b = 7 } x 3
2 + 10b + 9b = 21 -- Now, group the like terms
10b + 9b = 21 - 2 -- Solve for b
19b = 19
b = 19/19
b = 1
Now that you've found b, you can substitute it into your first equation.
[b = 1]
a = (1 + 5b)/3
a = (1 + 5(1))/3
a = 6/3
a = 2
**Check your answers using Sentence 2.
[a = 2; b = 1]
2a + 3b
= 2(2) + 3(1)
= 4 + 3
= 7 (same as information given)
Therefore, when a = 2, b = 11.
Hope this helps! :)