The infinite sequence $T=\{t_0,t_1,t_2,\ldots\}$ is defined as $t_0=0,$ $t_1=1,$ and $t_n=t_{n-2}+t_{n-1}$ for all integers $n&g
t;1.$ If $a,$ $b,$ $c$ are fixed non-negative integers such that\begin{align*} a&\equiv 5\pmod {16}\\ b&\equiv 10\pmod {16}\\ c&\equiv 15\pmod {16}, \end{align*}then what is the remainder when $t_a+t_b+t_c$ is divided by $7?$ You can use a LaTeX renderer to see what this says.
Let X be a discrete random variable with geometric distribution. Let x be the number of tests and p the probability of success in each trial, then the probability distribution is: P (X = x) = p * (1-p) ^ (x-1). With x = (1, 2, 3 ... n). This function measures the probability P of obtaining the first success at the x attempt. We need to know the probability of obtaining the first success at the third trial. Where a success is defined as a customer buying online. The probability of success in each trial is p = 0.3. So: P (X = 3) = 0.3 * (1-0.3) ^ (3-1) P (X = 3) = 0.147 The probability of obtaining the first success at the third trial is 14.7%