V=square root (3/2)/2
Or V=-square root (3/2)/2
[6, ∞) , x >= 6 so
answer is D. last one
6<= x < ∞
Answer:
D m = 
Step-by-step explanation:
factor the expressions in the denominator and the numerator to simplify the expression:
=> 
=> 
to make a fraction undefined, the numerator should be 0, thus, we substitute the values of m from the options into the denominator to make the denominator equals to 0:
=>
=
= 
in this case, the values of m from option D make the denominator of the fraction equals 0.
Answer:
the answer is 5
Step-by-step explanation:
because 5+3 is 8 and 3+0 is 3 so you need 5 so it can be equal.
hoped i helped
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).