Answer:
<u>Third Option</u>: 
Step-by-step explanation:
Given the points on the graph, (4, 5) and (-4, -5):
In order to determine the equation of the given graph in slope-intercept form, y = mx + b:
Use the given points to solve for the slope:
Let (x₁, y₁) = (-4, -5)
(x₂, y₂) = (4, 5)
m = (y₂ - y₁)/(x₂ - x₁)

Therefore, the slope of the line is:
.
Next, use one of the given points on the graph, (4, 5) to solve for the y-intercept, b:
y = mx + b
5 =
+ b
5 = 5 + b
5 - 5 = 5 - 5 + b
0 = b
Therefore, the linear equation in slope-intercept form is:
. The correct answer is Option 3.
Answer:

Step-by-step explanation:

<em>Replace it with y</em>

<em>Exchange the values of x and y</em>

<em>Solve for y</em>

<em>Subtracting 1 from both sides</em>

<em>Dividing both sides by 2</em>

<em>Replace it by </em>
So,

Answer:
negative
Step-by-step explanation:
Answer:
The distance between the two points is 7 units
Step-by-step explanation:
we know that
the formula to calculate the distance between two points is equal to
we have
(2, -3) and (2,4)
substitute the values in the formula
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).