document.write( "Question 400066: the difference of two numbers is 9. twice the first number added to the second number is 24. find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #283274 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "difference of two numbers is 9
\n" ); document.write( "Let x and (x+9) represent the first and second number respectively
\n" ); document.write( "Question states***
\n" ); document.write( " 2x + (x+9) = 24
\n" ); document.write( "Solving for x
\n" ); document.write( " 3x = 15
\n" ); document.write( " x = 5 Second number is 14 (5+9)
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( " 10 + 14 = 24 \n" ); document.write( "
\n" );