Area Man Who Talks a Lot About Teaching Teaches His First Full Day in >10
Years
-
I have taught demo and observational classes regularly since I left
full-time teaching but yesterday was the first time I taught every class
for the day. L...
3 years ago
The answer is 5151.
ReplyDeleteEach term has the form A x^i y^j z^k where i, j, k are non-negative integers and i + j + k = 100.
Note that i can take any value between 0 and 100.
If i is given, then j can take any value between 0 and 100-i, and k is determined by i and j. So for each i, there are 101-i possibilities.
Thus the total number of terms is the sum of (101-i) from i = 0 to 100, which is
101 + 100 + 99 + ... + 1 + 0 = 101*102/2 = 5151.