document.write( "Question 198708: Find two consective odd integers whose product is 99 \n" ); document.write( "
Algebra.Com's Answer #149214 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find two consective odd integers whose product is 99 \n" ); document.write( "--------------- \n" ); document.write( "Method 1 \n" ); document.write( "Sqrt(99) = ~ 10 \n" ); document.write( "Integers = 9 and 11. \n" ); document.write( "------------------- \n" ); document.write( "Method 2 \n" ); document.write( "x*(x+2) = 99 \n" ); document.write( "x^2 + 2x - 99 = 0 \n" ); document.write( "(x-9)*(x+11) = 0 \n" ); document.write( "x = 9, -11 \n" ); document.write( "Integers = 9 and 11 \n" ); document.write( "Integers = -11 and -9 \n" ); document.write( " \n" ); document.write( " |