document.write( "Question 412564: how can i translate these two questions into a equation or inequality? \r
\n" );
document.write( "\n" );
document.write( "Nine less than twice a variable is fifty-one
\n" );
document.write( " and
\n" );
document.write( "Five times a number, increased by seven is at least thirty
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #289758 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! how can i translate these two questions into a equation or inequality? \r \n" ); document.write( "\n" ); document.write( "Nine less than twice a variable is fifty-one \n" ); document.write( "Call the variable v \n" ); document.write( "twice that is 2v \n" ); document.write( "9 less --> 2v - 9 \n" ); document.write( "2v - 9 = 51 \n" ); document.write( "---------------------- \n" ); document.write( "Five times a number, increased by seven is at least thirty \n" ); document.write( "n is the number \n" ); document.write( "5n + 7 >= 30 \n" ); document.write( ">= is greater than or equal to \n" ); document.write( " |