Answer:  B. x ~ B(50, .1)
In other words, it's the second answer choice
===========================================================
Explanation:
We have n = 50 people in the sample and p = 0.10 is the decimal form of 10%, to represent the probability of success. In this case, we define "success" as "the person passes the fitness test".
The random variable x is the count of how many people pass. So we could have x = 0, x = 1, x = 2, ..., x = 49, x = 50. Basically any whole number from 0 to 50 inclusive. Furthermore, x is approximately modeled by the binomial distribution which we denote as B(n, p) = B(50, 0.1)
So X ~ B(50, 0.1)
 
        
             
        
        
        
The answer is two thousand (2000)
        
                    
             
        
        
        
Answer: 1.05500
Step-by-step explanation:
2 subtracted by 0.945 is 1.05500
 
        
             
        
        
        
Answer:
y = 2x - 13
Step-by-step explanation:
Equation of a line is y = mx + c, m is the gradient and c is the intercept
The line passes through points 4 and -5, x is 4 and y is -5
-5 = 4m + c
When two lines are perpendicular, the products of their gradients are equal to -1, m1 * m2 = -1
x + 2y = 5
2y = -x + 5
y = (-1/2 * x) + 5
therefore m = -1/2
m1 * m2 = -1
m * -1/2 = -1
-m = -2 , therefore m = 2
-5 = 4 * 2 + c
c = -5 - 8, which is -13
Therefore the equation for the line is
y = 2x - 13