Answer:
q = 3 + 1/2r
Step-by-step explanation:
10q - 5r = 30
We want to solve for q
Add 5r to each side
10q - 5r+5r = 30+5r
10q = 30+5r
Divide by 10
10q/10 = 30/10 +5r/10
q = 3 + 1/2r
(0, 9) represents the y-intercept of the graph.
Since the slope is 1/3, this means that y will rise 1 for every 3 that x runs.
The points that can be used to make a line in this graph are (3, 10) and (6, 11).
Answer:
6z
Step-by-step explanation:
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:45
Step-by-step explanation:
First, you need to calculate the area of the square.
(LxW)= 25.
Then, calculate the area of the triangle
(1/2BH)=5x(8/2)=5x4=20
Now, just add 20+25= 45
Please mark me brainliest :)