How do you determine the number of tuples such that $x+y+z= 30$ and any integer cannot be greater than 15?
First I calculated all the the possible tuples by $\binom{32}{2}$ or 496. Then I tried to figure out how many cases there were where any integer has is greater than 15. I found it to be $\binom{16}{2}\times 3$ which is equal to $360$. Then I subtracted to obtain $136$ but apparently this is incorrect? Can someone let me know what I did wrong and how to approach the problem? Thanks.
Edit : The full question is jocko, wocko, and docko plan to buy a new toilet for their bathroom. The toilet costs 300 and each of them has saved 200 dollars in 10 dollar bills. They decide that each of them will start with contributing 50 dollars in 10 dollar bills(everyone contributes at least 50 dollars to the purchase.) Then, each of them will contribute some amount more money to reach the required 300 dollars to buy the toilet. For each $m \in \{\text{jocko, wocko, docko} \}$, we denote by $a_m$ the number of 10 dollar bills that each person m is left with after they buy the toilet. Count the number of possible triples of $\{jocko_m, wocko_m, docko_m \}$. Note that any person can contribute 0 dollars towards the purchase.