document.write( "Question 802976: the sum of the units digit and the tens digit of a two digit number is 7. ia 3 is added to the number, the new number equals 11 times the tens digit of the original number.Find the original number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #484272 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! let a = the 10's digit \n" ); document.write( "let b = the units \n" ); document.write( "then \n" ); document.write( "10a + b = the number \n" ); document.write( ": \n" ); document.write( " the sum of the units digit and the tens digit of a two digit number is 7. \n" ); document.write( "a + b = 7 \n" ); document.write( "; \n" ); document.write( "if 3 is added to the number, the new number equals 11 times the tens digit of the original number. \n" ); document.write( "10a + b + 3 = 11a \n" ); document.write( "b + 3 = 11a - 10a \n" ); document.write( "b + 3 = a \n" ); document.write( "rearrange, use elimination with the 1st equation \n" ); document.write( "a - b = 3 \n" ); document.write( "a + b = 7 \n" ); document.write( "-----------Addition eliminates b, find a \n" ); document.write( "2a = 10 \n" ); document.write( "a = 5 \n" ); document.write( ": \n" ); document.write( "I'll let you find b, check your number in both statements\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Find the original number \n" ); document.write( " |