document.write( "Question 557084: A number is 27 more than the number obtained by reversing its digits. If its unit's and ten's digit are x and y respectively, write the linear equation representing the above statement. \n" ); document.write( "
Algebra.Com's Answer #362489 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
let x = the 10's digit
\n" ); document.write( "let y the units
\n" ); document.write( "then
\n" ); document.write( "10x + y = \"A number\"
\n" ); document.write( ":
\n" ); document.write( "A number is 27 more than the number obtained by reversing its digits.
\n" ); document.write( "10x + y = 10y + x + 27
\n" ); document.write( "10x - x = 10y - y + 27
\n" ); document.write( "9x = 9y + 27
\n" ); document.write( "simplify, divide thru by 9
\n" ); document.write( "x = y + 3\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );