document.write( "Question 335849: one third of a number is added to 4, with a result of at least 2 \n" ); document.write( "
Algebra.Com's Answer #240869 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let x be the number
\n" ); document.write( "x/3 +4 >=2
\n" ); document.write( "add -4 to both sides
\n" ); document.write( "x/3 +4-4 >=2-4
\n" ); document.write( "x/3 >=-2
\n" ); document.write( "multiply by 3
\n" ); document.write( "x/3 * 3 >= 2*-2
\n" ); document.write( "x>=-4
\n" ); document.write( "
\n" );