BATH TUB

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 489
Joined: Tue Jul 05, 2011 11:10 am
Thanked: 28 times
Followed by:5 members

BATH TUB

by gmatblood » Wed Nov 02, 2011 11:54 am
In a certain bath tub, both the cold water and hot water fixuters leak. The cold water leak alone would fill an empty bucket in c hours, and the hot water leak would fill the same bucket in h hours, where c < h. If both fixtures began to leak at the same time into the empty bucket, at their respective constant rates and consequently it took t hours to fill the bucket, which of the following must be true?

I. 0 < t < h
II. c < t < h
III. c/2 < t < h/2

o I only
o II only
o III only
o I and II
o I and III

Is this approach fine?

h=4
c=2

(2)(4)/(2+4) = T
8/6 = 4/3 = T

Now just fill in:

I. 0 < 4/3 < 4.............yes
II. 2 < 4/3 < 4............no
III. 2/2 < 4/3 < 4/2.....yes

IMO: E Does plugging in values work in MUST BE TRUE questions?
Source: — Problem Solving |

User avatar
GMAT Instructor
Posts: 349
Joined: Wed Sep 28, 2011 3:38 pm
Location: Austin, TX
Thanked: 236 times
Followed by:54 members
GMAT Score:770

by GmatMathPro » Wed Nov 02, 2011 12:36 pm
You should be careful using this approach on "MUST be true" problems. If you don't know how to do it any other way, at least try a few different values to increase your confidence in the result. The danger is that if the statement you are testing is only sometimes true, you might pick values that happen to make it work, which might make you think it is always true, and you won't see the values that make it untrue. For example, "Is 2^n+1 always prime for every non-negative integer n?" Here, you might plug in 0, 1, and 2 and get 2,3, and 5 and conclude that it is, in fact, always prime. But if you plug in n=3, you get 9, which is not prime. So the statement is not always true. So you generally want some other evidence to convince yourself that something is ALWAYS true.

Another way to analyze this problem is as follows:

I. 0<t<h The time will always be less than h because h is how long it takes with the hot water fixture alone, so with the help of c, the bucket will fill up faster. And, obviously, the time cannot be zero or negative. ALWAYS true.

II. c<t<h. This is never true because it takes c hours with just the cold water fixture, so with the help of the hot water fixture, the bucket must be filled up in less time than c hours. NEVER true.

III. c/2<t<h/2. c/2 is how long it would take if both fixtures were leaking as fast as the cold water fixture. But the hot water fixture is leaking more slowly than the cold, so it will take more time than if we had 2 fixtures both leaking at the cold water rate. Hence, t>c/2. On the other hand, h/2 is how long it would take if we had two fixtures both leaking at the rate of the hot water fixture. But we actually have replaced one of those with the faster leaking cold water fixture, so it must take less time than h/2 hours. So t<h/2. Combining, it must be true that c/2<t<h/2. ALWAYS true.

Whoever wrote this problem must have been a nice guy, because he didn't create any trap answers: statements that are sometimes true, but are not always true. For example, let's say we had to evaluate whether c/3<t<h/3 is always true. If we use c=2 and h=10, then t=5/3, and 2/3<5/3<10/3, so it appears to be true. But if we choose c=2 and h=3, then t=6/5, and 2/3<6/5<1 is NOT true, so the statement is not always true, but we didn't see that until the second round of plugging in values.

So, again, be careful with this strategy on MUST be true questions. If you do use the strategy, try to get some supporting evidence for why the statements are ALWAYS true. If you can't see the logic behind it, at least try plugging in a range of values, time permitting. In a case like this, it might mean plugging in values of c and h that are both small or both large or close together or far apart. In other types of problems it might mean making sure you try out values that are negative or fractions, or zero.
Pete Ackley
GMAT Math Pro
Free Online Tutoring Trial

User avatar
Legendary Member
Posts: 588
Joined: Sun Oct 16, 2011 9:42 am
Location: New Delhi, India
Thanked: 130 times
Followed by:9 members
GMAT Score:720

by rijul007 » Wed Nov 02, 2011 12:52 pm
C fills in c hrs
H fills in h hrs

c < h

if both are wokring simultaneously,
t<c

You can look at it like this...
H is helping C to get the work done earlier.




let us say if c = h

then totla time taken would be c/2 hrs
but because h > c

time taken by both H and C will be more than c/2


combiinig both

c/2 < t < c

Hence statement I and III will always be true.