What is a dependent variable?

2 answers

A variable (often denoted by y ) whose value depends on that of another.
If you write:
cows(farms) = 5 * farms
then
the number of cows DEPENDS on the number of farms.

cows depends
farms is independent