document.write( "Question 258916: find two consecutive odd integers whose product is 195 \n" ); document.write( "
Algebra.Com's Answer #190625 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! Call the numbers 2n - 1 and therefore 2n+1 \n" ); document.write( "(2n-1)(2n+1)= 195 \n" ); document.write( "4n^2 - 196 = 0 \n" ); document.write( "2n = 14 \n" ); document.write( "So numbers are 13 and 15 \n" ); document.write( " \n" ); document.write( " |