document.write( "Question 464744: the digit in the tens place of a two digit number is three times that in the units place.if the digits are reversed the new number will be 36 less than the original number. find the original number. \n" ); document.write( "
Algebra.Com's Answer #318403 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the ten's digit be x \n" ); document.write( "units digit be y\r \n" ); document.write( "\n" ); document.write( "x=3y \n" ); document.write( "x-3y=0.....................1 \n" ); document.write( "10y+x=10x+y+36 \n" ); document.write( "9y-9x=36 \n" ); document.write( "/9 \n" ); document.write( "y-x=4......................2\r \n" ); document.write( "\n" ); document.write( "add (1) & (2) \n" ); document.write( "-2y=4 \n" ); document.write( "y=-2 \n" ); document.write( "x=3y \n" ); document.write( "x=-6 \n" ); document.write( "The number is -62 \n" ); document.write( " |