document.write( "Question 310479: Find the smallest of three consecutive odd numbers whose sum is 279. \n" ); document.write( "
Algebra.Com's Answer #221974 by JBarnum(2146)\"\" \"About 
You can put this solution on YOUR website!
x,x+1,x+2
\n" ); document.write( "\"x%2B%28x%2B1%29%2B%28x%2B2%29=279\"
\n" ); document.write( "\"3x%2B3=279\"
\n" ); document.write( "\"3x=276\"
\n" ); document.write( "\"x=92\"
\n" ); document.write( "check
\n" ); document.write( "\"92%2B93%2B94=279\"
\n" ); document.write( "\"279=279\"
\n" ); document.write( "correct
\n" ); document.write( "
\n" );