Quote:
Example 4.
Machine A and Machine B are used to manufacture 660 sprockets. It takes machine A ten hours longer to produce 660 sprockets than machine B. Machine B produces 10% more sprockets per hour than machine A. How many sprockets per hour does machine A produce?
Solution 4.
You wont come across many problems tougher than this on the GMAT. But as we will see, even the toughest of problems can be solved with relative ease if we employ the concept discussed above.
‘It takes machine A ten hours longer to produce 660 sprockets than machine B’
Let machine A produce 660 sprockets in ‘x’ hours.
Therefore, machine B will produce 660 sprockets in ‘x – 10’ hours.
With this information, we can calculate the amount of work machine A and B do per hour respectively.
Rate at which machine A works = [1/x] per hour
Rate at which machine B works = [1/(x – 10)] per hour
‘Machine B produces 10% more sprockets per hour than machine A’
If machine A produces [1/x] sprockets an hour, then machine B will produce (1/x) +(10/100)*(1/x) = (11/10x)
But we already know that rate at which machine B works = [1/(x – 10)] per hour. Therefore, equating it to (11/10x) we get the following equation:
(11/10x) = 1/(x-10) → x = 110 hours
‘How many sprockets per hour does machine A produce?’
If in 110 hours A produces 660 sprockets,
Then in 1 hour it will produce (660*1)/110 = 6
Therefore answer is 6.
Another way in which it can be solved:
Let 'x' be the no. of hours taken by B to complete the work, therefore A takes x+10 hours
Also, Let 'y' be the rate of work (sprockets/hr) for A, therefore, for B it becomes 1.1y ((110/100) * y) since B produces 10% more.
Equation then becomes: 1.1y * x = 660 (B)
y * (x+10)= 660 (A)
Since both =660, 1.1y * x = y * (x+10)
Solving the equation gives us x=100, y=6
Well done. Another fast way of tackling this problem.