document.write( "Question 46067: find three consecutive odd integers such that the product of the first and third is 71 more than 10 times the second
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #30581 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! first integer = i \n" ); document.write( "second integer = i + 2 \n" ); document.write( "third integer = i + 4 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x = -7 or x = 13 \n" ); document.write( "-7,-5,-3 \n" ); document.write( "or (you have two answers) \n" ); document.write( "13,15,17 \n" ); document.write( " |