We have shortened the usual notation indicating with a sub-index the number of times that a digit is conseutively repeated. For example, 1 1 1 9 9 0 0 0 0 9 is denoted 1 3 9 2 0 4 9 1 .
If ( x , y , z ) satisfy 2 x 3 y 5 z + 3 z 5 x 2 y = 5 3 7 2 8 3 5 1 7 3 , then find the value of x + y + 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.
I saw the "short answer" and that was enough for me. The question could be changed to require a person to find the specific values of x, y, and z (for example: what is x|y|z? where | is concatenation).
22222333555+333555552222=555778885777
Problem Loading...
Note Loading...
Set Loading...
The short answer is to note that the result has 1 2 digits, so each of the summands must have 1 2 digits too (since the summands begin with 2 and 3 ); so x + y + z = 1 2 .
To actually find x , y , z , though, consider the different digits of the sum (call the total S ). S contains digits 5 , 7 , 8 . Using the digits in the summands, these can only be made with the following digit additions: 5 = 2 + 3 , 7 = 2 + 5 , 8 = 3 + 5
Looking at the form of S , each column of the sum must be
We have to arrange these so the the digits of the top row appear in the order 2 , 3 , 5 and of the second row in the order 3 , 5 , 2 ; there is only one way to do this:
which gives ( x , y , z ) = ( 5 , 4 , 3 ) .