Alice and Bob want to paint two identical houses. If they work together on one house at a time, they can finish both houses in 16 hours, taking 8 hours on each. Alice paints twice as fast as Bob does.
Unfortunately, there is only one paintbrush available, so they have to take turns. If they decide that each person paints one house, how much time (in hours) will it take for both houses to be painted?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A = 2 B
B = 2 A
H = A + B
Alice
H = A + 2 A = 2 2 A + 2 A = 2 3 A
3 2 H = A
Alice can paint 3 2 of a House in 8 hours.
2 3 × 8 = 1 2
Bob
H = 2 B + B = 3 B
3 1 H = B
Bob can paint 3 1 of a House in 8 hours.
3 × 8 = 2 4
1 2 + 2 4 = 3 6
Problem Loading...
Note Loading...
Set Loading...
Let's call the amount of work Bob does in an hour B and the amount of work Alice does in an hour A . Then A = 2 B
In the first case, they have two brushes, work for 16 hours, and get the job done.
The total amount of work they get done is 1 6 A + 1 6 B = 3 2 B + 1 6 B = 4 8 B
In the second case they have only one brush, so only one of them works at a time, each doing half of the job, that is 2 4 B .
Bob does his 2 4 B in 2 4 hours.
Alice does the same 2 4 B in half the time, that is 1 2 hours.
The total time is the sum of the two, 2 4 + 1 2 = 3 6 hours.