document.write( "Question 480443: The sum of three numbers is 33. The first number is 3 less than the second, while the third is 3 more than the second. What are the numbers? \n" ); document.write( "
Algebra.Com's Answer #329031 by Aswathy(23)\"\" \"About 
You can put this solution on YOUR website!
Let x-3, x, x+3 be the 3 numbers.
\n" ); document.write( "Then their sum,
\n" ); document.write( "x-3+x+x+3=33
\n" ); document.write( "3x=33
\n" ); document.write( "x=11
\n" ); document.write( "x-3=8
\n" ); document.write( "x+3=14
\n" ); document.write( "The 3 numbers whose sum is 33 are 8, 11, and 14.
\n" ); document.write( "
\n" );