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
Alekssandra [29.7K]
3 years ago
9

A person recently read that 84% of cat owners are women. How large a sample should the researcher take if she wishes to be 90% c

onfident that her proportion is within 3% of the true population proportion?
Mathematics
1 answer:
Lana71 [14]3 years ago
6 0

Answer:

405

Step-by-step explanation:

To find sample size, use the following equation, where n = sample size, za/2 = the critical value, p = probability of success, q = probability of failure, and E = margin of error.

n=\frac{(z_{\frac{\alpha }{2} })^{2} *p*q  }{E^2}

The values that are given are p = 0.84 and E = 0.03.

You can solve for the critical value which is equal to the z-score of  (1 - confidence level)/2.  Use the calculator function of invNorm to find the z-score.  The value will given with a negative sign, but you can ignore that.

(1 - 0.9) = 0.1/2 = 0.05

invNorm(0.05, 0, 1) = 1.645

You can also solve for q which is 1 - p.  For this problem q = 1 - 0.84 = 0.16

Plug the values into the equation and solve for n.

n =\frac{(1.645)^2*0.84*0.16}{(0.03)^2}\\n= 404.0997333

Round up to the next number, giving you 405.

You might be interested in
Solve for equation x. <br> 3In(x)+2In(4)=In(128)
Serggg [28]

Domain:\ x > 0\\\\3\ln(x)+2\ln(4)=\ln(128)\qquad\text{use}\ \lag_ab^n=n\log_ab\\\\\ln(x^3)+\ln(4^2)=\ln(128)\qquad\text{use}\ \log_ab+\ln_ac=\ln_a(bc)\\\\\ln(16x^3)=\ln(128)\iff16x^3=128\qquad\text{divide both sides by 16}\\\\x^3=8\to x=\sqrt[3]8\\\\\boxed{x=2}\in D

3 0
3 years ago
-2p + 7= 11 i need a answer know pleas help me
siniylev [52]

Answer:

p= -3/2 or p= -1 1/2

Step-by-step explanation:

6 0
2 years ago
Read 2 more answers
The most common form of color blindness is an inability to distinguish red from green. However, this particular form of color bl
Alecsey [184]

Answer:

(a) The correct answer is P (CBM) = 0.79.

(b) The probability of selecting an American female who is not red-green color-blind is 0.996.

(c) The probability that neither are red-green color-blind is 0.9263.

(d) The probability that at least one of them is red-green color-blind is 0.0737.

Step-by-step explanation:

The variables CBM and CBW are denoted as the events that an American man or an American woman is colorblind, respectively.

It is provided that 79% of men and 0.4% of women are colorblind, i.e.

P (CBM) = 0.79

P (CBW) = 0.004

(a)

The probability of selecting an American male who is red-green color-blind is, 0.79.

Thus, the correct answer is P (CBM) = 0.79.

(b)

The probability of the complement of an event is the probability of that event not happening.

Then,

P(not CBW) = 1 - P(CBW)

                   = 1 - 0.004

                   = 0.996.

Thus, the probability of selecting an American female who is not red-green color-blind is 0.996.

(c)

The probability the woman is not colorblind is 0.996.

The probability that the man is  not color- blind is,

P(not CBM) = 1 - P(CBM)

                   = 1 - 0.004  

                   = 0.93.

The man and woman are selected independently.

Compute the probability that neither are red-green color-blind as follows:

P(\text{Neither is Colorblind}) = P(\text{not CBM}) \times  P(\text{not CBW})\\ = 0.93 \times  0.996 \\= 0.92628\\\approx 0.9263

Thus, the probability that neither are red-green color-blind is 0.9263.

(d)

It is provided that a one man and one woman are selected at random.

The event that “At least one is colorblind” is the complement of part (d) that “Neither is  Colorblind.”

Compute the probability that at least one of them is red-green color-blind as follows:

P (\text{At least one is Colorblind}) = 1 - P (\text{Neither is Colorblind})\\ = 1 - 0.9263 \\= 0.0737

Thus, the probability that at least one of them is red-green color-blind is 0.0737.

6 0
3 years ago
A sample of 38 observations is selected from one population with a population standard deviation of 3.4. The sample mean is 100.
kaheart [24]

Answer:

a. two-tailed test

b. reject H0 if Z>1.96 or Z<-1.96

c. Z = 1.73

d. we have failed to reject the null hypothesis

e. P-value = 0.0418

Step-by-step explanation:

We will use a Z test to resolve this, an it will be a two-tailed test because the hypothesis statements are not indicating a specific direction for the significant difference (H0 : μ1 = μ2 ; H1 : μ1 ≠ μ2), this also means that the significanclevel will be divided between the both tails (2.5% en each tail for the rejection regions). See attached drawing for reference.

We need to find our critical value:

Zα/2 = Z(0.05/2) = 0.025

If we look for 0.025 in a Z table we will find that the critical value is 1.96 to the right, and by symmetry -1.96 to the left. So our decision rule will be to reject H0 if Z>1.96 or Z<-1.96

The Z test will be done using the next equation:

Z = (x⁻1 - x⁻2) - (μ1 - μ2) / √( σ²1/n1 + σ²2/n2

Because we are testing the null hypothesis we know that μ1 - μ2 must be zero if they are supposed to be equal (H0 : μ1 = μ2), so we calculate as follows:

Z = (100.5 - 98.8) - (0) / √( (3.4)²/38 + (5.8)²/51 = 1.7/0.9817 = 1.73

Z<1.96, therefore we have failed to reject the null hypothesis

The P-value for this test would be represented by the probability of Z being greater than 1.73, so we can look for it in any Z table, finding that its value is 0.0418, and because P-value>0.025 we again confirm that we don't have evidence statistically significant to reject the null hypothesis

4 0
3 years ago
HELP ASAP PLEASEEEEEEEEEE HELPPP
grin007 [14]

Answer:

6/36 as simplified as 1/6

Step-by-step explanation:

6 0
3 years ago
Read 2 more answers
Other questions:
  • A menu has 9 options, chicken, steak, fish, broccoli, spinach, two types of carrots and two breads, what is the complement of or
    8·1 answer
  • There are 36 student in Mr. Barrett's math class. If there are 27 girls, what percent of the students are boys?
    14·2 answers
  • Solve the equation. –3x + 1 + 10x = x + 4 x = x = x = 12
    8·1 answer
  • An object is dropped off a building that us 144 feet tall. After how many seconds does the object hit the ground? (s= 16t^2)
    15·2 answers
  • A dance school has 63 ballet dancers. If 42% of the total number of dancers in the school are ballet dancers, what is the total
    5·1 answer
  • Waves transport _______ over distances.
    13·2 answers
  • Mean mode median range please help me
    5·1 answer
  • At a sale this week, a sofa is being sold for $555. This is a 26% discount from the original price. What is the original price?
    14·1 answer
  • Help ASAP please! JKL is a right triangle. JL = 10, KL = 8,<br> and JK = 6. What is cos L?
    14·2 answers
  • 15 POINTS! NEED ANSWER RIGHT AWAY!!!
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!