document.write( "Question 951529: The sum of 3 numbers is 12 and the sum of their squares is 56.Find the numbers
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #581143 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! The sum of 3 numbers is 12 \n" ); document.write( "a + b + c = 12 \n" ); document.write( " and the sum of their squares is 56. \n" ); document.write( "a^2 + b^2 + c^2 = 56 \n" ); document.write( "The first 6 perfect squares \n" ); document.write( "1, 4, 9, 16, 25, 36 \n" ); document.write( "Subtract any two from 56 and see if you get a third perfect square \n" ); document.write( "56 - 36 - 16 = 4 \n" ); document.write( "6 + 4 + 2 = 12 \n" ); document.write( "Find the numbers 2, 4, 6 \n" ); document.write( " |