SOLUTION: If x represents the amount of medical bills ($), write a function representing the amount of money that you would pay: (for the 20% portion after the initial $50, this can be writt

Algebra ->  Coordinate Systems and Linear Equations  -> Linear Equations and Systems Word Problems -> SOLUTION: If x represents the amount of medical bills ($), write a function representing the amount of money that you would pay: (for the 20% portion after the initial $50, this can be writt      Log On


   



Question 980809: If x represents the amount of medical bills ($), write a function representing the amount of money that you would pay: (for the 20% portion after the initial $50, this can be written as .2(x-50), but that’s not the whole answer!)
Write a function for:
You would pay the first $50 of your medical bills and 20% of all bills after that

Answer by macston(5194) About Me  (Show Source):
You can put this solution on YOUR website!
.
Y=amount you pay; X=Total medical bill
Y=$50+0.20(X-$50)