Answer: 5 * 23 = 115 so 40<
Step-by-step explanation:
Volume=(pi)(radius^2)(height)
Volume=(pi)(5^2)(12)
V=(pi)(25)(12)
V=(pi)(300)
<span>In geometry, definitions are formed using known words or terms to describe a new word. There are three words in geometry that are not formally defined. These three undefined terms are point, line and plane. Undefined terms have not been defined, and defined are answered. They are terms that have a relationship with the point od discussion. :)</span>
Answer: 12$
Step-by-step explanation:
We need to round 79.45 to the nearest 10 dollars, which is 80.
We can then get 15% of it easily since its a whole number by adding 10% (8) and 5% (4) to get an estimate of around 12 dollars.
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:

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:

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).