76.0k views
0 votes
A daycare center charges a $75 enrollment fee plus $100 per week. Write a function, C, for the cost of daycare after a certain number of weeks. w.

2 Answers

4 votes

Answer: Our required function would be


C=75+100w

Explanation:

Since we have given that

Charges of daycare = $175

Enrollment fee = $100 per week

Let C be the cost of daycare after a certain number of weeks.

Let w be the number of weeks.

So, function would be


C=75+100w

Hence, our required function would be


C=75+100w

User Vijay Sirigiri
by
6.9k points
1 vote

the equation would be:

C = 75+100w

User Ninjalj
by
6.3k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.