asked 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. 
answered
User Przemoc
by
7.9k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.