document.write( "Question 824217: find three numbers in continued proportion such that their sum is 14 and sum of their squares is 84. \n" ); document.write( "
Algebra.Com's Answer #496184 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! find three numbers in continued proportion such that their sum is 14 and sum of their squares is 84. \n" ); document.write( ": \n" ); document.write( "Not many integers that will satisfy this, just thinking about it, came up with: \n" ); document.write( "a + b + c = 14 \n" ); document.write( "2, 4, 8 \n" ); document.write( ": \n" ); document.write( "a^2 + b^2 + c^2 = 84 \n" ); document.write( "4 + 16 + 64 \n" ); document.write( " \n" ); document.write( " |