document.write( "Question 1117034: The digit in the tens place of a two-digit number is four more than twice the digit in the ones place. The new number obtained by reversing the order of the digits of the original number is 54 less than the original number. Use a system of equations in two variables to find the original number. \n" ); document.write( "
Algebra.Com's Answer #731982 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let a = the 10's digit
\n" ); document.write( "let b = the units
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each statement:
\n" ); document.write( "The digit in the tens place of a two-digit number is four more than twice the
\n" ); document.write( " digit in the ones place.
\n" ); document.write( "a = 2b + 4
\n" ); document.write( " The new number obtained by reversing the order of the digits of the original number is 54 less than the original number.
\n" ); document.write( "10a + b = 10b + a + 54
\n" ); document.write( "10a - a = 10b - b + 54
\n" ); document.write( "9a = 9b + 54
\n" ); document.write( "simplify, divide by 9
\n" ); document.write( "a = b + 6
\n" ); document.write( ":
\n" ); document.write( " Use a system of equations in two variables to find the original number.
\n" ); document.write( "a = a, therefore
\n" ); document.write( "2b + 4 = b + 6
\n" ); document.write( "2b - b = 6 - 4
\n" ); document.write( "b = 2
\n" ); document.write( "find a
\n" ); document.write( "a = 2 + 6
\n" ); document.write( "a = 8
\n" ); document.write( ":
\n" ); document.write( "Original number 82
\n" ); document.write( ":
\n" ); document.write( ";
\n" ); document.write( "Check in the statement
\n" ); document.write( "\"The new number obtained by reversing the order of the digits of the original number is 54 less than the original number.\"
\n" ); document.write( "82 = 28 + 54
\n" ); document.write( "
\n" );