document.write( "Question 1167938: Find three consecutive odd integers such that the first plus 5 times the second total 85
\n" );
document.write( "more than 3 times the third. \n" );
document.write( "
Algebra.Com's Answer #792522 by Alan3354(69443) You can put this solution on YOUR website! Find three consecutive odd integers such that the first plus 5 times the second total 85 \n" ); document.write( "more than 3 times the third. \n" ); document.write( "---------------- \n" ); document.write( "n + 5(n+2) = 3(n+4) + 85 \n" ); document.write( " \n" ); document.write( " |