asked 172k views
2 votes
Write a function rule that gives the total cost c(p) of p pounds of sugar if each pound costs $0.42.

2 Answers

7 votes
total cost = .42(P)
Example: 5 lbs
$2.10 = $.42(5)
answered
User Spajdo
by
8.4k points
3 votes
c(p) = 0.42p <== ur function
answered
User Gui Silva
by
9.0k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.