Answer:
the number would be 11
Step-by-step explanation:
8 · x - 3 = 64
________ _ (divide both sides by 8)
8 8
x - 3 = 8
+ 3 + 3
x = 11
(check:
11 - 3 = 8
8 x 8 = 64 )
Answer:
20%
Step-by-step explanation:
Think about it. 100 divided by 25 is four so just multiply 5 times 4 and you got 20. giving you the probability of 20%. Your Welcome! And I'm not a genius it's just simple math.
Answer:
Literally any number larger than 17. Example: 18.
Answer:
P(success at first attempt) = 0.1353
Step-by-step explanation:
This question follows poisson distribution. Thus, the formula is;
P(k) = (e^(-G) × (G)k)/k!
where;
G is number of frames generated in one frame transmission time(or frame slot time)
Let's find G.
To do this, we need to find number of frames generated in 1 slot time which is given as 50 ms.
Now, in 1000 ms, the number of frames generated = 50
Thus; number of frames generated in 50 ms is;
G = (50/1000) × 50
G = 2.5
To find the chance of success on the first attempt will be given by;
P(success at first attempt) = P(0) = e^(-G) = e^(-2) = 0.1353