ZYX represents a 3 digit number.
If XYZ+ XZY+ YXZ+ YZX+ ZXY= 2536
What is ZYX?
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.
i also arrived at 221x+212y+122z=2536 by simply looking on the PLACE VALUE of each variable (e.g., x appears twice in the hundreds and tens place and once in the ones place so we get 2(100)+2(10)+1=221 ) But i didn't get it how u arrived at x=2, y=7, and z=5 WITHOUT resorting to TRIAL and ERROR.
I didnt get your answer....kindly explain it clearly...
I like how your solution does not make assumptions for values of n and m.
The sum of all 6 numbers is 222(x+y+z)
222*(x+y+z)=2536+zyx
Divide both sides by 222
(x+y+z)=11 94/222+ zyx/222
since x y z are all integer x+y+z must be an integer and the right hand side must also be an integer to satisfy this condition zyx must satisfy (222-94)+222n that is 128+222n where n is any integer greater than or equal to 0
Since zyx must be less than 1000 (since no digit may be greater than 9 for a max of 999, or 987 for unique digits) it is easy to list all the possible candidates
If left hand side = right hand side (LHS=RHS) then the solution is valid, If they do not then the solution is invalid
n=0 zyx=128 LHS=1+2+8=11 RHS=12 11 != 12 so invalid
n=1 zyx=350 LHS=3+5+0=8 RHS=13 8 != 13 so invalid
n=2 zyx=572 LHS=5+7+2=14 RHS=14 14 = 14 thus this is the solution
n=3 zyx=794 LHS=7+9+4=20 RHS=15 20 != 15 so invalid
n=4 zyx=1016 zyx greater than 999 so all n greater than 3 are invalid
I guess u re right !!
nice solution
100x+10y+z + 100x+10z+y + 100y+10x+z + 100y+10z+x + 100z+10x+y = 2536
221x+212y+122z = 2536
222x+222y+222z = 2536 + zyx
222(x+y+z) = 2536 + zyx
zyx = 222(x+y+z) - 2536
n=0 zyx=128 LHS=1+2+8=11 RHS=12 11 != 12 so invalid
n=1 zyx=350 LHS=3+5+0=8 RHS=13 8 != 13 so invalid
n=2 zyx=572 LHS=5+7+2=14 RHS=14 14 = 14 thus this is the solution
n=3 zyx=794 LHS=7+9+4=20 RHS=15 20 != 15 so invalid 222*14 = 3108
=>
zyx = 222(2+7+5) - 2536
zyx = 572
i applied same!
Totally agree
100x+10y+z + 100x+10z+y + 100y+10x+z + 100y+10z+x + 100z+10x+y = 2536
221x+212y+122z = 2536
222x+222y+222z = 2536 + zyx
222(x+y+z) = 2536 + zyx
zyx = 222(x+y+z) - 2536
Trying multiplication of 222 which should be greater than 2536
222*14 = 3108
=>
zyx = 222(2+7+5) - 2536
zyx = 572
you are right i followed the same procedure
How u chose that x=2,y=7,z=5
Log in to reply
Thanks Shubham.
I chose x=2, y=7 and z=5 based on the final answer I got.
In the steps, I wrote (2+7+5) instead of the value 14 only for reader's understanding purpose. :)
Please feel free to ask if you have any question.
Let X Y Z be a three digit number represented as 1 0 0 X + 1 0 Y + X
now it can easily be shown that
X Y Z + X Z Y + Y X Z + Y Z X + Z X Y + Z Y X = 2 2 2 ( X + Y + Z )
Given the fact
X Y Z + X Z Y + Y X Z + Y Z X + Z X Y = 2 5 3 6
⇒ X Y Z + X Z Y + Y X Z + Y Z X + Z X Y + Z Y X = 2 5 3 6 + Z Y X = 2 2 2 ( X + Y + Z ) ⇒ Z Y X = 2 2 2 ( X + Y + Z ) − 2 5 3 6
Considering Z Y X > 0 we have X + Y + X ≥ 1 2 And Considering Z Y X is a 3 digit number we have X + Y + X ≤ 1 5
So we need to find a number 2 2 2 ( X + Y + Z ) − 2 5 3 6 where 1 2 ≤ X + Y + X ≤ 1 5
Using enumeration its easy to determine that Z Y X = 5 7 2
i am impressed by your solution............very interesting......quite simple though......
Ans:572; By verification method. On adding all MSBs, 2x+2y+z+carry = 25.
222(x+y+z)=2536+zyx (by adding zyx both sides) 2536/222=11.4...so check 222 12-2536=128,1+2+8=11 not 12 222 13-2536=350;3+5+0=8 not 13 222*14-2536=572,5+7+2=14 hence ans is 572;
X+2y +2z=26 (eq.1) 2x + y +2z =21(eq.2) 2x +2y +z =23 (eq.3) Solving for all unknown values leads to z=5, y=7,& x=2 , so the number is 572
you can easily get to the situation where 222(x+y+z)=2536+zyx
or, x+y+z=11+(94+zyx)/222
or, so 94+zyx=222n
now you can easily get the value of ZYX=572
upvote if you think its the easiest method.
thank you
Add all digits we get three equations : X+2Y+2Z>=6--(1),2X+Y+2Z>=3--(2),2X+2Y+Z<=25--(3). Add left part of all eqns we get 5(X+Y+Z) so right hand equality must be a multiple of 5.So the inequalities when converted to equalities we get eqn(1)=26.eqn(2)=21,eqn(3)=23 and solving for X,Y,Z we get ZYX=572
let x+y+z=k; k is a positive integer
3 possibilities arise then
<b>case 1</b> :
2k-x=26;
2k-y=21;
2k-z=23
=>5k=70(adding the 3 equations ) hence x+y+z=14 from case 1 ...now substitute and solve
<b>case 2 </b>:2k-x=16,,,,2k-y=12,,,,2k-z=24 ===>5k=52 ,so INVALID !
case 3:k-x=6,,,,,2k-y=3,,,,,2k-z=25 ===>5k=34, so INVALID !
other 2 cases are INVALID because k is integer:;
Problem Loading...
Note Loading...
Set Loading...
For the ones digit z + y + z + x + y = x + 2y + 2z = 6 + 10n (eqn 1) where n is a positive integer
For the tens digit y + z + x + z + x + n = 2x + y + 2z + n = 3 + 10m (eqn 2) where m is positive integer
For the hundreds digit x + x + y + y + z + m = 2x + 2y + z + m = 25 (eqn 3)
Now, from (eqn 3) we have m = 25 - 2x - 2y - z
Then substituting m to (eqn 2) 2x + y + 2z + n = 3 + 250 - 20x - 20y - 10z
n = 253 - 22x - 21y - 12z
Finally, substituting n to (eqn 1) x + 2y + 2z = 6 + 2530 - 220x - 210y - 120z
221x + 212y + 122z = 2536
You will arrive at x = 2, y = 7, z = 5