document.write( "Question 797126: Question 1: The sum of two numbers is 15 and their difference is 9. Find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #481677 by mohanraj04(12)![]() ![]() ![]() You can put this solution on YOUR website! given that \n" ); document.write( " the sum of two numbers is 15 and difference of two numbers is 9\r \n" ); document.write( "\n" ); document.write( "let X & Y be the two numbers\r \n" ); document.write( "\n" ); document.write( "EQU:1 X+Y=15; \n" ); document.write( "EQU:2 X-Y=9\r \n" ); document.write( "\n" ); document.write( "ADD EQU:1 AND EQU:2\r \n" ); document.write( "\n" ); document.write( "(X+Y)+(X-Y)=15+9 \n" ); document.write( " 2X=24 \n" ); document.write( " X=24/2 \n" ); document.write( " X=12\r \n" ); document.write( "\n" ); document.write( "substitute X=12 in equ:1\r \n" ); document.write( "\n" ); document.write( " X+Y=15 \n" ); document.write( " 12+Y=15 \n" ); document.write( " Y=15-12 \n" ); document.write( " Y=3\r \n" ); document.write( "\n" ); document.write( "therefore the required two numbers are 12 & 3\r \n" ); document.write( "\n" ); document.write( "to check \n" ); document.write( "12+3=15 \n" ); document.write( "12-3=9 \n" ); document.write( " |