document.write( "Question 744626: find two consecutive odd natural numbers such that their product is 223 more than their sum \n" ); document.write( "
Algebra.Com's Answer #453461 by Alan3354(69443) You can put this solution on YOUR website! find two consecutive odd natural numbers such that their product is 223 more than their sum \n" ); document.write( "---------------------- \n" ); document.write( "n*(n+2) = n + n+2 + 223 \n" ); document.write( "--> 15 & 17 \n" ); document.write( " \n" ); document.write( " |