document.write( "Question 250765: FIND THREE CONSECUTIVE POSITIVE EVEN WHOLE NUMBERS SUCH THAT THE SUM OF THE SQUARE OF THE TWO SMALLER NUMBERS IS 20 MORE THAN THE SQUARE OF THE LARGEST NUMBER. \n" ); document.write( "
Algebra.Com's Answer #182627 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! FIND THREE CONSECUTIVE POSITIVE EVEN WHOLE NUMBERS SUCH THAT THE SUM OF THE SQUARE OF THE TWO SMALLER NUMBERS IS 20 MORE THAN THE SQUARE OF THE LARGEST NUMBER.\r \n" ); document.write( "\n" ); document.write( "Let x be the smallest of the three consecutive postive even integers. \n" ); document.write( "Then the other two integers are x+2 and x+4.\r \n" ); document.write( "\n" ); document.write( "We have then:\r \n" ); document.write( "\n" ); document.write( "x^2 + (x+2)^2 = (x+4)^2 + 20\r \n" ); document.write( "\n" ); document.write( "Solve for x and then calculate x+2 and x+4. \n" ); document.write( " |