SOLUTION: In 2000, the United States Postal Service charged $0.45 to mail a letter weighing up to 3 oz. and $0.30 each additional ounce. Write a function, in dollars, c(x), of mailing a lett

Algebra ->  Functions -> SOLUTION: In 2000, the United States Postal Service charged $0.45 to mail a letter weighing up to 3 oz. and $0.30 each additional ounce. Write a function, in dollars, c(x), of mailing a lett      Log On


   



Question 973291: In 2000, the United States Postal Service charged $0.45 to mail a letter weighing up to 3 oz. and $0.30 each additional ounce. Write a function, in dollars, c(x), of mailing a letter weighing x ounces where x is an integer greater than 3.
Answer by macston(5194) About Me  (Show Source):
You can put this solution on YOUR website!
.
c(x)=$0.45+(x-3)($0.30)
c(x)=$0.45+$0.30x-$0.90
c(x)=$0.30x-$0.45