document.write( "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 \n" ); document.write( "
Algebra.Com's Answer #316353 by greek-eng(2)![]() ![]() ![]() You can put this solution on YOUR website! Scenario I: \n" ); document.write( "C1 = 4*25 + 4*X*10 [$], where X: number of hours/day\r \n" ); document.write( "\n" ); document.write( "Scenario II: \n" ); document.write( "C2 = 4*X*15 [$], where X: number of hours/day\r \n" ); document.write( "\n" ); document.write( "For X > 5 (more than 5 hours of work per day) Scenario I is the cheapest strategy. \n" ); document.write( "For X = 5 , C1 = C2 \n" ); document.write( "For X < 5 , C2 < C1 \n" ); document.write( " |