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)![]() ![]() 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: \n" ); document.write( "--> 13 & 15 \n" ); document.write( "------------ \n" ); document.write( "the hard way: \n" ); document.write( "x*(x+2) = 195 \n" ); document.write( " \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( " \n" ); document.write( " |