142k views
5 votes
2. Function C takes time for its input and gives a student's Monday class for its output.

a. Use function notation to represent: A student has English at 10:00.
b. Write a statement to describe the meaning of C(11:15) = chemistry.

User Spitfiredd
by
5.5k points

1 Answer

1 vote

Answer:

We know that C(T) is a function where you input the time T, and the output will be the student's Monday class.

a) A student has English at 10:00.

Here we can use T = 10:00 as the input, and the output will be the class, English.

Then this can represent this with:

C(10:00) = English.

b) Write a statement to describe the meaning of C(11:15) = chemistry.

for C(11:15) = Chemistry

The input, the time, is 11:15

The output, the class, is chemistry.

The student has a chemistry class at 11:15

User Larry Raymond
by
6.1k points