VeritasPrepKarishma
runningguy
Could someone also do this problem plugging numbers. I tried but it is not working.
Number plugging could work like this:
John worked on the job for 10 hours and Mary worked for 8 hours. They were both paid an equal amount but Mary gave John some of her amount so that they both get the same hourly wage. We can easily imagine this by assuming that they both got $9 each initially and Mary gave $1 to John so that Mary got $8 (@$1 per hr) and John got $10 (@ $1 per hr).
So x could be $9
and y could be $1.
We need x in terms of y which is x = 9y
Hi Karishma,
I actually tried the number approach as well and did EXACTLY that, with those same exact numbers, but for some reason, didn't think that the answer was the right answer.
Mary worked 8 hours.
John worked 10 hours.
Let's say they both earned 80 dollars, which would make:
Mary's hourly wage: $10/hr
John's hourly wage: $8/hr
To get the same wage, lets say 9, mary would earn $9/hr and John would earn $11/hr. But doing so, the total gets misaligned. Now, Mary's total wage will be (9$/hr)(8hr) = $72 and John's will be (11$/hr)(10hr) = $110. Don't they need to earn the same TOTAL money? How can this work if they need to earn the same total?
Thanks!
Bunuel
Walkabout
John and Mary were each paid x dollars in advance to do a certain job together. John worked on the job for 10 hours and Mary worked 2 hours less than John. If Mary gave John y dollars of her payment so that they would have received the same hourly wage, what was the dollar amount, in terms of y, that John was paid in advance?
(A) 4y
(B) 5y
(C) 6y
(D) 8y
(E) 9y
The amount Mary has in the end is x-y dollars and she worked for 8 hours;
The amount John has in the end is x+y dollars and he worked for 10 hours;;
We are told that in this case their hourly wage was the same: \(hourly \ wage=\frac{wage}{# \ of \ hours \ worked}=\frac{x-y}{8}=\frac{x+y}{10}\), from \(\frac{x-y}{8}=\frac{x+y}{10}\) we get that \(x=9y\).
Answer: E.
Bunuel,
I can completely follow the logic below but I had no idea that we were solving for x. How did you come up with the concept, albeit correct, that we were solving for x?
Thanks!