document.write( "Question 779577: The digit at ten's place of a two-digit number is three times the digit at unit's place. The number obtained by interchanging the digits is less than the original number by 36. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #475294 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be xy\r \n" ); document.write( "\n" ); document.write( "x=3y....................(1)\r \n" ); document.write( "\n" ); document.write( "10y+x=10x+y-36\r \n" ); document.write( "\n" ); document.write( "9y-9x=-36 \n" ); document.write( "/9 \n" ); document.write( "y-x=-4..................(20\r \n" ); document.write( "\n" ); document.write( "substitute x\r \n" ); document.write( "\n" ); document.write( "y-3y=-4 \n" ); document.write( "-2y=-4 \n" ); document.write( "y=2\r \n" ); document.write( "\n" ); document.write( "x=3y \n" ); document.write( "so x=6\r \n" ); document.write( "\n" ); document.write( "The number is 62 \n" ); document.write( " |