document.write( "Question 400178: What is the sum of two consecutive odd numbers plus the next even number is 56 I have to write an algebraic equation \n" ); document.write( "
Algebra.Com's Answer #283355 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The first odd number is \"N\", the next odd number would be \"N%2B2\"
\n" ); document.write( "\"N%2BN%2B2=56\"
\n" ); document.write( "\"2N%2B2=56\"
\n" ); document.write( "\"2N=56\"
\n" ); document.write( "\"N=27\"
\n" ); document.write( "Then
\n" ); document.write( "\"N%2B2=29\"
\n" ); document.write( "The two integers are 27 and 29.
\n" ); document.write( "
\n" ); document.write( "
\n" );