document.write( "Question 347439: Four times the sum of a number and two increased by three is at least twenty-seven \n" ); document.write( "
Algebra.Com's Answer #248405 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Translating carefully we have \n" ); document.write( "4(x + 2) + 3 >= 27 \n" ); document.write( "4x + 8 + 3 >= 27 \n" ); document.write( "4x + 11 >= 27 \n" ); document.write( "4x >= 16 \n" ); document.write( "x >= 4 \n" ); document.write( " |