Answer:
y=4/1x+-3
Step-by-step explanation:
I hope this helps...
Answer:
72
Step-by-step explanation:
Jeff can divide the coin evenly in 6 or 9 bags, so the number of coin should have 9 and 6 as the factor. The lowest common factor for 6 and 9 will be:
6= 2 x 3
9= 3^2
LCF= 2 x 3^2= 18
From here you need to find the common multiple of 18 that will have 2 remainder after divided by 5. When 18( divided by 5, it will left 3 as remainder.
Multiple of 3 that give 2 remainder after divided by 5 will be 3x4= 12. Then least coin Jeff should have will be: 4x18= 72
Answer:
P ( X < 4 ) = 0.1736706
Step-by-step explanation:
Given:
- A random variable X follows a binomial distribution as follows,
Where n = 8, and p = 0.6.
Find:
- P ( X < 4 )?
Solution:
- The random variable X follows a binomial distribution as follows:
X ~ B ( 8 , 0.6 )
- The probability mass function for a binomial distribution is given as:
pmf = n^C_r ( p )^r (1-p)^(n-r)
- We are asked to find P ( X < 4 ) which is the sum of following probabilities:
P ( X < 4 ) = P ( X = 0 ) + P ( X = 1 ) + P ( X = 2 ) + P ( X = 3 )
- Use the pmf to compute the individual probabilities:
P ( X < 4 ) = 0.4^8 + 8^C_1*(0.6)*(0.4)^7 + 8^C_2*(0.6)^2*(0.4)^6 + 8^C_3*(0.6)^3*(0.4)^5 .
P ( X < 4 ) = 6.5536*10^-4 + 7.86432*10^-3 + 0.04128768 +0.12386304
Answer: P ( X < 4 ) = 0.1736706