1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
sweet-ann [11.9K]
3 years ago
13

The relative frequency distribution of the number of phobias reported by a hypothetical sample of 500 college students is given

as follows.
0–2 0.48
3–5 0.26
6–8 0.12
9–11 0.09
12–14 0.05

Required:
a. What is the probability that a college student expresses fewer than three phobias?
b. What is the probability that a college student expresses more than eight phobias?
c. What is the probability that a college student has between 3 and 11 phobias?
Mathematics
1 answer:
goldenfox [79]3 years ago
3 0

Answer:

a. 0.48

b. 0.14

c. 0.47

Step-by-step explanation:

Data provided in the question

0 - 2        0.48

3 - 5        0.26

6 - 8        0.12

9- 11        0.09

12- 14       0.05

Based on the above information

a. The probability for fewer than three phobias is

= P( x < 3)

= 0.48

b.  The probability for more than eight phobias is

= P( x >8)

= 0.09 + 0.05  

= 0.14

c. Probability between 3 and 11 phobias is  

= P(3 < x < 11)

= 0.26 + 0.12  + 0.09

= 0.47

You might be interested in
the distance around a track is 400m. if you take 14 laps around the track what is the total distance you walk? use mental math
Olegator [25]

to do it in mental math: you can ignore the zeroes in 400 for now.

4*14 = 4*10 + 4*4 = 40 + 16 = 56

now add the zeroes back on: 5600m

6 0
3 years ago
Read 2 more answers
Find the two square roots of 9/4?
GaryK [48]

Answer: 0.75

Step-by-step explanation:

3 0
3 years ago
What is the correct answer?
Leno4ka [110]

Answer:

20

Step-by-step explanation:

6 0
2 years ago
Read 2 more answers
Find the equation of the line that passes through the following two points: (3, -7) and (7, 2)
Wittaler [7]

Answer:

y=\frac{9}{4}x-\frac{55}{4}

Step-by-step explanation:

Slope-intercept form: y = mx + b

Slope formula: \frac{y2-y1}{x2-x1}

Given points: (3, -7), (7, 2)

(3, -7) = (x1, y1)

(7, 2) = (x2, y2)

To write the equation in slope-intercept form, we need to find the slope(m) and the y-intercept(b) of the equation.

First, let's find the slope. To do this, input the given points into the slope formula:

\frac{2-(-7)}{7-3}

Simplify:

2 - (-7) = 2 + 7 = 9

7 - 3 = 4

\frac{9}{4}

The slope is \frac{9}{4}.

To find the y-intercept, input the slope and one of the given points(in this example I'll use point (7, 2)) into the equation and solve for b:

2=\frac{9}{4}(7)+b

2=\frac{63}{4}+b

-\frac{55}{4} =b

The y-intercept is -\frac{55}{4}.

Now that we know the slope and the y-intercept, we can write the equation:

y=\frac{9}{4}x-\frac{55}{4}

6 0
3 years ago
USA Today reports that about 25% of all prison parolees become repeat offenders. Alice is a social worker whose job is to counse
pychu [463]

Answer:

a) P(X=0)=(4C0)(0.75)^0 (1-0.75)^{4-0}=0.0039  

P(X=1)=(4C1)(0.75)^1 (1-0.75)^{4-1}=0.0469  

P(X=2)=(4C2)(0.75)^2 (1-0.75)^{4-2}=0.211  

P(X=3)=(4C3)(0.75)^2 (1-0.75)^{4-3}=0.422  

P(X=4)=(4C4)(0.75)^2 (1-0.75)^{4-4}=0.316

b) E(X) = np = 4*0.75=3

c) Sd(X) =\sqrt{np(1-p)}=\sqrt{4*0.75*(1-0.75)}=0.866

d) P(X \geq 3) \geq 0.98

And the dsitribution that satisfy this is X\sim Binom(n=9,p=0.75

Step-by-step explanation:

Previous concepts

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

Let X the random variable of interest, on this case we now that:

X \sim Binom(n=4, p=1-0.25=0.75)

The probability mass function for the Binomial distribution is given as:

P(X)=(nCx)(p)^x (1-p)^{n-x}

Where (nCx) means combinatory and it's given by this formula:

nCx=\frac{n!}{(n-x)! x!}

Part a

P(X=0)=(4C0)(0.75)^0 (1-0.75)^{4-0}=0.0039  

P(X=1)=(4C1)(0.75)^1 (1-0.75)^{4-1}=0.0469  

P(X=2)=(4C2)(0.75)^2 (1-0.75)^{4-2}=0.211  

P(X=3)=(4C3)(0.75)^2 (1-0.75)^{4-3}=0.422  

P(X=4)=(4C4)(0.75)^2 (1-0.75)^{4-4}=0.316

Part b

The expected value is givn by:

E(X) = np = 4*0.75=3

Part c

For the standard deviation we have this:

Sd(X) =\sqrt{np(1-p)}=\sqrt{4*0.75*(1-0.75)}=0.866

Part d

For this case the sample size needs to be higher or equal to 9. Since we need a value such that:

P(X \geq 3) \geq 0.98

And the dsitribution that satisfy this is X\sim Binom(n=9,p=0.75

We can verify this using the following code:

"=1-BINOM.DIST(3,9,0.75,TRUE)" and we got 0.99 and the condition is satisfied.

4 0
3 years ago
Other questions:
  • A tap fills a 3/5 gallon tub in 1/6 hour. What is the hourly rate, in gallons/hour at which the tap fills the tub?
    6·1 answer
  • What is an equivalent expression to 4+3(5+x)
    8·1 answer
  • Variable y varies directly with variable x, and y = 18 when x = 4. What is the constant of variation in decimal form?
    8·1 answer
  • Bob’s last delivery from in oil company was $125.32 a total of 80.5 gallons was delivered what was the price per gallon to the n
    10·2 answers
  • A recent study of cardiovascular risk factors reported that 30% of adults meet criteria for hypertension. If 15 adults meet asse
    6·1 answer
  • Determine the growth factor corresponding to 325% increase
    13·1 answer
  • 4|m−n| if m=−7 and n=2 i really need to know what this is asap please
    5·1 answer
  • The point (7, 8) is the solution of which of the following systems of equations?
    12·2 answers
  • Brielle made a color using 2 cups of white paint and 3
    7·1 answer
  • Lisa is building a structure to be used in the school play. The structure is in the shape of a right triangular prism. A sketch
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!