At and airport parking garage, the cost to park is $15 for the first day and $10 for each subsequent day. Select all the functions that can be used to find the total parking cost, p(n), for n days.

At and airport parking garage the cost to park is 15 for the first day and 10 for each subsequent day Select all the functions that can be used to find the tota class=

Respuesta :

The cost to park for the first day is = $15

Cost to park for each subsequent day = $ 10

Let the number of days be represented by = n

Let the parking cost be denoted by function = p(n)

So, out of all the given options,

Option 4th is correct.

p(1) =15; p(n)=p(n-1) +10 for n≥2

Explanation:

Put n=2

[tex]15(2-1)+10[/tex]

=[tex]15+10=25[/tex]

Hence, day 1 fee is $15 and day 2 fee is $10 so total is = $25

Option 6th is correct.

p(n) = 10n+5

Explanation:

Total cost is represented as = [tex]15+10(n-1)[/tex]

= [tex]15+10n-10[/tex]

= [tex]5+10n[/tex]

= [tex]10n+5[/tex]


Answer:

p(n)=10n+5

p(1)=15;p(n)=p(n-1)+10, for n≥2

Step-by-step explanation:

Ver imagen theman453123