document.write( "Question 240095: The sum of 3 numbers is 137. The second number is 4 more than 2 times the first number. The third number is 5 less than 3 times the first number. FInd the 3 numbers \n" ); document.write( "
Algebra.Com's Answer #176020 by College Student(505)\"\" \"About 
You can put this solution on YOUR website!
___+___+___=137
\n" ); document.write( "If x = first number
\n" ); document.write( "then 2x+4 = second number
\n" ); document.write( "and 3x-5 = third number
\n" ); document.write( ".
\n" ); document.write( "So the equation then becomes: \"x%2B%282x%2B4%29%2B%283x-5%29=137\"
\n" ); document.write( ".
\n" ); document.write( "Steps:
\n" ); document.write( "a. remove the parentheses and combine like terms
\n" ); document.write( "b. solve for x
\n" ); document.write( "c. now you know the value of the first number.
\n" ); document.write( "d. use that value to figure out the second number using 2x+4
\n" ); document.write( "e. use the x value to figure out the third number using 3x-5
\n" ); document.write( ".
\n" ); document.write( "done! :)
\n" ); document.write( "
\n" );