document.write( "Question 146915: Hi I need your help. Three consecutive odd integers are such that the square of the third is 264 more than the square of the second. Find the three integers. I'm trying to understand how you would write this out to be able to work it. Thank you, Reuben \n" ); document.write( "
Algebra.Com's Answer #107567 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the integers be x, x+2, x+4 \n" ); document.write( "(x+4)^2=(x+2)^2+264 \n" ); document.write( "x^2+8x+16=x^2+4x+4+264 \n" ); document.write( "4x-252=0 subtract the right side from the left. \n" ); document.write( "4x=252 \n" ); document.write( "x=63 \n" ); document.write( "63, 65, 67 are the integers. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |