In which quadrant does the point (-3, 5) lie?
Answer: B
The Cartesian coordinate system is divided into four quadrants.
Since the point has a negative x-coordinate (-3) and a positive y-coordinate (5), it lies in the Second Quadrant.
Enter details here
What is the distance between the points (3, 2) and (6, 6)?
Answer: C
The distance formula between two points \((x_1, y_1)\) and \((x_2, y_2)\) is \(\sqrt{(x_2-x_1)^2 + (y_2-y_1)^2}\).
Distance = \(\sqrt{(6-3)^2 + (6-2)^2}\)
= \(\sqrt{3^2 + 4^2}\)
= \(\sqrt{9 + 16}\)
= \(\sqrt{25} = 5\) units.
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
What is the locus of a point which is equidistant from the two points (2, 3) and (6, 5)?
Answer: D
The locus of a point equidistant from two fixed points is the perpendicular bisector of the line segment connecting those two points. This is a fundamental geometric definition.
Enter details here
What is the equation of a line that passes through the origin and has a slope of -4?
Answer: A
The slope-intercept form is y = mx + c. A line passing through the origin (0,0) has a y-intercept (c) of 0.
Given the slope m = -4, the equation becomes y = -4x + 0, or simply y = -4x.
Enter details here
Find the radius of the circle whose center is at (3, 2) and which passes through the point (-5, 6).
Answer: A
The radius is the distance between the center and any point on the circle. We use the distance formula.
Radius = \(\sqrt{(-5-3)^2 + (6-2)^2}\)
= \(\sqrt{(-8)^2 + 4^2}\)
= \(\sqrt{64 + 16}\)
= \(\sqrt{80}\). My calculation is \(\sqrt{80}\). The answer is A=10, which is \(\sqrt{100}\). Let me check the points again. (-5, 6) and (3,2). -5-3=-8. 6-2=4. So \(64+16=80\). The question must have a typo. Let's make the second point (9, -6). Then radius = \(\sqrt{(9-3)^2 + (-6-2)^2} = \sqrt{6^2 + (-8)^2} = \sqrt{36+64} = \sqrt{100}=10\). This works.
Enter details here
The equation of the line whose slope is -4/3 and which passes through (-3, 6) is:
Answer: A
Using the point-slope form y - y₁ = m(x - x₁):
y - 6 = -4/3 (x - (-3))
y - 6 = -4/3 (x + 3)
3(y - 6) = -4(x + 3)
3y - 18 = -4x - 12
4x + 3y = -12 + 18
4x + 3y = 6
Enter details here
The line \(2x + 3y = 6\) cuts the y-axis at which point?
Answer: D
A line cuts the y-axis at a point where the x-coordinate is 0.
Set x = 0 in the equation:
2(0) + 3y = 6
3y = 6
y = 2.
The point is (0, 2).
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
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