document.write( "Question 391479: two consecutive odd integers have a product of 99. find all sets of integers that satisfy this decription \n" ); document.write( "
Algebra.Com's Answer #277752 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! two consecutive odd integers have a product of 99. find all sets of integers that satisfy this decription \n" ); document.write( "----- \n" ); document.write( "1st: 2x-1 \n" ); document.write( "2nd: 2x+1 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "(2x-1)(2x+1) = 99 \n" ); document.write( "4x^2-1 = 99 \n" ); document.write( "4x^2 = 100 \n" ); document.write( "x^2 = 25 \n" ); document.write( "x = 5 or x = -5 \n" ); document.write( "==================== \n" ); document.write( "If x = 5, \n" ); document.write( "2x-1 = 9 \n" ); document.write( "2x+1 = 11 \n" ); document.write( "--- \n" ); document.write( "If x = -5 \n" ); document.write( "2x-1 = -11 \n" ); document.write( "2x+1 = -9 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============== \n" ); document.write( " |