Answer:
its the top right answer choice
you'd simply just need to subtract 80 from 210 since its 10 per visit, and after 8 visits well its self explanatory
Step-by-step explanation:
its the top right answer choice
you'd simply just need to subtract 80 from 210 since its 10 per visit, and after 8 visits well its self explanatory
Trevor is interested in purchasing the local hardware/sporting goods store in the small town of Dove Creek, Montana. After examining accounting records for the past several years, he found that the store has been grossing over $850 per day about 65% of the business days it is open. Estimate the probability that the store will gross over $850 for the following. (Round your answers to three decimal places.)
(a) at least 3 out of 5 business days
(b) at least 6 out of 10 business days
(c) fewer than 5 out of 10 business days
(d) fewer than 6 out of the next 20 business days If the outcome described in part (d) actually occurred, might it shake your confidence in the statement p = 0.65? Might it make you suspect that p is less than 0.65? Explain. Yes. This is unlikely to happen if the true value of p is 0.65. Yes. This is likely to happen if the true value of p is 0.65. No. This is unlikely to happen if the true value of p is 0.65. No. This is likely to happen if the true value of p is 0.65.
(e) more than 17 out of the next 20 business days If the outcome described in part (e) actually occurred, might you suspect that p is greater than 0.65? Explain. Yes. This is unlikely to happen if the true value of p is 0.65. Yes. This is likely to happen if the true value of p is 0.65. No. This is unlikely to happen if the true value of p is 0.65. No. This is likely to happen if the true value of p is 0.65.
Answer:
A) P(X ≥ 3 ) = 0.7648
B) P(X ≥ 6) = 0.7515
C) P(X < 5) = 0.0949
D) P(X < 6) = 0.00031113
Yes. This is likely to happen if the true value of p is 0.65
E) P(X ≥ 17) = 0.012118
No. This is unlikely to happen if the true value of p is 0.65
Step-by-step explanation:
Solving this question means we have to deal with binomial probability distribution which follows a formula;
P(X = x) = C(n, x) * p^(x) * (1 - p)^(n - x)
We are given p = 65% = 0.65
A) probability of getting At least 3 out of the 5 business days, we have;
P(X ≥ 3 ) = P(X = 3) + P(X = 4) + P(X = 5)
And n = 5
Thus;
P(X = 3) = C(5, 3) × 0.65³ × (1 - 0.65)^(5 - 3)
P(X = 3) = 0.3364
P(X = 4) = C(5, 4) × 0.65⁴ × (1 - 0.65)^(5 - 4)
P(X = 4) = 0.3124
P(X = 5) = C(5, 5) × 0.65^(5) × (1 - 0.65)^(5 - 5)
P(X = 5) = 0.116
Thus;
P(X ≥ 3 ) = 0.3364 + 0.3124 + 0.116
P(X ≥ 3 ) = 0.7648
B) Probability of getting at least 6 out of the 10 business days.
P(X ≥ 6) = P(X = 6) + P(X = 7) + P(X = 8) + P(X = 9) + P(X = 10)
From online binomial calculator, we have;
P(X = 6) = 0.2377
P(X = 7) = 0.2522
P(X = 8) = 0.1757
P(X = 9) = 0.0725
P(X = 10) = 0.0134
P(X ≥ 6) = 0.2377 + 0.2522 + 0.1757 + 0.0725 + 0.0134
P(X ≥ 6) = 0.7515
C) probability of getting fewer than 5 out of the 10 business days.
P(X < 5) = P(X = 4) + P(X = 3) + P(X = 2) + P(X = 1)
From online binomial calculator, we have;
P(X = 4) = 0.0689
P(X = 3) = 0.0212
P(X = 2) = 0.0043
P(X = 1) = 0.0005
P(X < 5) = 0.0689 + 0.0212 + 0.0043 + 0.0005
P(X < 5) = 0.0949
D)probability of getting fewer than 6 out of the next 20 business days;
P(X < 6) = P(X = 5) + P(X = 4) + P(X = 3) + P(X = 2) + P(X = 1)
From online binomial calculator, we have;
P(X = 5) = 0.000261
P(X = 4) = 0.000044
P(X = 3) = 0.0000056
P(X = 2) = 0.0000005
P(X = 1) = 0.00000003
P(X < 6) = 0.000261 + 0.000044 + 0.0000056 + 0.0000005 + 0.00000003
P(X < 6) = 0.00031113
Yes, in this scenario, It is likely to happen and I would think p is less than 0.65 because probability is less than 1 out of 1000.
E) probability of getting more than 17 out of the next 20 business days.
P(X ≥ 17) = P(X = 18) + P(X = 19) + P(X = 20)
From online binomial calculator, we have;
P(X = 18) = 0.0099846
P(X = 19) = 0.00195187
P(X = 20) = 0.00018125
P(X ≥ 17) = 0.0099846 + 0.00195187 + 0.00018125
P(X ≥ 17) = 0.012118
Probability is around 12 in 100 and not up to 50%. Thus, This is unlikely to happen if the true value of p is 0.65
Find how many numbers greater than 400,000 can be made using all the digits of 416566
Answer:
20
Step-by-step explanation:
You have to fill in 6 slots _ _ _ _ _ _.
Since first digit must be 4, there is only 1 way to fill in the 1st slot.
with the 5 slots, we fill in the 6s first, 3 of them.
So we have 5 options and 3 items to fill, (5 choose 3).
Then 2 ways to fill 1 and 1 way to fill 5. (It doesn't matter if you pick 5 or 1 first).
So it becomes (5C3) * (2C1) *(1C1)
= 1 * 5!/(3!)(5-3)! * (2) * 1
= 20
If 30 kids in the class like grape juice, how many
kids like pineapple juice?
Sorry, I'm going to need a more accurate question. How many kids are there in total?
1/4(x+1)-6=-5 solve for x
Answer:
x=3
Step-by-step explanation:
Multiply to remove the fraction, then set equal to 0 and solve.
i’ll give you brainlest please help me!!!!
Answer:
145° I think
Step-by-step explanation:
the number sequence
If PQRS is a parallelogram, find the values of X and Y
Please help!!
Answer:
X = 4
y = 15
Step-by-step explanation:
I hope that is useful for you :)
4x+5y
order of operations i have been sitting for 3 hours, soooo stuck
Tyshdhhehdrhrhfhfurjrjd
Answer:
.....
Step-by-step explanation:
Please answer 5-12 I would really appreciate it, thank you!
If f(x) = -x + 5 and g(x) = 3x + 2, Find f(2)*g(2).
Answer:
24
Step-by-step explanation:
To find f(#) or g(#), plug the number into each x of the equation.
f(x) = -x + 5
f(2) = -(2) + 5
Simplify the parentheses by multiplying.
f(2) = -2 + 5
Add.
f(2) = 3
g(x) = 3x + 2
g(2) = 3(2) + 2
Simplify the parentheses by multiplying.
g(2) = 6 + 2
Add.
g(2) = 8
Now they are asking you to multiply
f(2) • g(2)
3 • 8
= 24
Hope this helps!
Pls someone help i will put brainlyist
help pls!!!!!!!!!!!!
What is the maximum volume of water a hamster bath could hold with a depth of 1 2/3 inches, a length of 2 1/3 inches, and width of 2 inches
Answer:
Step-by-step explanation:
depth = 1⅔ = 5/3 in
length = 2⅓ = 7/3 in
width = 2 in
volume = (5/3)(7/3)(2) = 70/9 = 6 7/9 in³
Of the pets in the pet show,
5
8
are cats.
4
5
of the cats are calico cats.
What fraction of the pets are calico cats?
Enter the fraction in simplest form.
Answer:
45/58 it is already in simplest form
Step-by-step explanation:
Answer:
1 17/40
Step-by-step explanation:
[tex]\frac{5}{8} + \frac{4}{5} \\[/tex]
Find the common denominator, which is 40
so then 5/8 = 25/40 and 4/5 = 32/40
[tex]\frac{25}{40} + \frac{32}{40} = \frac{57}{40} = 1 \frac{17}{40}[/tex]
Apply the distributive property to factor out the greatest common factor.30+42 30+42 30+42
Answer:
6(5·7)
Step-by-step explanation:
Given function:
30+42to find the answer using distributive property..what distributive property is:
to find the greatest common factor and then multiply using parentheses.Factoring out the greatest common factor:
[tex]6=30[/tex]·[tex]5[/tex] [tex]6=42[/tex]·[tex]7[/tex]Rewrite the expression using parentheses:
[tex]6 ( 5[/tex]·[tex]7)[/tex]Therefore, with using distributive property, we can change the expression 30+42 into 6(5·7).
answer:
6(5+7)
step by step eqaution:
6(5+7)
GIVING OUT BRAINLIST QUICK
Answer:
its cap
Step-by-step explanation:
Answer:
66in²
Step-by-step explanation:
If we assume the rectangle is made out of two identical trapezoids, as the question suggests, well then we know that the length of the triangle is equal to the sum of the length of the top and the bottom of the trapezoid:
Length(rectangle)=3+8=11
Width(rectangle)=6
Area(Rectangle)=length*width=11*6=66in²
What is the next number in the sequence 28, 26, 24, 22,
Answer:
30
Step-by-step explanation:
it counting by 2s but backwards
Answer:
20
Step-by-step explanation:
subtract by 2
jajakkalalallalalslsl [ignore this]
what is the answer to Pi?
Answer:
pi = 3.141592653589793238462643
Step-by-step explanation:
that's how we came up with pi simply being 3.14 and why pi day is 3/14 every year
5^4•5x is equivalent to
Answer:
625•5x
jajssjskdnkwwnso
A certain television is advised as a 37-inch tv (the diagonal length).if the width of the tv is 12 inches,how many inches tall is the tv
Find the measurement of arc HLK
Answer:
The answer is 210
Step-by-step explanation:
So arc HL is equal to 180 because angle G is equal to 180
Arc KL is equal to 30
30+180=210
so 210 is your answer
What is the base (area) of this
Answer:
3cm + 3cm+ 14/3cm + 14/3cm = base
Step-by-step explanation:
^^
Good luck!
Last year 64 new houses were built in the neighborhood so far this year 5/8 of them have been sold. How many new houses have been sold this year? Write your answer in simplest form.
5/8 of the total has been sold, so we just do 64*5/8=40 houses that had been sold this year. Hope this helped!
Write in slope-intercept form an equation of the line that passes through the given points.
(1, 2), (−2, −1)
y=
Answer:
y=x+1
Step-by-step explanation:
m=(y2-y1)/(x2-x1)
m=(-1-2)/(-2-1)
m=-3/-3
m=1
y-y1=m(x-x1)
y-2=1(x-1)
y-2=x-1
y=x-1+2
y=x+1
See the picture below.
Answer:
180 degrees
Step-by-step explanation:
FH is half the circle, so it has to be 180 degrees.
I think all that other stuff is to confuse you or use it for a different problem.
Ms. Thomas is restocking the gym equipment. Sports Authority is selling 12 volleyball nets for $840. How much money would Ms. Thomas spend on each volleyball net?
Answer:
70 dollars
Step-by-step explanation: -
Find the missing side length.
x = 6
Explanation:
use the pythagorean theorem which is a^2 + b^2 = c^2. 8 goes in either the a or b position and 10 is the longest side so it will go in the c position.
someone hep me please no one is helping me
Answer:
the answer is 38 cm
Step-by-step explanation:
10+6+(6x3)+4=38 the 2 missing numbers are 2cm and 3cm
Mrs.jeffries has 12 girls out of 16 students on the student council.The earth day committee has 4 girls out of the 8.Are the ratios equivalent?
Answer:
not equivalent.
Step-by-step explanation:
What is the greatest common factor of 36,12, and 45
Answer:
3
Step-by-step explanation: