document.write( "Question 850321: Please help me solve this\r
\n" );
document.write( "\n" );
document.write( "Three consecutive odd positive integers are such that the squares of the first two integers is greater than the square of the third by 65. Find the integers. \n" );
document.write( "
Algebra.Com's Answer #806132 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! consecutive odd integers: (x-2), x, (x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x-2)^2 + x^2 = (x+2)^2 + 65 \n" ); document.write( "x^2 - 4x + 4 + x^2 = x^2 + 4x + 4 + 65 \n" ); document.write( "2x^2 - 4x + 4 = x^2 + 4x + 69 \n" ); document.write( "x^2 - 8x - 65 = 0 \n" ); document.write( "(x - 13)(x + 5) = 0 \n" ); document.write( "x = 13, x = -5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x is positive, so the integers are 11, 13, and 15. \n" ); document.write( " |