document.write( "Question 807976: A certain number has two digits whose sum is 14. If the digits are reversed, the number will be decreased by 18. Find the number. \n" ); document.write( "
Algebra.Com's Answer #486644 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the digits be x & y x in the ten's place\r
\n" ); document.write( "\n" ); document.write( "x+y=14........................(1)
\n" ); document.write( "10y+x=10x+y-18
\n" ); document.write( "9y-9x=18
\n" ); document.write( "/9
\n" ); document.write( "x-y=2..........................(2)\r
\n" ); document.write( "\n" ); document.write( "add (1) & (2)\r
\n" ); document.write( "\n" ); document.write( "2x=16
\n" ); document.write( "x=8\r
\n" ); document.write( "\n" ); document.write( "x+y=14
\n" ); document.write( "x=8
\n" ); document.write( "so y=6\r
\n" ); document.write( "\n" ); document.write( "the number is 86
\n" ); document.write( "
\n" );