A=0 b=5 c=6 esaaa es!!!!!!
Answer:
ali probley has a 50% chance
Step-by-step explanation:
Answer:
1,256 dm^2 and 400π dm^2
Step-by-step explanation:
The circumference is equal to 2pi times the radius. So 40pi=2pi times the radius so the radius is 20. The area of a circle is pi times the radius squared or 400pi and if using 3.14 for pi this would be 1,256 dm^2
Answer:
0.1 for each case
Step-by-step explanation:
Because Jordan's teacher randomly calls on students and Jordan has 10% chance of being called on any given day, the probability that on the first day Jordan is called on is 0.1 Besides, the probability remains constant on any given day, so, the probability that on the 2nd day Jordan is called on is 0.1 and for the 5th day is the same 0.1 Probability is always a number between 0 and 1.
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).