document.write( "Question 947182: Find three consecutive odd integers whose sum is at least 36. I think it is 13, 15, and 17. How do I show work? \n" ); document.write( "
Algebra.Com's Answer #577883 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let \"N-2\",\"N\",and \"N%2B2\" be the integers.
\n" ); document.write( "\"N-2%2BN%2BN%2B2%3E=36\"
\n" ); document.write( "\"3N%3E=36\"
\n" ); document.write( "\"N%3E=12\"
\n" ); document.write( "The next odd integer would be 13.
\n" ); document.write( "So 11,13,and 15 are the least triple of odd numbers for which the sum is at least 36.
\n" ); document.write( "
\n" ); document.write( "
\n" );