Answer:
20
Step-by-step explanation:
25/x=100%/80%
<h3>
Answer: 41</h3>
Work Shown:
f(x) = 6x^2 - 13
f(x) = 6(x)^2 - 13
f(-3) = 6(-3)^2 - 13 ... replace every x with -3; use PEMDAS to simplify
f(-3) = 6(9) - 13
f(-3) = 54 - 13
f(-3) = 41
Step-by-step explanation:
So 4x2+9 has no linear factors with Real coefficients. It is possible to factor it with Complex coefficients.
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).
Answer:
14 degrees
Step-by-step explanation:
Complementary angles means they add up to 90 degrees.
If the smaller angle times 5 plus 6 equals the bigger angle, then:
14 x 5 = 70
70 + 6 = 76
76 + 14 = 90