The answer for this question is B
the example of an open equation is :x+9=16
Answer:correct answers
Step-by-step explanation:
Use binomial distribution, with p=0.20, n=20, x=3
P(X=x)=C(n,x)p^x (1-p)^(n-x)
P(X>=3)
=1-(P(X=0)+P(X=1)+P(X=2))
=1-(C(20,0)0.2^0 (0.8)^(20-0)+C(20,1)0.2^1 (0.8)^(20-1)+C(20,2)0.2^2 (0.8)^(20-2))
=1-(0.0115292+0.057646+0.136909)
=1-0.206085
=0.793915
That'd be a total of 6 km east and 4 km north.
The distance traveled from Carol's starting point, along the path described, is
1 km + 4 km + 5 km = 10 km.
However, if you want the straight line distance from starting to end point, that would be found using the Pyth. Thm.:
sqrt [ (6 km)^2 + (4 km)^2 ] = sqrt(52) = 2sqrt(13) km