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 #389593 by stanbon(75887)      You can put this solution on YOUR website! 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( "----- \n" ); document.write( "1st: 2x-3 \n" ); document.write( "2nd: 2x-1 \n" ); document.write( "3rd: 2x+1 \n" ); document.write( "------- \n" ); document.write( "Equation: \n" ); document.write( "(2x-1)^2 = (2x+1)^2 -104 \n" ); document.write( "4x^2-4x+1 = 4x^2+4x+1 - 104 \n" ); document.write( "---- \n" ); document.write( "8x = 104 \n" ); document.write( "x = 13 \n" ); document.write( "--- \n" ); document.write( "1st: 2x-3 = 23 \n" ); document.write( "2nd: 25 \n" ); document.write( "3rd: 27 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |