document.write( "Question 612625: The sum of two numbers is 9 and their difference is 6. What are the two numbers? \n" ); document.write( "
Algebra.Com's Answer #385631 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 9 antheir difference is 6. What are the two numbers? \n" ); document.write( "Let x,y be the two number \n" ); document.write( "then from \"sum of two numbers is 9\" we have: \n" ); document.write( "x+y = 9 (equation 1) \n" ); document.write( ". \n" ); document.write( "and from \"their difference is 6\" we have: \n" ); document.write( "x-y = 6 (equation 2) \n" ); document.write( ". \n" ); document.write( "applying \"elimination method\" we combine both equations together: \n" ); document.write( "x+y = 9 \n" ); document.write( "x-y = 6 \n" ); document.write( "-------- \n" ); document.write( "2x = 15 \n" ); document.write( "x = 15/2 \n" ); document.write( "x = 7.5 \n" ); document.write( ". \n" ); document.write( "to find y, we substitute above into equation 1: \n" ); document.write( "x+y = 9 \n" ); document.write( "7.5+y = 9 \n" ); document.write( "y = 9-7.5 \n" ); document.write( "y = 1.5 \n" ); document.write( ". \n" ); document.write( "the two numbers are 7.5 and 1.5 \n" ); document.write( " \n" ); document.write( " |