document.write( "Question 1061768: Hi, please help me solve this. Thank you!\r
\n" ); document.write( "\n" ); document.write( "Linear Programming Application\r
\n" ); document.write( "\n" ); document.write( "(1) An office manager needs to staff the office. She hires full-time employees at $18 per hour and part-time employees at $12 per hour. Write an objective function that represents the total cost (in $) to staff the office with x full-time employees and y part-time employees for 1 hr.
\n" ); document.write( "
\n" ); document.write( "---
\n" ); document.write( "
\n" ); document.write( "(2) Refer to 1. Suppose that the office manager needs at least 20 employees, but not more than 24 full-time employees. Furthermore, to make the office run smoothly, the manager knows that the number of full-time employees must always be greater than or equal to the number of part-time employees. Write a system of inequalities that represents the constraints on the number of full-time employees x and the number of part-time employees y.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #676586 by KMST(5328)\"\" \"About 
You can put this solution on YOUR website!
\"x\"= number of full-time employees
\n" ); document.write( "\"y\"= number of part-time employees
\n" ); document.write( "The objective function is
\n" ); document.write( "\"C=18x%2B12y\" .
\n" ); document.write( "
\n" ); document.write( "\"At least 20 employees\" means \"x%2By%3E=20\" .
\n" ); document.write( "\"No more than 24 full-time employees\" means \"x%3C=24\"
\n" ); document.write( "\"The number of full-time employees must always be greater than or equal to the number of part-time employees\" means \"x%3E=y\" or \"y%3C=x\" .
\n" ); document.write( "
\n" );