document.write( "Question 264377: The tens digits of a number is 2 less than the units digit. The sum of the digits is 12. Identify what the number is. \n" ); document.write( "
Algebra.Com's Answer #194640 by mananth(16946) You can put this solution on YOUR website! let the unit digit be x \n" ); document.write( "ten's digit will be x-2\r \n" ); document.write( "\n" ); document.write( "x+x-2 =12 \n" ); document.write( "2x=10 \n" ); document.write( "x=5 \n" ); document.write( "the other digit = 3\r \n" ); document.write( "\n" ); document.write( "The number is 35 \n" ); document.write( " |