SOLUTION: a welder earns $20 per hour for the first 40 hours she works in a week and $30 per hour or each hour over 40 hours. Write a peicewise function f(x) that can be used t to determine

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: a welder earns $20 per hour for the first 40 hours she works in a week and $30 per hour or each hour over 40 hours. Write a peicewise function f(x) that can be used t to determine       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 893781: a welder earns $20 per hour for the first 40 hours she works in a week and $30 per hour or each hour over 40 hours. Write a peicewise function f(x) that can be used t to determine the welders earnings when she works for x hours in a week
Answer by algebriac(10) About Me  (Show Source):
You can put this solution on YOUR website!
Suppose she works X hours in a week.
According to question, if x < 40
$20 per hour for the first 40 hours
hence Total earnings F(x) = 20 X
If X>40
$20 per hour for the first 40 hours
Hence earnings for the first 40 hours= 20*40 = $800
Total earnings F(x)= 800 + 30(X-40)