document.write( "Question 513646: Divide 12 into two parts such that the sum of their squares is 74. We need to find the two numbers. \n" ); document.write( "
Algebra.Com's Answer #343094 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = one of the numbers \n" ); document.write( "Then the other number = 12 - x \n" ); document.write( "Sum of the squares is 74: \n" ); document.write( "x^2 + (12-x)^2 = 74 \n" ); document.write( "Solve for x: \n" ); document.write( "x^2 + 144 - 24x + x^2 = 74 \n" ); document.write( "2x^2 - 24x + 70 = 0 \n" ); document.write( "x^2 - 12x + 35 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(x-7)(x-5) = 0 \n" ); document.write( "So the numbers are 5 and 7 \n" ); document.write( " |