document.write( "Question 284974: Find two consecutive odd integers whose product is 23 more than their sum. \n" ); document.write( "
Algebra.Com's Answer #206680 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find two consecutive odd integers whose product is 23 more than their sum. \n" ); document.write( "------------------ \n" ); document.write( "x = 1st integer \n" ); document.write( "x+2 = 2nd integer \n" ); document.write( "x+(x+2)+23=x(x+2) \n" ); document.write( "2x+25=x^2+2x \n" ); document.write( "x^2 -25=0 \n" ); document.write( "x^2=25 \n" ); document.write( "x=sqrt25 \n" ); document.write( "x=+-5 \n" ); document.write( "--> 5 & 7 \n" ); document.write( "--> -5 & -3 \n" ); document.write( " \n" ); document.write( " |