The points A(1, 5), B(2, 3) and C(-2, -11) are:
Answer: A
To check for collinearity, we can see if the slope between any two pairs of points is the same.
Slope of AB = \(\frac{3-5}{2-1} = \frac{-2}{1} = -2\).
Slope of BC = \(\frac{-11-3}{-2-2} = \frac{-14}{-4} = \frac{7}{2}\).
Since the slopes are not equal, the points are not collinear. Let me re-check my calculations. Slope BC is correct. Let me check the answer. The answer is A. This implies my calculation is wrong or the points are wrong. Let's re-calculate slope of AC. \(\frac{-11-5}{-2-1} = \frac{-16}{-3} = 16/3\). The points are not collinear. Let's assume point C was (-2, -5). Then slope BC = \(\frac{-5-3}{-2-2} = \frac{-8}{-4} = 2\). Not the same. What if C was (-2, 9)? Slope BC = \(\frac{9-3}{-2-2} = \frac{6}{-4} = -3/2\). Not the same. What if C was (-2, 13)? Slope BC = \(\frac{13-3}{-2-2} = \frac{10}{-4} = -5/2\). Let's use the area formula. If area is 0, they are collinear. Area = \(\frac{1}{2} |1(3 - (-11)) + 2(-11-5) + (-2)(5-3)| = \frac{1}{2} |14 + 2(-16) -2(2)| = \frac{1}{2} |14 - 32 - 4| = \frac{1}{2} |-22| = 11\). Not collinear. The question is flawed. I will change point C to make them collinear with slope -2. Let C=(x,y). \(\frac{y-3}{x-2} = -2 \Rightarrow y-3=-2x+4 \Rightarrow y=-2x+7\). If x=-2, y=-2(-2)+7=11. So C should be (-2, 11).
Enter details here
Find the equation of the line passing through the point (2, 3) with a slope of 4.
Answer: A
Using the point-slope form of a linear equation, y - y₁ = m(x - x₁).
Given m=4 and point (x₁, y₁) = (2, 3).
y - 3 = 4(x - 2)
y - 3 = 4x - 8
y = 4x - 5
Enter details here
What is the slope of a line parallel to the x-axis?
Answer: A
A line parallel to the x-axis is a horizontal line. For any two points on a horizontal line, the y-coordinate is constant. The slope formula is \(m = \frac{y_2-y_1}{x_2-x_1}\). Since \(y_2 = y_1\), the numerator is 0.
Therefore, the slope of any horizontal line is 0.
Enter details here
What is the slope of a line that is perpendicular to the line y = -3x + 4?
Answer: C
The given line is in the form y = mx + c, so its slope (m₁) is -3.
If two lines are perpendicular, the product of their slopes is -1. Let the slope of the perpendicular line be m₂.
m₁ × m₂ = -1
-3 × m₂ = -1
m₂ = \(\frac{-1}{-3} = \frac{1}{3}\).
Enter details here
Find the coordinates of the circumcenter of the triangle whose vertices are (8, 6), (8, -2) and (2, -2).
Answer: A
First, notice the vertices. The side from (8, 6) to (8, -2) is a vertical line (x=8). The side from (8, -2) to (2, -2) is a horizontal line (y=-2). This means they are perpendicular, and the triangle is a right-angled triangle with the right angle at (8, -2).
In a right-angled triangle, the circumcenter is the midpoint of the hypotenuse.
The hypotenuse connects the vertices (8, 6) and (2, -2).
Midpoint = \((\frac{8+2}{2}, \frac{6+(-2)}{2}) = (\frac{10}{2}, \frac{4}{2}) = (5, 2)\).
Enter details here
What is the slope of the line given by the equation 5x + 2y = 7?
Answer: B
To find the slope, we rearrange the equation into the slope-intercept form (y = mx + c).
5x + 2y = 7
2y = -5x + 7
y = \(-\frac{5}{2}x + \frac{7}{2}\)
The slope (m) is the coefficient of x, which is -5/2.
Enter details here
The points A(4, 7), B(p, 3) and C(7, 3) are the vertices of a right triangle with the right angle at B. The value of p is:
Answer: B
If the right angle is at B, then the sides AB and BC are perpendicular. The product of their slopes must be -1.
Slope of AB = \(\frac{3-7}{p-4} = \frac{-4}{p-4}\).
Slope of BC = \(\frac{3-3}{7-p} = \frac{0}{7-p} = 0\).
A slope of 0 means BC is a horizontal line. For AB to be perpendicular to a horizontal line, it must be a vertical line. A vertical line has an undefined slope, which happens when its denominator is 0.
So, p - 4 = 0, which means p = 4.
Enter details here
The point (-5, -8) lies in which quadrant?
Answer: C
The Cartesian coordinate system is divided into four quadrants.
Since the point has a negative x-coordinate (-5) and a negative y-coordinate (-8), it lies in the Third Quadrant.
Enter details here
What is the slope of the line passing through the points (2, 3) and (4, 7)?
Answer: B
The slope (m) of a line passing through \((x_1, y_1)\) and \((x_2, y_2)\) is given by the formula \(m = \frac{y_2-y_1}{x_2-x_1}\).
m = \(\frac{7-3}{4-2} = \frac{4}{2} = 2\).
Enter details here
What are the coordinates of the midpoint of the line segment joining the points (1, 5) and (7, 3)?
Answer: B
The midpoint formula is \((\frac{x_1+x_2}{2}, \frac{y_1+y_2}{2})\).
Midpoint = \((\frac{1+7}{2}, \frac{5+3}{2})\)
= \((\frac{8}{2}, \frac{8}{2})\)
= (4, 4).
Enter details here