document.write( "Question 363282: 1.the sum of a number and fourteen is less or equal to three times the number
\n" );
document.write( "2.negative three times a number increased by seven is less than negative eleven
\n" );
document.write( "3.five times a number decreased by eight is at most ten more than negative three
\n" );
document.write( "4.Seven more than five sixths of a number is more than negative three
\n" );
document.write( "5.four times the sum of a number and two increased by three is at least twenty seven \n" );
document.write( "
Algebra.Com's Answer #259061 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "I will set up the equations for you. I think then you can work them out.\r \n" ); document.write( "\n" ); document.write( "1.the sum of a number and fourteen is less or equal to three times the number \n" ); document.write( "let number be x \n" ); document.write( "x+14<=3x \n" ); document.write( "2.negative three times a number increased by seven is less than negative eleven \n" ); document.write( "let number be x \n" ); document.write( "-3x+7 <-11 \n" ); document.write( "3.five times a number decreased by eight is at most ten more than negative three \n" ); document.write( "5x-8<=10+-3 \n" ); document.write( "4.Seven more than five sixths of a number is more than negative three \n" ); document.write( "5x/6 +7 >-3 \n" ); document.write( "5.four times the sum of a number and two increased by three is at least twenty seven \n" ); document.write( "4(x+2)+3>=27 \n" ); document.write( "... \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " |