document.write( "Question 960069: Find three consecutive positive integers such that the square of the greatest integer is equal to the sum of the squares of the other two integer. \n" ); document.write( "
Algebra.Com's Answer #805555 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive positive integers: (x-1), x, (x+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x+1)^2 = (x-1)^2 + x^2 \n" ); document.write( "x^2 + 2x + 1 = 2x^2 - 2x + 1 \n" ); document.write( "0 = x^2 - 4x \n" ); document.write( "0 = x(x - 4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the integers have to be positive ---> x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The integers are 3, 4, and 5. \n" ); document.write( " |