document.write( "Question 1061579: A positive real number is 4 more than another. If the sum of the squares of the two numbers is 44, find the numbers. \n" ); document.write( "
Algebra.Com's Answer #676353 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let n be one of the numbers. Then the other number is n+4. So: \n" ); document.write( "n²+(n+4)²=44 \n" ); document.write( "2n²+8n-28=0 \n" ); document.write( "n²+4n-14=0 \n" ); document.write( "Using the quadratic formula, we get two roots for n of 2.24264068712 and -6.24264068712. Throwing out the negative result, our real numbers are 2.24264068712 and 6.24264068712. \n" ); document.write( " |