102,328 views
15 votes
15 votes
An 8th grade class will take a trip to the museum on a school bus. The cost is$5 per student, plus $30 to park the bus in the city lot.Use a function to help you answer this question: What is the total cost if thereare either 20 or 25 students going?A. $130 or $155OB. $100 or $125C. $225D. $150 or $45

User Shambhala
by
2.3k points

1 Answer

10 votes
10 votes

SOLUTION

The cost per student =$5

Then let the total cost be C(n) and n be the number of students

Then required function is


C(n)=5n+30

if the total number of student is 20, n=20

The total cost is


\begin{gathered} C(n)=5n+30 \\ C(n)=5(20)+30=100+30=130 \end{gathered}

Then the total cost is $130

If the total number of student is 25, then n=25

The total cost becomes


\begin{gathered} C(n)=5n+30 \\ C(n)=5(25)+30=125+30=155 \end{gathered}

User Loukas
by
2.9k points