document.write( "Question 993705: three consecutive numbers are to be found such that three times the smallest plus five times the middle number minus four times the largest is 37. find the numbers \n" ); document.write( "
Algebra.Com's Answer #612937 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
Let x be the first number.
\n" ); document.write( "x + 1 is the second
\n" ); document.write( "x + 2 is the third
\n" ); document.write( "3( the smallest ) + 5( the middle ) -4( the largest ) = 37
\n" ); document.write( "3(x) + 5(x+1) -4(x+2) = 37
\n" ); document.write( "3x + 5x + 5 -4x -8 = 37
\n" ); document.write( "reorder
\n" ); document.write( "3x + 5x -4x + 5 -8 = 37
\n" ); document.write( "4x - 3 = 37
\n" ); document.write( "add 3 to each side
\n" ); document.write( "4x - 3 + 3 = 37 + 3
\n" ); document.write( "4x = 40
\n" ); document.write( "divide each side by 4
\n" ); document.write( " x = 10
\n" ); document.write( "So the numbers are 10,11,12
\n" ); document.write( "Contact me if you would like additional assistance.
\n" ); document.write( "I can work with you using an online whiteboard.
\n" ); document.write( "
\n" );