Answer:
sorry to my answer i need a point and i ask a question Sorry :(
The given number which is 2A193A411 is written in Base 11. Base 11 number is also called undecimal system. The digits of Base 11 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and 10. Since 10 is not accepted as a digit, then we have to substitute a variable which is A = 10. Hence, the digits of a Base 11 number are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and A.
Answer:
ii) Find the percentage of boys/girls
Step-by-step explanation:
If im incorrect please comment here ------------》
40*52= 2080
34840 / 2080 = $16.75 an hour
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