SOLUTION: a temp agency offers two payment options for administrative help,option 1-$25 daily plus $10 an hour,option 2-no daily cost but $15 an hour.let x=total hours worked. write a mathe

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: a temp agency offers two payment options for administrative help,option 1-$25 daily plus $10 an hour,option 2-no daily cost but $15 an hour.let x=total hours worked. write a mathe      Log On


   



Question 461227: a temp agency offers two payment options for administrative help,option 1-$25 daily plus $10 an hour,option 2-no daily cost but $15 an hour.let x=total hours worked. write a mathematical model reprenting the total temp cost(c),for a four-day temp job in terms of x
Answer by greek-eng(2) About Me  (Show Source):
You can put this solution on YOUR website!
Scenario I:
C1 = 4*25 + 4*X*10 [$], where X: number of hours/day
Scenario II:
C2 = 4*X*15 [$], where X: number of hours/day
For X > 5 (more than 5 hours of work per day) Scenario I is the cheapest strategy.
For X = 5 , C1 = C2
For X < 5 , C2 < C1