I have a question based on the GMAT exam regarding work rate problems. In particular, problems that involve multiple entities having different work rates, but those work rates are defined relative to each other. My goal is to find a general algebraic solution to solve problems like this.
Here's an example question:
Machine A is twice as fast as Machine B in completing a task. Together they can complete the task in 10 hours. How long will it take each of the machines to complete the task separately?
To solve general work rate problems, most GMAT books use the formula below like so:
$\frac{1}{A} + \frac{1}{B} = \frac{1}{t}$
where A and B are the work rates of two separate machines required to complete a task. This is simple enough when we have a question like
$\text{A takes 2 hours to complete a task. B takes 3 hours to complete a task. How many hours does it take for A and B completed to task together?}$
The solution is simply:
$\frac{1}{2} + \frac{1}{3} = \frac{1}{t}$
Solving for t gives $\frac{6}{5}$ hours.
However, I'm probably missing something when it comes to related rates like the first question above.
My approach is as below:
- Define A in terms of B.
- Then solve using the formula provided above.
The problem I face is translating (1) to (2).
If Machine A is twice as fast as Machine B, then it should be:
$\text{A = 2B}$.
Substituting this into the work rate formula yields:
$\frac{1}{2B} + \frac{1}{B} = \frac{1}{10}$.
Solving for B gives 15 hours. Taking this result into $\text{A} = 2B$ gives 30 hours, which is the inverse result I'm looking for.
Instead, the solution should be $\text{A = 15 hours, and B = 30 hours.}$ Pretty sure it's something subtle, but would appreciate some greater clarity in approaching problems like these.