Given:
wild turkey ; 12 in the first hour and cumulative number increases by 40% per hour
white-tail deer ; 18 in the first hour and 10 deer each hour after that.
wild turkery: 12 * (1.40)^n-1 ; n is the number of hour
white-tail deer: 18 + 10^n-1 ; n is the number of hour
n wild turkey white-tail deer
1 12 18
2 17 28
3 24 38
4 33 48
5 46 58
6 65 68
7 90 78
It would be hour 7 after sunrise that the cumulative count of the turkeys first exceed the cumulative count of the deer.
It's a kite or a rhombus.
Constant: A value that doesn't change. Instead, it's a fixed value.
Variable: A symbol (usually a letter) standing in for an unknown numerical value in an equation.
Term: Either a single number or variable, or numbers and variables multiplied together. (Terms are separated by + or − signs, or sometimes by divide.)
Like Terms: Terms whose variables (and their exponents such as the 2 in x2) are the same. In other words, terms that are "like" each other.
Coefficient: A number used to multiply a variable.