Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A local store owner pays her employees time-and-a-half for overtime. That means for every hour an employee works more than 40 hours per week, the

A local store owner pays her employees time-and-a-half for overtime. That means for every hour an employee works more than 40 hours per week, the store will pay 1.5 times the regular hourly wage of 14.50.

part l: write a function P(x), that defines the weekly pay for employees who work up to but not more than 40 hours in a week.

Part ll: Suppose an employee works overtime (more than 40 hours per week). What is the hourly wage for the overtime hours?

Part lll: follow these steps to write a function, P(x), that defines the total weekly pay for employees who work more than 40 hours a week.

a) how much does an employee make working the first 40 hours at $14.50 an hour?

b if an employee works x> 40 hours per week, write an expression for the over time pay. Hint: the employee works (x-40) overtime hours. overtime pay= (overtime hourly wage) times (number of overtime hours)

c. Use your answer from parts (a) and (b) to write the function P(x), that defines the total weekly pay for employees who work more than 40 hours a week.

Part lV: Use the functions from part l and part lll to write the piecewise function for how much an employee will be paid if he or she were to work less than or equal to 40 hours, or more than 40 hours.

Part V: use the function from part lll to determine how much an employee will be paid if he or she were to work 50 hours in a week.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Linear Algebra A Geometry Toolbox

Authors: Gerald Farin, Dianne Hansford

3rd Edition

1466579587, 9781466579583

More Books

Students also viewed these Mathematics questions