document.write( "Question 655728: The sum of three consecutive odd integers is 72 more than the smallest integer. Find the integers. \n" ); document.write( "
Algebra.Com's Answer #409248 by MathDazed(34)\"\" \"About 
You can put this solution on YOUR website!
n + (n+2) + (n+4) = n + 72\r
\n" ); document.write( "\n" ); document.write( "3n + 6 = n + 72
\n" ); document.write( "2n = 66
\n" ); document.write( "n = 33
\n" ); document.write( "n+2 = 35
\n" ); document.write( "n+4 = 37
\n" ); document.write( "
\n" );