document.write( "Question 913168: find two consecutive odd natural numbers such as that their product is 167 more than their sum \n" ); document.write( "
Algebra.Com's Answer #805725 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
consecutive odd numbers: x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x(x+2) = 167 + (x + (x+2))
\n" ); document.write( "x^2 + 2x = 2x + 169
\n" ); document.write( "x^2 = 169
\n" ); document.write( "x = 13 or x = -13\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The integers are {13, 15} or {-13, -11}.
\n" ); document.write( "
\n" );