31.1k views
2 votes
Which of the following would be a good name for the function that takes the length of a race and returns the time needed to complete it? A. Time(race) B. Length(time) C. Length(cost) D. Year(time) E. Cost(time) F. Time(length)

User Bleenders
by
5.3k points

2 Answers

2 votes

time is the dependent variable, so the function normally goes:

F(t)..i.e. it is a function of time.

This function takes the length of the race, and returns the time needed to complete it. So the independent variable is the length of the race. The two real options here are B. Length(time) and Time (length).

Now the question says it takes the length of the race , lets call this Length(time).

Of course length is related to time, just think of your watch. So my answer is B Length (Time)

User Somalia
by
5.0k points
0 votes


\bf \stackrel{\textit{time to complete}}{f(length)}=\textit{some pattern here using \underline{length } variable}


so the independent variable or INPUT is "length", and the OUTPUT is the time needed to complete it. Time(Length).
User Brissles
by
5.5k points