How Much Water Does Each Barrel Contain?

Algebra Level 2

Two barrels, Y and Z, contain water. Y contains more water than Z. Nigel pours from Y into Z as much water as Z already contains. Then, he pours from Z into Y as much water as Y already contains. Finally, Nigel pours from Y into Z as much water as Z already contains. Both barrels now contain 64 gallons of water. How many gallons of water were in each barrel at the beginning?

Hint: It helps to work backwards to solve this problem.

88 gallons in Y, 40 gallons in Z 90 gallons in Y, 40 gallons in Z 90 gallons in Y, 45 gallons in Z 108 gallons in Y, 50 gallons in Z

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.

23 solutions

Yasir Ikram
Mar 17, 2014

let suppose Y has water=a and Z has water =b in the begining,,,,,,,, after ist step the water in Z becomes 2 times i.e=b+b=2b and water in Y becomes b less a i.e=a-b ,,,,,,,, after 2nd step water in Y becomes 2 times i.e (a-b)+(a-b)=2a-2b and water in Z becomes 2b-(a-b)=3b-a,,,,,,,,in 3rd step water in Z becomes 2 times i.e 3b-a+3b-a= 6b-2a and finally in Y becomes (2a-2b)-( 3b-a)=3a-5b,,,,,,, finally water becomes 64 in each i.e Y=3a-5b=-64 and Z= -2a+6b=64 ,,,, by solving simultaneously ans comes Y=88 and Z=40

simple to answer the question in all options they contain more than 128 total but only this option is 128 total having

Gopalarao Valiveti - 7 years, 2 months ago

Log in to reply

Yes, this is the fastest key to answer it

Dang Anh Tu - 7 years, 2 months ago

Log in to reply

that's why i posted the solution

Gopalarao Valiveti - 7 years, 2 months ago

I also used the same method as you

Riya chauahan - 7 years, 2 months ago

Log in to reply

that's ok

Gopalarao Valiveti - 7 years, 2 months ago

LOL, so simple answer, this two totals 128, answer D represents it

S M Alam - 7 years, 2 months ago

i like your sulution but i like mine

Ryan Michael Patagani - 7 years, 2 months ago

mine solution is also same as yours

PrithiPal Singh - 7 years, 2 months ago

mine solution is also same as yours

Sad Prince - 7 years, 2 months ago

why is Y = -64?

Michael Chen - 6 years ago

very nyce...:)

Rajiv Yadav - 7 years, 2 months ago
David Jarvis
Mar 22, 2014

Since it was a computer science problem, I just wrote this and saved myself a whole lot of braincells.

#include<stdio.h>

main(){
    int z=64, y=64;
    z/=2;y+=z;
    y/=2;z+=y;
    z/=2;y+=z;
    printf("y=%d  z=%d\n",y,z);
}

Therfore giving me

Y=88 and Z=40

great!

Ahamed Kabeer - 7 years, 2 months ago

88,40

Don Billa - 7 years, 2 months ago

Hello guys.. I newly joined this.. I tried mcq option to the question.. and the first one get correct;-)

Sumaiya Muzammil - 7 years, 2 months ago
Tunk-Fey Ariawan
Mar 17, 2014

The total final water in barrel Y Y and barrel Z Z is 64 + 64 = 128 gallons 64+64=128\text{ gallons} , therefore the total initial water in Y Y and Z Z must also 128 gallons 128\text{ gallons} . From the options given, only one option that has a total sum 128 gallons 128\text{ gallons} , which is 88 gallons 88\text{ gallons} in Y Y , 40 gallons 40\text{ gallons} in Z Z .


# Q . E . D . # \text{\# }\mathbb{Q.E.D.}\text{ \#}

I did the same solution

Chirna Coyo - 7 years, 2 months ago

exactly i did the same way...

Vighnesh Raut - 7 years, 2 months ago

i did the same solution

Arfan Khalil Mughal - 7 years, 2 months ago

i did same

GAlith Marrichettu - 7 years, 2 months ago

there are some calculations for the solutions of the problem. But most simple is by inspecting the answer: 64+64=128; 88+40=128.

i solved it like you

Bassel Soliman - 7 years, 1 month ago

Exactly what I did. The figures already given need to be looked at closely. They usually give you the answer in the question, you just have to find it.

Tom Kearney - 5 years, 11 months ago
Srinivas Laxmi
Mar 17, 2014

Solve from reverse y= 64 z=64 y= 64+32=96 Z= 64-32=32 y= 96-48 =48 z= 32+48 =80 y= 48+40 = 88 Z= 80-40 =40

I like your solution :)

MD HASINUR RAHMAN RAJU - 7 years, 2 months ago

This is what I did, but now I'm wishing i had used Gopalarao's method

Anon Omous - 7 years, 2 months ago
Rizky Riman
Mar 31, 2014

Just see the answers. The only answer that has the same amount as the end is 88 and 40.

Y=88 and Z=40 , Because at the end both contain 64 L ie 128 collectively and only this answer confirms to this condition.

Metta Ong
Mar 27, 2014

There is a shortcut for this: 64+64 = 128

88 + 40 is the only one that adds up to 128. So, there you go

Rahul Agrawal
Mar 22, 2014

water in both the barrels is 64 gallons so at the end water is 64+64=128 gallons similarly at the begining water should be 128 gallons. From the options only 3rd option gives 88+40=124. Hence answer is 88+40

Salaar Sultan
Mar 21, 2014

at the end, both barrels contained 64+64=128. so, at start both should also contain the total 128. so, in 1st option, y=88 & z=40. by adding them we get, 128. so I think, this is correct.

You don't actually need to solve it, the given possible solutions give it away since ony 1 option sum to 128 gallons of water

lighten me up, they both ended with 64, that sums up to 128, none of the other 3 possible answers sums to 128

Moustafa Aboul Atta - 7 years, 2 months ago

Hahahahaha... r u trying to make us fool? check ur explaination again.

Salaar Sultan - 7 years, 2 months ago
Jake Jeffers
May 10, 2015

Both barrels contain 64 gallons. The only solution that has the same is 88 and 40

Total volume of water at the end os 64x2. Only option 2 has total volume of water of 128 ;D

Eslam Samy
Aug 25, 2014

The total volume will remain the same then the total amount = 64 ×2 =128 Only one option accomplish that 88 , 40

Himanshu Arora
Jun 11, 2014

Bad options. Water is neither created nor destroyed in the problem. So by conservation law the net water remains a constant in time. Thus only one option satisfies.

Akshitha Ganji
Jun 7, 2014

first we should add y+z in all options then 88+40=128 then yz/2=128/2=64

Kristian Iroy
May 18, 2014

the choices are not so intelligent i think. anything that will add up to 128 will be the answer. simple as that.

S W
Apr 22, 2014

Back Tracking y=64, z=64 Step 2 y=96 and z=32, Step 3 y=48 and z=80 step 4 y=88 and z=40

Surjeet Rawat
Mar 29, 2014

starting from backward divide big figure by 2 and add the same value to small figure. Go it 3 time, and you will get answer

Gernel Lumacad
Mar 28, 2014

The following actions of pouring water from Y to Z , Z to Y blah blah blah is just an illusion to the statement. Focus on the final given that both barrels contain 64 gallons each therefore the total gallons of water is 128 gallons. Among the choices , Letter A is the correct answer in which the equivalent total amount of water is 128 gallons.

right

डा. चौधरी - 7 years, 2 months ago
Abhi Yadav
Mar 27, 2014

simple just look at the ans and add them it must be same as double of 64

yeah, my method is the same as yours

Cheayean Capendit - 7 years ago
Awdhesh Chauhan
Mar 22, 2014

let in Y =a+b, Z=a, 1.moved from y so Y=b,Z=2a 2.moved from Z so Y=2b,Z=2a-b 3.moved from Y so Y=2b-2a+b ,Z=4a-2b 3b-2a=64,4a-2b=64 so y=a+b=88,z=a=40

Vivek Dave
Mar 17, 2014

Y Z

1: y-z , 2z;

2:2(y-z),2z-(y-z);

3:2y-2z-(3z-y),2(3z-y);

¦¦¦ 3y-5z=64 - 2y+6z=64,,,,,,y=88;z=40

its easy to solve

Sandy Juerman - 7 years, 2 months ago

Easy only last option states that total water is 128 gals...which is according to the problem...as(64 * 2) =128

Sayantan Ghosh - 7 years, 1 month ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...