document.write( "Question 48862This question is from textbook albrega II
\n" );
document.write( ": The sum of the digits of a two digit no. is 12. If the digits are reversed, the new no. is 15 more than twice the original no. Find the orginal no.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #32365 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! \let x be the 10 digit and let y be the one digit \n" ); document.write( "original number = 10x+y \n" ); document.write( "reversed = 10y+x \n" ); document.write( "x+y=12 \n" ); document.write( "y=12-x (subsitution)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10y+x=15+10x+y \n" ); document.write( "10(12-x)+x=10x+12-x \n" ); document.write( "120-10x+x-9x=12 \n" ); document.write( "-18x=-108 \n" ); document.write( "x=6 \n" ); document.write( "y=12-6 \n" ); document.write( "y=6 \n" ); document.write( "Hence, the number is 66 \n" ); document.write( "Paul. \n" ); document.write( " |