Problems:
1. How many ways 6 balls can be distributed among three boxes?
2. How many equations of the form $ax^2+bx+c=0$ can be formed if the coefficients are determined by throwing an ordinary six faced die.
I have confusion with the second problem to distinguish from the first problem.
Here, in the problem 1. Since each ball can be put into any one of the three boxes. So, the total number of ways in which $6$ balls can be put into three boxes is $3^6.$
and for the problem 2.
Why we can't think as: out of six numbers (1,2,3,4,5,6) each be taken by one of the three coefficients $a,b,c$. So the total number of ways should be $3^6$.
But the actual answer is $6^3$. Why? please