document.write( "Question 231591: The sum of three numbers is 94. The second number is 2 less than the first number, and the third number is 6 more than the first. Determine the numbers. \n" ); document.write( "
Algebra.Com's Answer #171360 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
x+x-2+x+6=94
\n" ); document.write( "3x=90
\n" ); document.write( "x=30
\n" ); document.write( "x-2=28
\n" ); document.write( "x+6=36
\n" ); document.write( "
\n" );