Answer: No
Step-by-step explanation:
The distance hiked of Mark is represented by 2*t + 100
and the distance hiked of Zoe is represented by 2*t
here, you can see that the slope of both equations is equal, this means that in the same lapse of time, Zoe and Mark displace the same amount, but because Mark started earlier, he has a y-intercept bigger than zero, so for every value of t, the distance that Mark hiked will be higher than the one of Zoe.
We can represent this by:
2*t + 100 > 2*t
100 > 0
So the distance hiked by Mark is always bigger than the one of Zoe
R is 18 and x is 12 is the answer of your
question
The correct answer is ten times as much.
When we look at decimals, each place closer to the decimal point is ten times greater. The first 6 is in the hundreths place and the second one is one spot further away. As a result, the first is 10 times as much as the second.
The number of companies is quite large. That is, n is quite large.
The probability that a company declares bankruptcy is quite small , p is quite small.
np = the mean number of bankruptcies = 2 = a finite number.
Hence we can apply Poisson distribution for the data.
P (x=5 | mean =2) = e-2 25/5! = e-2 * 32/120 = 0.036089
Alternatively
=poisson(5,2,0) = 0.036089
P(x≥ 5 | mean =2) = 1- P( x ≤ 4) = 1- e-2 (1+2+22/2!+23/3!+24/4!)= 1-e-2 (1+2+2+8/6+16/24)= 1-e-2(7)
=0.052653
Alternatively
= 1- poisson(4,2,1) =0.052653
P(X > 5 | mean =2) = 1- p(x
≤ 5) =1- e-2 (1+2+22/2!+23/3!+24/4!+25/5!)= 1-e-2(7+4/15)
=0.016564
alternatively=1-poisson(5,2,1)
=0.016564