document.write( "Question 872102: Jack works as a substitute teacher during the week and at the mall on the weekends. He makes $15 an hour as a sub and $8 an hour at the mall. He wants to make at least $500 a week, but only wants to work at most 40 hours. Write a system of equations that will represent the situation. \n" ); document.write( "
Algebra.Com's Answer #525918 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 15s+8m>=500, \n" ); document.write( "s+m<=40 \n" ); document.write( " |