document.write( "Question 1003445: Find two consecutive positive odd integers whose product is 195 . \n" ); document.write( "
Algebra.Com's Answer #620136 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Find two consecutive positive odd integers whose product is 195
\n" ); document.write( "------------
\n" ); document.write( "Hint: \"sqrt%28195%29\" =~ 14
\n" ); document.write( "--> 13 & 15
\n" ); document.write( "------------
\n" ); document.write( "the hard way:
\n" ); document.write( "x*(x+2) = 195
\n" ); document.write( "\"x%5E2+%2B+2x+-+195+=+0\"
\n" ); document.write( "Now you have to factor 195, which is where we started.
\n" ); document.write( "=================
\n" ); document.write( "Not as hard way:
\n" ); document.write( "(x-1)*(x+1) = 195
\n" ); document.write( "\"x%5E2+-+1+=+195\"
\n" ); document.write( "\"x%5E2+=+196\" same as the hint
\n" ); document.write( "
\n" );