nachelle
- 4
- 0
given trails n = 6, success probability p = 0.1
radou said:P(x > 2) = 1 - P(x \leq 2)
P(x \leq 2) = \left( \begin{array}{c} 8 \\ 0 \end{array} \right) 0.3^0 (1-0.3)^{8-0} + \cdots (sum until x = 2, including that case)
help