(550*4.4)/100=24.2
24.2/12=2.016 $ in month
2.016*6=12.10 $
There are 21 black socks and 9 white socks. Theoretically, the probability of picking a black sock is 21/(21+9) = 21/30 = 0.70 = 70%
Assuming we select any given sock, and then put it back (or replace it with an identical copy), then we should expect about 0.70*10 = 7 black socks out of the 10 we pick from the drawer. If no replacement is made, then the expected sock count will likely be different.
The dot plot shows the data set is
{5, 5, 6, 6, 7, 7, 7, 8, 8, 8}
The middle-most value is between the first two '7's, so the median is (7+7)/2 = 14/2 = 7. This can be thought of as the average expected number of black socks to get based on this simulation. So that's why I consider it a fair number generator because it matches fairly closely with the theoretical expected number of black socks we should get. Again, this is all based on us replacing each sock after a selection is made.
Answer:
p = 0.38, n = 20
The probability that he throws more than 10 strikes = 0.09233
Step-by-step explanation:
Binomial distribution function is represented by
P(X = x) = ⁿCₓ pˣ qⁿ⁻ˣ
n = total number of sample spaces = number of times Jack wants to bowl = 20
x = Number of successes required = number of strikes he intends to get
p = probability of success = probability that Jack throws a strike = 0.38
q = probability of failure = probability that Jack doesn't throw a strike = 0.62
P(X > x) = Σ ⁿCₓ pˣ qⁿ⁻ˣ (summing from x+1 to n)
P(X > 10) = Σ ²⁰Cₓ pˣ qⁿ⁻ˣ (summing from 11 to 20)
P(X > 10) = [P(X=11) + P(X=12) + P(X=13) + P(X=14) + P(X=15) + P(X=16) + P(X=17) + P(X=18) + P(X=19) + P(X=20)
P(X > 10) = 0.09233
There are binomial distribution cacalculators that can calculate all of this at once. Get one to minimize errors.
Answer:
y = - 2x + 6
Step-by-step explanation:
The equation of a line in slope- intercept form is
y = mx + c ( m is the slope and c the y- intercept )
Calculate m using the slope formula
m = 
with (x₁, y₁ ) = (1, 4 ) and (x₂, y₂ ) = (2, 2 )
m =
=
= - 2 , then
y = - 2x + c ← is the partial equation
To find c substitute either of the 2 points into the partial equation
Using (2, 2 ) , then
2 = - 4 + c ⇒ c = 2 + 4 = 6
y = - 2x + 6 ← equation of line