document.write( "Question 150047: The sum of two numbers is 41 and their difference is 14. Find the numbers. \n" ); document.write( "
Algebra.Com's Answer #110151 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 41 and their difference is 14. Find the numbers. \n" ); document.write( ": \n" ); document.write( "We can write two simple equations from this: \n" ); document.write( "x + y = 41 \n" ); document.write( "x - y = 14 \n" ); document.write( "-------------adding eliminate y, find x \n" ); document.write( "2x = 55 \n" ); document.write( "x = \n" ); document.write( "x = 27.5 \n" ); document.write( ": \n" ); document.write( "Find y using the sum equation \n" ); document.write( "27.5 + y = 41 \n" ); document.write( "y = 41 - 27.5 \n" ); document.write( "y = 13.5 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solutions in the difference equation: \n" ); document.write( "27.5 - 13.5 = 14 \n" ); document.write( " |