document.write( "Question 107301: The sum of 3 numbers is 34. The first number is 3 less than the second and the third is 4 more than the second. \n" ); document.write( "
Algebra.Com's Answer #78103 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=second, so x-3=first and x+4=third\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x+(x-3)+(x+4)=34
\n" ); document.write( "
\n" );