1,240 views
1 votes
1 votes
If 4 dice tossed together , what is the probability of sum of these dice will be exactly 20? (want to see some shortcut procedure)

2 Answers

1 votes
1 votes

x1+x2+x3+x4 =20

where x1 , x2 , x3 , x4 ∈ [1,6]

we need to find coefficient of x20 in  (x1 +x2+x3+x4+x5+x6)4

coefficient of x20 in x4 *{(1-x6)/ (1-x)4 }

ultimately coefficient of x16 in (1-x6 )4 /(1-x)4   // expand (1-x6 )

using this formula (here replace x with -x)expand (1-x6 )

so ultimately we have to find 1*coeff of x16 in (1-x)-4   - C(4,1)* coeff of x10   in (1-x)-4    + C(4,2)* coeff of x4 in (1-x)-4

 coefficient of xr in (1 – x)-n is C(n+r-1 , r)

calculate and get answer =35

edited by
0 votes
0 votes
$\left ( x_{1}+x_{2}+x_{3}+x_{4} \right )=20$

We have to find coefficient of $\left [ x^{20} \right ]$

$\left ( x+x^{2}+x^{3}+x^{4}+x^{5}+x^{6}\right )^{4}$

$=\left [ x^{4} \right ]\left ( 1+x+x^{2}+x^{3}+x^{4}+x^{5}\right )^{4}$

$=\frac{\left ( 1-x^{6} \right )^{4}}{\left ( 1-x \right )^{4}}$

Now,

$\left ( 1-x^{6} \right )^{4}=1-4x^{6}+6x^{12}-4x^{18}+...$

$\left ( 1-x\right )^{4}=1+4x+\binom{5}{2}.x^{2}+\binom{6}{3}.x^{3}+....$

$=\binom{19}{16}-4\times \binom{13}{10}+6\times \binom{7}{4}=35$
edited by

Related questions

4 votes
4 votes
4 answers
1
srestha asked Jan 10, 2018
762 views
A pair of dice is rolled, till a sum of either 5 or 7 obtained. Find the probability that 5 comes before 7?
1 votes
1 votes
3 answers
2
pC asked Jun 16, 2016
3,174 views
What is the probability of getting total of 7 atleast once in 3 tosses of a fair dice... ?
1 votes
1 votes
2 answers
3
khantesh1 asked Dec 31, 2015
817 views
I think the ans should be C, but the given answer is A. Anyone can explain please?