31.5k views
1 vote
One foot is equal to 12 inches. The function I(f) takes a length in feet (as input) and returns a length in inches (as output).

I(f) = 12f

What is the output of this function if the input is 6?

1 Answer

7 votes
You need to substitute the number 6 into the function. The output would be 72, because when l(6) = 12(6), you would get l(6) = 72. 
User Przemoc
by
7.9k points