document.write( "Question 908290: find two consecutive even numbers such that the sum of their squares is equal to 224\r
\n" );
document.write( "\n" );
document.write( "find two consecutive even numbers such that three times the square of the smaller one added to the square of the larger is equal to 84 \n" );
document.write( "
Algebra.Com's Answer #550945 by Alan3354(69443) You can put this solution on YOUR website! find two consecutive even numbers such that the sum of their squares is equal to 224 \n" ); document.write( "-------- \n" ); document.write( "8^2 + 10^2 = 164 \n" ); document.write( "10^2 + 12^2 = 244 \n" ); document.write( "No solution for 224. \n" ); document.write( " \n" ); document.write( " |