document.write( "Question 619378: Given three consecutive odd numbers such that the square of the second number is 104 less than the square of the third number. Find those numbers. \n" ); document.write( "
Algebra.Com's Answer #389594 by bosco20106(2) ![]() You can put this solution on YOUR website! Let the odd numbers be n, n+2 and n+4. \n" ); document.write( "=> (n+2)² +104 = (n+4)² \n" ); document.write( "Expanding the brackets; \n" ); document.write( "n²+4n+4+104 = n²+8n+16 \n" ); document.write( "Re-arranging the terms; \n" ); document.write( "n²-n²+4n-8n=16-4-104 \n" ); document.write( "-4n=-92 \n" ); document.write( "n=23 \n" ); document.write( "Therefore, the odd numbers are: 23, (23+2), (23+4) \n" ); document.write( "i.e. 23, 25, 27 \n" ); document.write( " |