Guys I made myself a question to answer and its this. What is the probability of having 4 dice land on the same side if I toss 6 dice. I got this answer, I don't know if its correct. I dont want to assume they are fair dice, so:
Let the probability of getting a certain number be P.
Probability of getting exactly 4 same sides is:
10C4 x (P^4) x ((1 - P)^2)
Exactly $4$ out of $6$ dice must be picked out as the dice that land on the same side. There are $\left({6\atop 4}\right)=15$ possibilities for that. Then the side on wich these dice land must be picked out: $6$ possibilities. For the remaining $2$ dice there are $5$ possibillities each to land on: $5\times5=25$ possibilities. This leads to $15\times6\times25=2250$ possibilities. Totally there are $6^{6}$ possibilities. So the probability that exactly $4$ land on the same side is $2250\times6^{-6}$.