document.write( "Question 524834: Sum of a certain number and a second number is 24. The first number minus the second is 40. \n" ); document.write( "
Algebra.Com's Answer #347946 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the numbers be x & y\r
\n" ); document.write( "\n" ); document.write( "x is greater than y\r
\n" ); document.write( "\n" ); document.write( "x+y=24
\n" ); document.write( "x-y=40\r
\n" ); document.write( "\n" ); document.write( "add the two equations
\n" ); document.write( "2x=64
\n" ); document.write( "/2
\n" ); document.write( "x=32\r
\n" ); document.write( "\n" ); document.write( "plug x in the equation x+y=24
\n" ); document.write( "32+y=24
\n" ); document.write( "y=24-32
\n" ); document.write( "y=-8
\n" ); document.write( "
\n" );