document.write( "Question 158838: The sum of three consecutive odd numbers is more than 375. Find the minimum values of these integers. \n" ); document.write( "
Algebra.Com's Answer #116994 by nabla(475)\"\" \"About 
You can put this solution on YOUR website!
3 consecutive odd numbers:
\n" ); document.write( "a
\n" ); document.write( "a+2
\n" ); document.write( "a+4\r
\n" ); document.write( "\n" ); document.write( "3a+6>375
\n" ); document.write( "3a>369
\n" ); document.write( "a>123\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now, if we want strictly more than 375, we will take a=125 to be our first odd number. This gives 125,127,129 as the numbers.
\n" ); document.write( "
\n" );