Write a function C(t) to represent the cost of
renting a canoe for t hours. The rental charge
is $25 plus $2 for every 20 minutes of rental.
Find C(1.5) and describe its meaning.

Respuesta :

Answer:

C(t)=25+2t

C(1.5)=25+2(1.5)=28

$28 for 1.5 minutes rent

A function C(t) represents the cost of renting a canoe for t hours is C(t)=25+2t and the cost for 1.5 minutes will be $28.

What is a function?

A function is defined as the expression that set up the relationship between the dependent variable and independent variable. A function in mathematics from a set X to a set Y allocates exactly one element of Y to each element of X. The sets X and Y are collectively referred to as the function's domain and codomain, respectively.

Given that the rental charge is $25 plus $2 for every 20 minutes of rental.

The function formed for the given data will be:-

C(t)=25+2t

At 1.5 minutes the rent will be calculated as below:-

C(1.5)=25+2(1.5)=28

Therefore, the function C(t) represents the cost of renting a canoe for t hours is C(t)=25+2t, and the cost for 1.5 minutes will be $28.

To know more about the function follow

https://brainly.com/question/1942755

#SPJ2