document.write( "Question 1053775: Find a two digit number where the sum of the two digits is equal to fourteen and the ones digit is four more than the tens. \n" ); document.write( "
Algebra.Com's Answer #669054 by jorel555(1290)\"\" \"About 
You can put this solution on YOUR website!
Let m be the first digit, and n be the second. Then:
\n" ); document.write( "m+n=14
\n" ); document.write( "m+4=n
\n" ); document.write( "So:
\n" ); document.write( "m+m+4=14
\n" ); document.write( "2m=10
\n" ); document.write( "m=5
\n" ); document.write( "n=9.
\n" ); document.write( "The number is 59. ☺☺☺☺
\n" ); document.write( "
\n" );