document.write( "Question 510863: how to write the sum of two consecutive odd integers is at most 30. what are the greatest possible integers.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #341891 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the integers be x & x+2\r
\n" ); document.write( "\n" ); document.write( "x+x+2 <= 30\r
\n" ); document.write( "\n" ); document.write( "2x+2<=30
\n" ); document.write( "-2
\n" ); document.write( "2x<=30-2
\n" ); document.write( "2x<=28
\n" ); document.write( "/2
\n" ); document.write( "x<=14\r
\n" ); document.write( "\n" ); document.write( "14,16
\n" ); document.write( "
\n" );