I understand your solution but this is how i was doing it and for some reason i am getting a wrong answer. Can someone point out to me why i am wrong.
For every 1 unit of Z i would need to add 3 units of X to keep the ratio 1.5 and for every unit of y i would have to add equal amount of x.
converting it to equations,
3x=z
x=y
4x=y+z and hence answer is b.
Three Grades of milk are 1 percent, 2 percent and 3 percent
-
[email protected]
- Junior | Next Rank: 30 Posts
- Posts: 11
- Joined: Wed Nov 10, 2010 7:49 am
-
Rezinka
- Master | Next Rank: 500 Posts
- Posts: 131
- Joined: Fri Oct 15, 2010 2:39 am
- Location: New Delhi, India
- Thanked: 11 times
The way I did it :
ATQ :
1*x + 2*y + 3*z = 1.5*(x+y+z)
or, x + 2y + 3z = 1.5x + 1.5y + 1.5z
or, x - 1.5x = 1.5y - 2y + 1.5z - 3z
or, -0.5x = - 0.5y - 1.5z
or, x = y+3z (divide the above equation by -0.5)
ANS : A
ATQ :
1*x + 2*y + 3*z = 1.5*(x+y+z)
or, x + 2y + 3z = 1.5x + 1.5y + 1.5z
or, x - 1.5x = 1.5y - 2y + 1.5z - 3z
or, -0.5x = - 0.5y - 1.5z
or, x = y+3z (divide the above equation by -0.5)
ANS : A
- GMATGuruNY
- GMAT Instructor
- Posts: 15539
- Joined: Tue May 25, 2010 12:04 pm
- Location: New York, NY
- Thanked: 13060 times
- Followed by:1906 members
- GMAT Score:790
I too would plug in values. It helps to recognize that since x=1% and y=2%, if we use the same amounts of x and y and none of z, the result will be a mixture that is 1.5%.lunarpower wrote:courtesy of user 'karenmeow'
Three Grades of milk are 1 percent, 2 percent and 3 percent fat by volume. If x gallons of the 1 percent grade, y gallons of the 2 grade, and z gallons of the 3 percent grade are mixed to give x + y + z gallons of a 1.5 percent grade, what is x in terms of y and z
1. y+ 3z
2. (y+z)/4
3. 2y+3z
4. 3y + z
5. 3y + 4.5z
Plug in x=2, y=2, z=0. Since the question is asking for the value of x, our target answer is x=2.
A) y+3z = 2 + 3*0 = 2. Hold onto A.
B) (y+z)/4 = (2+0)/4 = 1/2. Eliminate B.
C) 2y + 3z = 2*2 + 3*0 = 4. Eliminate C.
D) 3y+z = 3*2 + 0 = 6. Eliminate D.
E) 3y + 4.5z = 3*2 + (4.5)*0 = 6. Eliminate E.
The correct answer is A.
The trick to plugging in is to choose numbers that make the math easy.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.
As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.
For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.
As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.
For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3
- goyalsau
- Legendary Member
- Posts: 866
- Joined: Mon Aug 02, 2010 6:46 pm
- Location: Gwalior, India
- Thanked: 31 times
lunarpower wrote:courtesy of user 'karenmeow'
Three Grades of milk are 1 percent, 2 percent and 3 percent fat by volume. If x gallons of the 1 percent grade, y gallons of the 2 grade, and z gallons of the 3 percent grade are mixed to give x + y + z gallons of a 1.5 percent grade, what is x in terms of y and z
1. y+ 3z
2. y+z/4
3. 2y+3z
4. 3y + z
5. 3y + 4.5z
Ron Please explain........ What's wrong with this. { I am confused. }
Just assume there are
100 ml of y means 2 ml of fat. ( 2 % fat. )
100 ml of z means 3 ml of fat. ( 3% fat. )
400 ml of x means 4 ml of fat. ( 1 % fat )
in all we have 600 ml of solution and 9 ml of fat.
This means 9/600 is 1.5 % of fat,
by this means Both the options are correct option 1 and 4.
1. y+ 3z 100 ml of y + 300 ml of z
4. 3y + z 300 ml of y + 100 ml of z
Saurabh Goyal
[email protected]
-------------------------
EveryBody Wants to Win But Nobody wants to prepare for Win.
[email protected]
-------------------------
EveryBody Wants to Win But Nobody wants to prepare for Win.
- MAAJ
- Master | Next Rank: 500 Posts
- Posts: 243
- Joined: Sun Jul 12, 2009 7:12 am
- Location: Dominican Republic
- Thanked: 31 times
- Followed by:2 members
- GMAT Score:480
I find it easier to solve this by doing the equations:
0.01x+0.02y+0.03z = 0.015 (x+y+z) [multiplied by 1000]
10x+20y+30z = 15 (x+y+z) [divided by 5]
2x+4y+6z = 3 (x+y+z)
2x+4y+6z = 3x+3y+3z
4y+6z-3y-3z = 3x-2x
y + 3z = x and voila!
Correct Answer: [spoiler](A)[/spoiler]
0.01x+0.02y+0.03z = 0.015 (x+y+z) [multiplied by 1000]
10x+20y+30z = 15 (x+y+z) [divided by 5]
2x+4y+6z = 3 (x+y+z)
2x+4y+6z = 3x+3y+3z
4y+6z-3y-3z = 3x-2x
y + 3z = x and voila!
Correct Answer: [spoiler](A)[/spoiler]
GMAT/MBA Expert
- lunarpower
- GMAT Instructor
- Posts: 3380
- Joined: Mon Mar 03, 2008 1:20 am
- Thanked: 2256 times
- Followed by:1535 members
- GMAT Score:800
well ... nothing is wrong with that.goyalsau wrote:lunarpower wrote:courtesy of user 'karenmeow'
Three Grades of milk are 1 percent, 2 percent and 3 percent fat by volume. If x gallons of the 1 percent grade, y gallons of the 2 grade, and z gallons of the 3 percent grade are mixed to give x + y + z gallons of a 1.5 percent grade, what is x in terms of y and z
1. y+ 3z
2. y+z/4
3. 2y+3z
4. 3y + z
5. 3y + 4.5z
Ron Please explain........ What's wrong with this. { I am confused. }
Just assume there are
100 ml of y means 2 ml of fat. ( 2 % fat. )
100 ml of z means 3 ml of fat. ( 3% fat. )
400 ml of x means 4 ml of fat. ( 1 % fat )
in all we have 600 ml of solution and 9 ml of fat.
This means 9/600 is 1.5 % of fat,
by this means Both the options are correct option 1 and 4.
1. y+ 3z 100 ml of y + 300 ml of z
4. 3y + z 300 ml of y + 100 ml of z
when you pick your own numbers, you run the risk of coincidence.
the correct answer will ALWAYS be correct. some incorrect answers will SOMETIMES be correct, if certain numbers are picked.
so:
* pick the numbers
* solve the problem
* eliminate anything that's incorrect
* keep anything that's correct
* if there are 2 or more choices left, pick OTHER numbers and do the problem AGAIN
... unless you don't have time; in that case, just guess.
--
here's a really stupid example, just to get the point across:
What is x + x?
(a) 2x
(b) x^2
obviously, the answer is (a), but if you plug in x = 0 or x = 2 you'll find that both of them work. in that case, just plug in another x and try again.
Ron has been teaching various standardized tests for 20 years.
--
Pueden hacerle preguntas a Ron en castellano
Potete chiedere domande a Ron in italiano
On peut poser des questions à Ron en français
Voit esittää kysymyksiä Ron:lle myös suomeksi
--
Quand on se sent bien dans un vêtement, tout peut arriver. Un bon vêtement, c'est un passeport pour le bonheur.
Yves Saint-Laurent
--
Learn more about ron
--
Pueden hacerle preguntas a Ron en castellano
Potete chiedere domande a Ron in italiano
On peut poser des questions à Ron en français
Voit esittää kysymyksiä Ron:lle myös suomeksi
--
Quand on se sent bien dans un vêtement, tout peut arriver. Un bon vêtement, c'est un passeport pour le bonheur.
Yves Saint-Laurent
--
Learn more about ron
-
RadiumBall
- Master | Next Rank: 500 Posts
- Posts: 132
- Joined: Thu Dec 02, 2010 2:49 am
- Thanked: 5 times
Sure this is easy. But I did this algebraically just as MAAJ.
However I have one question:
How do you find the wieghts here? I assumed the percents to be wieghts and got the whole thing wrong.
(x * 1 + y * 2 + z * 3) / (1 + 2 + 3) = 1.5
and I got x = 9 - 2y - 3z (wrong)
But if I did
(x * 1 + y * 2 + z * 3) / (x + y + z) = 1.5
then I get x = y + 3 z (correct)
Could anyone kindly clarify?
However I have one question:
How do you find the wieghts here? I assumed the percents to be wieghts and got the whole thing wrong.
(x * 1 + y * 2 + z * 3) / (1 + 2 + 3) = 1.5
and I got x = 9 - 2y - 3z (wrong)
But if I did
(x * 1 + y * 2 + z * 3) / (x + y + z) = 1.5
then I get x = y + 3 z (correct)
Could anyone kindly clarify?
-
GmatKiss
- Legendary Member
- Posts: 2789
- Joined: Tue Jul 26, 2011 12:19 am
- Location: Chennai, India
- Thanked: 206 times
- Followed by:43 members
- GMAT Score:640
Hi Mitch,GMATGuruNY wrote:I too would plug in values. It helps to recognize that since x=1% and y=2%, if we use the same amounts of x and y and none of z, the result will be a mixture that is 1.5%.lunarpower wrote:courtesy of user 'karenmeow'
Three Grades of milk are 1 percent, 2 percent and 3 percent fat by volume. If x gallons of the 1 percent grade, y gallons of the 2 grade, and z gallons of the 3 percent grade are mixed to give x + y + z gallons of a 1.5 percent grade, what is x in terms of y and z
1. y+ 3z
2. (y+z)/4
3. 2y+3z
4. 3y + z
5. 3y + 4.5z
Plug in x=2, y=2, z=0. Since the question is asking for the value of x, our target answer is x=2.
A) y+3z = 2 + 3*0 = 2. Hold onto A.
B) (y+z)/4 = (2+0)/4 = 1/2. Eliminate B.
C) 2y + 3z = 2*2 + 3*0 = 4. Eliminate C.
D) 3y+z = 3*2 + 0 = 6. Eliminate D.
E) 3y + 4.5z = 3*2 + (4.5)*0 = 6. Eliminate E.
The correct answer is A.
The trick to plugging in is to choose numbers that make the math easy.
What is the reason to choose Z=0 ? and X=Y=2
Missing something here! Please help.
TIA,
GK
- GMATGuruNY
- GMAT Instructor
- Posts: 15539
- Joined: Tue May 25, 2010 12:04 pm
- Location: New York, NY
- Thanked: 13060 times
- Followed by:1906 members
- GMAT Score:790
X=1%, Y=2%, Z=3%.GmatKiss wrote:Hi Mitch,GMATGuruNY wrote:I too would plug in values. It helps to recognize that since x=1% and y=2%, if we use the same amounts of x and y and none of z, the result will be a mixture that is 1.5%.lunarpower wrote:courtesy of user 'karenmeow'
Three Grades of milk are 1 percent, 2 percent and 3 percent fat by volume. If x gallons of the 1 percent grade, y gallons of the 2 grade, and z gallons of the 3 percent grade are mixed to give x + y + z gallons of a 1.5 percent grade, what is x in terms of y and z
1. y+ 3z
2. (y+z)/4
3. 2y+3z
4. 3y + z
5. 3y + 4.5z
Plug in x=2, y=2, z=0. Since the question is asking for the value of x, our target answer is x=2.
A) y+3z = 2 + 3*0 = 2. Hold onto A.
B) (y+z)/4 = (2+0)/4 = 1/2. Eliminate B.
C) 2y + 3z = 2*2 + 3*0 = 4. Eliminate C.
D) 3y+z = 3*2 + 0 = 6. Eliminate D.
E) 3y + 4.5z = 3*2 + (4.5)*0 = 6. Eliminate E.
The correct answer is A.
The trick to plugging in is to choose numbers that make the math easy.
What is the reason to choose Z=0 ? and X=Y=2
Missing something here! Please help.
TIA,
GK
It would involve quite a bit of trial and error to come up with values for X,Y and Z so that X+Y+Z yields a mixture that is 1.5%.
It is FAR easier to come up with values for only TWO of the ingredients.
Thus:
Let Z=0, implying that no Z will be in the mixture.
Thus, the mixture will consist only of X and Y.
Since 1.5% is HALFWAY between X (1%) and Y (2%), combining equal amounts of X and Y will yield a mixture that is 1.5%.
To make the math easy, I chose X=2 and Y=2.
Private tutor exclusively for the GMAT and GRE, with over 20 years of experience.
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.
As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.
For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3
Followed here and elsewhere by over 1900 test-takers.
I have worked with students based in the US, Australia, Taiwan, China, Tajikistan, Kuwait, Saudi Arabia -- a long list of countries.
My students have been admitted to HBS, CBS, Tuck, Yale, Stern, Fuqua -- a long list of top programs.
As a tutor, I don't simply teach you how I would approach problems.
I unlock the best way for YOU to solve problems.
For more information, please email me (Mitch Hunt) at [email protected].
Student Review #1
Student Review #2
Student Review #3













