document.write( "Question 422551: The tens digit of a 2-digit number is twice the units digit. The sum of the digits is 12. Find the original number. \n" ); document.write( "
Algebra.Com's Answer #294933 by sudhanshu_kmr(1152)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "let unit digit = x, tens digit =2x\r \n" ); document.write( "\n" ); document.write( "2x + x = 12\r \n" ); document.write( "\n" ); document.write( "=> x =12/3 =4\r \n" ); document.write( "\n" ); document.write( "so, original number is 84.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |