document.write( "Question 999024: A number consists of 2 digits whose sum is 11 . If the digits are interchanged the value of the number decreases by 45 . Find the number. \n" ); document.write( "
Algebra.Com's Answer #616774 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Well, you can play with all the combinations to find the answer... \n" ); document.write( "83 becomes 38 and decreases by 45... \n" ); document.write( "Otherwise cal the tens digit x and the ones digit y. \n" ); document.write( "x + y = 11 \n" ); document.write( "(10x+y)-(10y+x) = 45 \n" ); document.write( "9x - 9y = 45 or \n" ); document.write( "x - y = 5 \n" ); document.write( "x + y = 11 \n" ); document.write( "add the two equations and get \n" ); document.write( "2x = 16 \n" ); document.write( "x = 8 \n" ); document.write( "y = 3 \n" ); document.write( "83 \n" ); document.write( " |