Question 1130792: Use two equations in two variables to solve the application.
Two pairs of shoes and four pairs of socks cost $117, and three pairs of shoes and five pairs of socks cost $170. Find the cost of a pair of socks.
Answer by ikleyn(52790) (Show Source):
You can put this solution on YOUR website! .
Let x = the price of the pair of shoes and y = the price of one pair of socks.
Then from the condition you have this system of 2 equations in 2 unknowns.
2x + 4y = 117, (1)
3x + 5y = 170. (2)
Solve it by the Elimination method.
For it, multiply eq(1) by 3 (both sides) and multiply eq(2) by 2 (both sides). You will get
6x + 12y = 117*3 (3)
6x + 10y = 170*2 (4)
Now subtract eq(4) from eq(3). The terms " 6x " will cancel each other, and you will get a single equation for the unknown y only.
(It is how the Elimination method works.)
12y - 10y = 117*3 - 170*2
2y = 11 ====> y = 11/2 = 5.50 dollars.
Then from eq(1) 2x = 117 - 4*y = 117 - 4*5.50 = 95 ====> x = 95/2 = 47.50 dollars.
Answer. $47.50 for the pair of shoes and $5.50 for the pair of socks.
Solved.
----------------
Since the question asks for only price of the socks, you can close your eyes and do not look into the price of shoes in my answer.
|
|
|