Binomial distribution formula: P(x) = (n k) p^k * (1 - p)^n - k
a) Probability that four parts are defective = 0.01374
P(4 defective) = (25 4) (0.04)^4 * (0.96)^21
P(4 defective) = 0.01374
b) Probability that at least one part is defective = 0.6396
Find the probability that 0 parts are defective and subtract that probability from 1.
P(0 defective) = (25 0) (0.04)^0 * (0.96)^25
P(0 defective) = 0.3604
1 - 0.3604 = 0.6396
c) Probability that 25 parts are defective = approximately 0
P(25 defective) = (25 25) (0.04)^25 * (0.96)^0
P(25 defective) = approximately 0
d) Probability that at most 1 part is defective = 0.7358
Find the probability that 0 and 1 parts are defective and add them together.
P(0 defective) = 0.3604 (from above)
P(1 defective) = (25 1) (0.04)^1 * (0.96)^24
P(1 defective) = 0.3754
P(at most 1 defective) = 0.3604 + 0.3754 = 0.7358
e) Mean = 1 | Standard Deviation = 0.9798
mean = n * p
mean = 25 * 0.04 = 1
stdev = 
stdev =
= 0.9798
Hope this helps!! :)
Let b>a,
a+b=40 so we can say a=40-b
We are told that b-a=6.5, using a found above in the equation gives us:
b-(40-b)=6.5
b-40+b=6.5
2b-40=6.5
2b=46.5
b=23.25, and since a=40-b
a=40-23.25
a=16.75
So a=16.75 and b=23.25
check...
16.75+23.25=40, 40=40
23.25-16.75=6.5, 6.5=6.5
Answer:
Answer should be 5
Step-by-step explanation:
Answer:
4
Step-by-step explanation:
lim (x^2 - 4) / (x - 2)
x --> 2
When we plug x =2, we get
(2^2 - 4) / (2 - 2)
= (4 - 4)/(2 - 2)
= 0 /0
Which is undefined.
Now we have to use L'hospital rule. Which says we need to differentiate the numerator and the denominator and apply the limit.
When we differentiate x^2 -4, we get 2x
When we differentiate x -2, we get 1
lim 2x/1
x --> 2
Now apply, the limit x = 2
2(2)/1
= 4/1
= 4
Therefore, limit of this function is 4, when x tends to 2.
Hope you will understand the concept.
Thank you.