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
Virty [35]
3 years ago
8

A survey of 200 students is selected randomly on a large university campus. They are asked if they use a laptop in class to take

notes. The result of the survey is that 70 of the 200 students responded "yes". Using RStudio, construct and interpret a 95% confidence interval for the true proportion of university students who use laptop in class to take notes.
Mathematics
2 answers:
Lina20 [59]3 years ago
7 0

Answer:

The 95% confidence interval for the true proportion of university students who use laptop in class to take notes is (0.2839, 0.4161).

Step-by-step explanation:

The (1 - <em>α</em>)% confidence interval for population proportion <em>P</em> is:

CI=p\pm z_{\alpha/2}\sqrt{\frac{p(1- p)}{n}}

The information provided is:

<em>x</em> = number of students who responded as"yes" = 70

<em>n</em> = sample size = 200

Confidence level = 95%

The formula to compute the sample proportion is:

p=\frac{x}{n}

The R codes for the construction of the 95% confidence interval is:

> x=70

> n=200

> p=x/n

> p

[1] 0.35

> s=sqrt((p*(1-p))/n)

> s

[1] 0.03372684

> E=qnorm(0.975)*s

> lower=p-E

> upper=p+E

> lower

[1] 0.2838966

> upper

[1] 0.4161034

Thus, the 95% confidence interval for the true proportion of university students who use laptop in class to take notes is (0.2839, 0.4161).

Gemiola [76]3 years ago
7 0

Answer:

95% confidence interval for the true proportion of university students is [0.284 , 0.416].

Step-by-step explanation:

We are given that a survey of 200 students is selected randomly on a large university campus. They are asked if they use a laptop in class to take notes. The result of the survey is that 70 of the 200 students responded "yes".

Let p = true proportion of university students who use laptop in class to take notes

So, the pivotal quantity for 95% confidence interval for true proportion is given by;

                 P.Q. = \frac{\hat p -p}{\sqrt{\frac{\hat p(1-\hat p)}{n} } } ~ N(0,1)

where, \hat p = proportion of university students who use laptop in class to take notes in a survey of 200 students = \frac{70}{200} = 0.35

           n = sample of students = 200

So, 95% confidence interval for the true proportion, p is;

P(-1.96 < N(0,1) < 1.96) = 0.95

P(-1.96 < \frac{\hat p -p}{\sqrt{\frac{\hat p(1-\hat p)}{n} } } < 1.96) = 0.95

P(-1.96 \times \sqrt{\frac{\hat p(1-\hat p)}{n} } < {\hat p -p} < 1.96 \times \sqrt{\frac{\hat p(1-\hat p)}{n} } ) = 0.95

P( \hat p -1.96 \times \sqrt{\frac{\hat p(1-\hat p)}{n} } < p < \hat p +1.96 \times \sqrt{\frac{\hat p(1-\hat p)}{n} } ) = 0.95

<u><em>95% confidence interval for p</em></u> = [  \hat p -1.96 \times \sqrt{\frac{\hat p(1-\hat p)}{n} } ,  \hat p +1.96 \times \sqrt{\frac{\hat p(1-\hat p)}{n} } ]

                                 = [ 0.35 -1.96 \times \sqrt{\frac{0.35(1-0.35)}{200} } , 0.35 +1.96 \times \sqrt{\frac{0.35(1-0.35)}{200} } ]

                                 = [0.284 , 0.416]

Therefore, 95% confidence interval for the true proportion of university students who use laptop in class to take notes is [0.284 , 0.416].

You might be interested in
Greg saves $15 every week. What expression would represent the amount of money in dollars Greg will save in W weeks?
Tatiana [17]

Answer:

15W

Step-by-step explanation:

$15 is the amount he plans to save every week (constant), the W will represent the number of weeks

6 0
2 years ago
Read 2 more answers
A circle is centered at the point (-7,-1) and passes through the point (8, 7). The radius of the circle is ___ units. The point
trapecia [35]

Answer:

(x + 7)2 + (y + 1)2 = r2.

To get we use point (8, 7): (8 + 7)2 + (7 + 1)2 = r2, r2 = 225 + 64 = 289 = 172.

So, equation of circle: (x + 7)2 + (y + 1)2 = 289

Step-by-step explanation:

5 0
2 years ago
An artist wishes to make a painting in the shape of a golden rectangle, based on the theory that this shape is the most pleasing
Arisa [49]
C because 9 x 12 is 108 and so it’s c but I’m sorry if this is wrong
5 0
3 years ago
What is the value of the expression?<br> 8 1/2-2+4 3/4
kodGreya [7K]
11 1/4 or 11.25 is the answer
7 0
3 years ago
Lin is making two pans of brownies. She lines the bottom of her first pan with aluminum foil. The area of the rectangular piece
Gemiola [76]
Answer: 2 1/2 inches
6 0
3 years ago
Other questions:
  • A kennel has eight adult dogs and 14 puppies what is the ratio of adult dogs two puppies use a multiplication to have comparison
    15·1 answer
  • What is the solution to log2(2x^3-8)-2log2x=log2x?
    6·1 answer
  • Why is 116 not a perfect square?
    9·1 answer
  • What is 10 + 6+ 1+ 1+ 1+ 1 +2 +100 Ill give you 24 pts
    10·2 answers
  • Find the missing side
    14·2 answers
  • What is 6.3 ÷ (6.03)
    9·2 answers
  • Geoff wants to make a 100 ml of 5% alcohol solution mixing a quantity of a 2% alcohol solution with a 7% alcohol solution. What
    7·1 answer
  • Please help all i know is 10,000x 12/100=1,200+99=1,299
    7·1 answer
  • The 4th term of a sequence is 8 and the 6th term is 18. The sequence is either arithmetic or geometric. Which of the following c
    14·1 answer
  • A number decreased by 5 is less than 33.
    5·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!