document.write( "Question 416118: the sum of the digits of a two-digit number is 15. The second digit is 12 less than twice the girst digit. What is the number? \n" ); document.write( "
| Algebra.Com's Answer #291598 by mananth(16946)     You can put this solution on YOUR website! let digits be x & y \n" ); document.write( "x+y =15.......1 \n" ); document.write( "y=2x-12.......2\r \n" ); document.write( "\n" ); document.write( "substitute the value of y in 1 \n" ); document.write( "2x-12+y=15 \n" ); document.write( "3x=27 \n" ); document.write( "/3 \n" ); document.write( "x=9 \n" ); document.write( ".. \n" ); document.write( "x+y=15 \n" ); document.write( "y=6 \n" ); document.write( "96 is the number\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |