Cheeky approach to few tricky problems-1

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 134
Joined: Fri Apr 06, 2012 3:11 am
Thanked: 35 times
Followed by:5 members
Sometime we are caught up with easy but lengthy problems. In the series of Cheeky approach to few lengthy problems, I am recommnding few common sense approaches.

Enjoy!

Q. What is the value of x^3+y^3+z^3 ? if x+y+z = 6 and xy+yz+zx = 11.

A.24
B.36
C.54
D.121
E.25
----------------------------------------------------------------------------
Just analyse x+y+z = 6 and xy+yz+zx = 11. Try to fit in few small +ive integers for x, y & z .

Say... x=y=z=2. But this does not satisfy xy+yz+zx = 11. Hence rejected.

Just by hit & trial, lets see x=1, y=2 & x=3 satisfies xy+yz+zx = 11. Hence solution is B.
Shalabh Jain,
e-GMAT Instructor
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 381
Joined: Wed May 19, 2010 10:15 pm
Thanked: 41 times
Followed by:2 members

by AbhiJ » Sun Apr 08, 2012 11:11 pm
Can you solve it algebraically ?

User avatar
Master | Next Rank: 500 Posts
Posts: 134
Joined: Fri Apr 06, 2012 3:11 am
Thanked: 35 times
Followed by:5 members

by Shalabh's Quants » Sun Apr 08, 2012 11:33 pm
AbhiJ wrote:Can you solve it algebraically ?

Not possible due to lack of data.

Since (x+y+z)^3 = x^3+y^3+z^3 +3(x+y+z)(xy+yz+zx) - 3xyx;

We are not given the value of xyz.
Shalabh Jain,
e-GMAT Instructor

Master | Next Rank: 500 Posts
Posts: 381
Joined: Wed May 19, 2010 10:15 pm
Thanked: 41 times
Followed by:2 members

by AbhiJ » Mon Apr 09, 2012 10:55 am
Then the question has more than one solution, unless you add another constraint like x,y,z are positive integers.