document.write( "Question 434346: Systems of Equations and Inequalities\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Suppose you have a job at a restaurant that pays $12 per hour. You also work at a bookstore that pays $9 per hour. You want to earn at least $225 per week, but would like to work no more than 25 hours per week. \r
\n" );
document.write( "\n" );
document.write( "a. Write a system of linear inequalities that describes this situation.
\n" );
document.write( "b. Determine the solutions to the system. Explain what each solution to the system represents. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I was thinking that I need to have a problem equation something like this:
\n" );
document.write( "x+y=25
\n" );
document.write( "9x+12y=225
\n" );
document.write( "This is as far as I can get. Can you show me where I am going wrong and how to proceed. \n" );
document.write( "
Algebra.Com's Answer #301001 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Suppose you have a job at a restaurant that pays $12 per hour. \n" ); document.write( " You also work at a bookstore that pays $9 per hour. \n" ); document.write( " You want to earn at least $225 per week, but would like to work no more than 25 hours per week. \n" ); document.write( ": \n" ); document.write( "a. Write a system of linear inequalities that describes this situation. \n" ); document.write( ": \n" ); document.write( "This is right, but should be written as an inequality \n" ); document.write( "x + y =< 25 \n" ); document.write( "9x+12y=>225 \n" ); document.write( ": \n" ); document.write( "Use the 1st equation for substitution in the 2nd equation \n" ); document.write( "y = (25-x) \n" ); document.write( "9x + 12(25-x) => 225 \n" ); document.write( "9x + 300 - 12x => 225 \n" ); document.write( "9x - 12x => 225 - 300 \n" ); document.write( "-3x => -75 \n" ); document.write( "Multiply by -1, to get rid of the negatives, this reverses the inequality sign \n" ); document.write( "3x =< 75 \n" ); document.write( "x =< \n" ); document.write( "x =< 25 hrs at the book store, \n" ); document.write( ": \n" ); document.write( "If you worked all 25 hr at the book store you would just make $225 \n" ); document.write( "Less than 25 hrs, you would work the remaining hr at the restaurant and make more than $225 \n" ); document.write( " |