document.write( "Question 421572: Write an algebraic formula for: the sum of three consecutive odd numbers. \n" ); document.write( "
Algebra.Com's Answer #294487 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! It depends on your choice of variables. You can allow the integers to be x, x+2, x+4 (where x is odd) and the sum is 3x+6. Or, you could let k be any integer and let the integers be 2k+1, 2k+3, 2k+5, and the sum would be 6k+9. \n" ); document.write( " |