document.write( "Question 125012: find two consecutive odd numbers whose product is 255 \n" ); document.write( "
Algebra.Com's Answer #91649 by dolly(163)\"\" \"About 
You can put this solution on YOUR website!
Let the two odd numbers be x and x+2
\n" ); document.write( "Then x(x+2) = 255
\n" ); document.write( "==> x^2 + 2x - 255 = 0
\n" ); document.write( "==> x^2 + 17x - 15x - 255 = 0
\n" ); document.write( "==> x(x+17)-15(x+17) = 0
\n" ); document.write( "==> (x+17)(x-15) = 0
\n" ); document.write( "==> x+17 = 0 or x-15 = 0
\n" ); document.write( "==> x = -17 or x = 15
\n" ); document.write( "So the two odd numbers are 15 and 17.\r
\n" ); document.write( "\n" ); document.write( "good luck!!
\n" ); document.write( "
\n" );