178k views
2 votes
a yard is equal in length to three feet. the function f(y) takes a measurement in yards (as input) and returns a measurement in feet (as output).what inputwill return a value of 30? f(y)=3y input yards -> output feet

1 Answer

3 votes
f(y) = 3y

f(30) = 3*30 = 90
User Carl Rosenberger
by
9.0k points