Answer:
Step-by-step explanation:
the first one
w is the width and it is the independent variable. You can pick any positive whole number you want (within reason of course; you can't go to infinity or go beyond some set boundary). Whatever you picked for w, the expression 2w-5 will be dependent on it. So the length is dependent on the width.
For instance, if the width is w = 10 feet, then 2w-5 = 2*10-5 = 20-5 = 15 feet is the length. The choice of 10 feet for the width directly affects the length being 15 feet.
Answer:
0.0064
0.00032
Step-by-step explanation:
Given the details:
P(X > 3), n = 5, p = 0.2
The binomial distribution is related using the formula:
P(x = x) = nCx * p^x * q^(n-x)
q = 1 - p = 1 - 0.2 = 0.8
P(X > 3) = p(x = 4) + p(x = 5)
P(x = 4) = 5C4 * 0.2^4 * 0.8^1 = 5 * 0.2^4 * 0.8^1 = 0.0064
P(x = 5) = 5C5 * 0.2^5 * 0.8^0 = 1 * 0.2^5 * 0.8^0 = 0.00032