document.write( "Question 316720: the sum of three consecutive odd integers is less than 100. find the set of the largest of the three such numbers \n" ); document.write( "
Algebra.Com's Answer #226683 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
the sum of three consecutive odd integers is less than 100. find the set of the largest of the three such numbers
\n" ); document.write( "-----------------------
\n" ); document.write( "1st: 2x-1
\n" ); document.write( "2nd: 2x+1
\n" ); document.write( "3rd: 2x+3
\n" ); document.write( "----------------
\n" ); document.write( "Inequality:
\n" ); document.write( "2x-1 + 2x+1 + 2x+3 < 100
\n" ); document.write( "6x < 97
\n" ); document.write( "x <= 16
\n" ); document.write( "-----
\n" ); document.write( "2x-1 = 31
\n" ); document.write( "2x+1 = 33
\n" ); document.write( "2x+3 = 35
\n" ); document.write( "---
\n" ); document.write( "Sum = 99 which is < 100
\n" ); document.write( "==============================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );