document.write( "Question 226420: Find two consecutive odd intergers whose product is 23 more than their sum. \n" ); document.write( "
Algebra.Com's Answer #168655 by user_dude2008(1862)![]() ![]() ![]() You can put this solution on YOUR website! x(x+2)=x+x+2+23 \n" ); document.write( "x^2+2x=2x+25 \n" ); document.write( "x^2=25 \n" ); document.write( "x=5 or x=-5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Numbers are 5, 7 or -5, -3 \n" ); document.write( " |