document.write( "Question 1022725: Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third. (Enter your answers as a comma-separated list.) \n" ); document.write( "
Algebra.Com's Answer #638340 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find three consecutive odd integers such that four times the middle integer is two more than the sum of the first and third. \n" ); document.write( "--------- \n" ); document.write( "Use n-2, n, and n+2 \n" ); document.write( "--- \n" ); document.write( "4n = (n-2) + (n+2) + 2 \n" ); document.write( "4n = 2n + 2 \n" ); document.write( "n = 1 \n" ); document.write( "--> -1, 1, 3 \n" ); document.write( " \n" ); document.write( " |