document.write( "Question 1048729: If the sum of two consecutive even numbers plus the next odd number is 29
\n" );
document.write( "what was the odd number? \n" );
document.write( "
Algebra.Com's Answer #664309 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! If the sum of two consecutive even numbers plus the next odd number is 29 \n" ); document.write( "what was the odd number? \n" ); document.write( "================ \n" ); document.write( "n + (n+2) + (n+3) = 29 \n" ); document.write( "solve for n, then find the odd number. \n" ); document.write( " |