Question 1
If $Z\sim N(0,1)$, Find
a) $P(Z>1.8)$
b) $P(Z >-2.46)$
c) $P(Z>2.589)$
d) $P(Z<-0.725)$
e) $P(Z<-1.63)$
f) $P(Z>-0.65)$
My Solutions:
$P(Z>1.8) = 0.9461$
$P(Z >-2.46)= 1-0.99305 = 0.00695$
$P(Z>2.589) = 1-0.9952= 0.0048$
$P(Z<-0.725)= 1-0.7657=0.2343$
$P(Z<-1.63) = 1-0.9484 = 0.0516$
$P(Z>0.65) = 1-0.7422 = 0.2578$
Can you please check these over for me?
Question 2
The random variable $X\sim\text{Bin}(6,0.45)$. Find
$P(X>4)$
$P(X=6)$
$P(X≤3)$
Can someone please help me with question 2? I tried researching and everything and still can't find a solution to answering this question.
Thank you.
Under your solutions for the first part, a) and b) are wrong.
Instead of research have you tried calculating anything?
If $X\sim\text{Binomil}(n, p)$, then the probability that $X = k$, for some integer $k$, $0\leq k\leq n$, is $$P(X = k) = \binom{n}{k} p^{k}(1-p)^{n-k}.$$
The possible values for your $X$ are $\{0,1,2,3,4,5,6\}$.
Notice that, for $P(X>4)$, $$\{X>4\}\iff\{X=5\cup X = 6\}$$ and that the events $X=5$ and $X = 6$ are disjoint. Hence $$P(X > 4) = P(X=5\cup X = 6) = P(X = 5)+P(X=6).$$
Further, for $P(X\leq 3)$, $$\{X\leq 3\}\iff\{X = 0\cup X = 1\cup X=2\cup X=3\}.$$
You could also notice that $P(X\leq 3)+P(X = 4)+P(X>4) = 1$.