document.write( "Question 284974: Find two consecutive odd integers whose product is 23 more than their sum. \n" ); document.write( "
Algebra.Com's Answer #206669 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Let x & x+2 be the 2 integers. \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 ans. \n" ); document.write( "Proof: \n" ); document.write( "5+7+23=5*7 \n" ); document.write( "12+23=35 \n" ); document.write( "35=35 \n" ); document.write( " \n" ); document.write( " |