document.write( "Question 169539: 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. \n" ); document.write( "
Algebra.Com's Answer #124953 by Mathtut(3670)\"\" \"About 
You can put this solution on YOUR website!
call the integers a,a+2,a+4\r
\n" ); document.write( "\n" ); document.write( "\"%28a%2B4%29%5E2=%28a%2B2%29%5E2%2B264\"
\n" ); document.write( "\"a%5E2%2B8a%2B16=a%5E2%2B4a%2B4%2B264\"
\n" ); document.write( "\"4a=252\"
\n" ); document.write( "\"highlight%28a=63%29\" so the integers are 63,65,67
\n" ); document.write( "
\n" );