Answer:
$220 dollars
Step-by-step explanation:
a = p * w (the percentage formula)
subsitute. It rose by 30 % since last year so you're going to put 1.30 (30% -> 0.30 then add 1)
286 = 1.30 * w
solve.
w = 220
Answer:
The answer is -15.
Step-by-step explanation:
1. 2x - 1
2. 2(-7) - 1
3. (-14) - 1
4. -15
By plugging in our x value, we are able to use PEMDAS to multiply 2 and the value of x and then, we subtract 1 from the value we got from step 3 to get -15.
Answer:
Final answer is approx x=4.26.
Step-by-step explanation:
Given equation is 
Now we need to solve equation
and round to the nearest hundredth.









Round to the nearest hundredth.
Hence final answer is approx x=4.26.
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).