document.write( "Question 400151: If twice the sum of a number and 6 is added to four times the number, the result is less than 36. Find all numbers that satisfy this condition. \n" ); document.write( "
Algebra.Com's Answer #283347 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "Let x represent the number
\n" ); document.write( "question states***Write as we Read
\n" ); document.write( " 2(x + 6) + 4x < 36
\n" ); document.write( " 6x + 12 < 36
\n" ); document.write( " 6x < 24
\n" ); document.write( " x < 4
\n" ); document.write( "All numbers < 4 satisfy this condition \n" ); document.write( "
\n" );