Q. If a line has the equation y = -3x + 6, what is the y-intercept?
Show solution
Solution
The y-intercept is the constant term in the equation, which is 6.
Correct Answer:
A
— 6
Learn More →
Q. If a parabola has its vertex at (3, -2) and opens downwards, what is the general form of its equation?
A.
y + 2 = a(x - 3)^2
B.
y + 2 = -a(x - 3)^2
C.
y - 2 = a(x + 3)^2
D.
y - 2 = -a(x + 3)^2
Show solution
Solution
For a downward-opening parabola with vertex (h, k), the equation is y - k = -a(x - h)^2. Here, h = 3 and k = -2.
Correct Answer:
B
— y + 2 = -a(x - 3)^2
Learn More →
Q. If a parabola opens to the left, which of the following is its standard form?
A.
y^2 = -4px
B.
x^2 = -4py
C.
y^2 = 4px
D.
x^2 = 4py
Show solution
Solution
The standard form of a parabola that opens to the left is y^2 = -4px.
Correct Answer:
A
— y^2 = -4px
Learn More →
Q. If a parabola opens to the right and has its vertex at the origin, what is the general form of its equation?
A.
y^2 = 4px
B.
x^2 = 4py
C.
y = mx + c
D.
x = ay^2
Show solution
Solution
The general form of a parabola that opens to the right is y^2 = 4px.
Correct Answer:
A
— y^2 = 4px
Learn More →
Q. If the coordinates of a point are (x, y) and it lies on the line 2x + 3y = 12, what is the value of y when x = 2?
Show solution
Solution
Substituting x = 2: 2(2) + 3y = 12 => 4 + 3y = 12 => 3y = 8 => y = 8/3 ≈ 2.67, closest is 3.
Correct Answer:
B
— 3
Learn More →
Q. If the coordinates of a point are (x, y) and it lies on the line 2x + 3y = 6, what is the value of y when x = 0? (2023)
Show solution
Solution
Substituting x = 0 in 2(0) + 3y = 6 gives 3y = 6, so y = 2.
Correct Answer:
B
— 3
Learn More →
Q. If the coordinates of a point are (x, y) and it lies on the line 3x + 4y = 12, what is y when x = 0?
Show solution
Solution
Substituting x = 0: 3(0) + 4y = 12 => 4y = 12 => y = 3.
Correct Answer:
B
— 4
Learn More →
Q. If the coordinates of point A are (1, 2) and point B are (4, 6), what is the slope of line AB?
Show solution
Solution
Slope = (6-2)/(4-1) = 4/3.
Correct Answer:
A
— 2
Learn More →
Q. If the coordinates of point A are (2, 3) and point B are (4, 7), what is the slope of line AB?
Show solution
Solution
Slope = (7-3)/(4-2) = 4/2 = 2.
Correct Answer:
A
— 2
Learn More →
Q. If the coordinates of the vertices of a triangle are (1, 2), (4, 6), and (7, 2), what is the length of the side opposite to the vertex (4, 6)? (2023)
Show solution
Solution
Length = √[(1-7)² + (2-2)²] = √[36] = 6.
Correct Answer:
B
— 6
Learn More →
Q. If the focus of a parabola is at (0, 2) and the directrix is y = -2, what is the equation of the parabola?
A.
x^2 = 8y
B.
x^2 = 4y
C.
y^2 = 8x
D.
y^2 = 4x
Show solution
Solution
The distance from the focus to the directrix is 4, so the equation is x^2 = 8y.
Correct Answer:
A
— x^2 = 8y
Learn More →
Q. If the line 2x - 3y + 6 = 0 intersects the x-axis, what is the x-coordinate of the intersection point?
Show solution
Solution
Set y = 0: 2x + 6 = 0; x = -3.
Correct Answer:
A
— -3
Learn More →
Q. If the line 4x + 3y = 12 intersects the y-axis, what is the point of intersection? (2022)
A.
(0, 4)
B.
(0, 3)
C.
(0, 2)
D.
(0, 1)
Show solution
Solution
Setting x = 0 in the equation gives 3y = 12, thus y = 4. The point of intersection is (0, 4).
Correct Answer:
B
— (0, 3)
Learn More →
Q. If the line 4x - 3y + 12 = 0 is parallel to another line, what is the slope of the parallel line? (2022)
A.
4/3
B.
3/4
C.
-4/3
D.
-3/4
Show solution
Solution
Rearranging gives y = (4/3)x + 4. The slope is -4/3, so a parallel line has the same slope.
Correct Answer:
C
— -4/3
Learn More →
Q. If the line y = mx + c passes through the point (1, 2), what is the value of c when m = 3? (2023)
Show solution
Solution
Substituting (1, 2) gives 2 = 3(1) + c, so c = -1.
Correct Answer:
A
— -1
Learn More →
Q. If the line y = mx + c passes through the point (2, 3) and has a slope of 2, what is the value of c? (2023)
Show solution
Solution
Using y = mx + c: 3 = 2(2) + c => c = -1.
Correct Answer:
A
— -1
Learn More →
Q. If the point (x, y) lies on the line 3x - 4y = 12, what is the value of y when x = 4? (2023)
Show solution
Solution
Substituting x = 4 gives 3(4) - 4y = 12 => 12 - 4y = 12 => y = 0.
Correct Answer:
D
— 2
Learn More →
Q. If the point (x, y) lies on the line 4x - 5y = 20, what is the value of y when x = 0?
Show solution
Solution
Substituting x = 0: 4(0) - 5y = 20 => -5y = 20 => y = -4.
Correct Answer:
B
— 5
Learn More →
Q. The coordinates of the centroid of a triangle with vertices at (1, 2), (3, 4), and (5, 6) are:
A.
(3, 4)
B.
(2, 3)
C.
(4, 5)
D.
(3, 5)
Show solution
Solution
Centroid = ((1+3+5)/3, (2+4+6)/3) = (3, 4).
Correct Answer:
A
— (3, 4)
Learn More →
Q. The coordinates of the centroid of a triangle with vertices at (2, 3), (4, 5), and (6, 7) are:
A.
(4, 5)
B.
(3, 4)
C.
(5, 6)
D.
(6, 5)
Show solution
Solution
Centroid = ((2+4+6)/3, (3+5+7)/3) = (4, 5).
Correct Answer:
B
— (3, 4)
Learn More →
Q. The coordinates of the foot of the perpendicular from the point (1, 2) to the line 2x + 3y = 6 are:
A.
(2, 0)
B.
(0, 2)
C.
(1, 1)
D.
(0, 0)
Show solution
Solution
Using the formula for foot of perpendicular, we find the coordinates to be (2, 0).
Correct Answer:
A
— (2, 0)
Learn More →
Q. The coordinates of the foot of the perpendicular from the point (1, 2) to the line 3x + 4y = 12 are:
A.
(2, 1)
B.
(1, 2)
C.
(0, 3)
D.
(3, 0)
Show solution
Solution
Using the formula for foot of perpendicular, we find the coordinates to be (2, 1).
Correct Answer:
A
— (2, 1)
Learn More →
Q. The coordinates of the foot of the perpendicular from the point (3, 4) to the line 2x + 3y = 6 are:
A.
(2, 0)
B.
(1, 2)
C.
(0, 2)
D.
(2, 2)
Show solution
Solution
Using the formula for foot of perpendicular, we find the coordinates to be (2, 0).
Correct Answer:
A
— (2, 0)
Learn More →
Q. The coordinates of the foot of the perpendicular from the point (3, 4) to the line 2x + 3y - 6 = 0 are:
A.
(2, 0)
B.
(0, 2)
C.
(1, 1)
D.
(2, 2)
Show solution
Solution
Using the formula for foot of perpendicular, we find the coordinates to be (2, 0).
Correct Answer:
A
— (2, 0)
Learn More →
Q. The equation of a line with slope 2 passing through the point (1, 3) is?
A.
y = 2x + 1
B.
y = 2x + 2
C.
y = 2x + 3
D.
y = 2x - 1
Show solution
Solution
Using point-slope form: y - 3 = 2(x - 1) => y = 2x + 1.
Correct Answer:
C
— y = 2x + 3
Learn More →
Q. The equation of a parabola with vertex at (0, 0) and directrix y = -3 is?
A.
x^2 = -12y
B.
y^2 = -12x
C.
x^2 = 12y
D.
y^2 = 12x
Show solution
Solution
The distance from the vertex to the directrix is 3, so the equation is x^2 = -12y.
Correct Answer:
A
— x^2 = -12y
Learn More →
Q. The equation of a parabola with vertex at (0, 0) and focus at (0, 3) is?
A.
x^2 = 12y
B.
y^2 = 12x
C.
x^2 = 6y
D.
y^2 = 6x
Show solution
Solution
The distance from the vertex to the focus is 3, so the equation is x^2 = 12y.
Correct Answer:
A
— x^2 = 12y
Learn More →
Q. The parabola y^2 = 12x opens in which direction?
A.
Upwards
B.
Downwards
C.
Left
D.
Right
Show solution
Solution
The equation y^2 = 12x indicates that the parabola opens to the right since it is in the form y^2 = 4px.
Correct Answer:
D
— Right
Learn More →
Q. The vertex of the parabola given by the equation y = 2x^2 - 4x + 1 is located at which point?
A.
(1, -1)
B.
(2, 0)
C.
(1, 0)
D.
(0, 1)
Show solution
Solution
To find the vertex, use the formula x = -b/(2a). Here, a = 2, b = -4, so x = 1. Plugging x = 1 into the equation gives y = -1.
Correct Answer:
A
— (1, -1)
Learn More →
Q. What is the angle between the lines 2x + 3y = 6 and 4x - y = 5?
A.
45 degrees
B.
60 degrees
C.
90 degrees
D.
30 degrees
Show solution
Solution
The slopes of the lines are -2/3 and 4. The angle θ can be found using tan(θ) = |(m1 - m2) / (1 + m1*m2)|.
Correct Answer:
B
— 60 degrees
Learn More →
Showing 31 to 60 of 99 (4 Pages)
Coordinate Geometry MCQ & Objective Questions
Coordinate Geometry is a crucial topic for students preparing for school and competitive exams in India. Mastering this subject not only enhances your understanding of geometric concepts but also significantly boosts your exam scores. Practicing MCQs and objective questions helps in reinforcing your knowledge and identifying important questions that frequently appear in exams.
What You Will Practise Here
Understanding the Cartesian coordinate system and plotting points.
Key formulas for distance, midpoint, and section formula.
Equations of lines: slope-intercept form, point-slope form, and standard form.
Concepts of parallel and perpendicular lines in the coordinate plane.
Finding the area of triangles and other polygons using coordinates.
Applications of coordinate geometry in real-life problems.
Graphical representation of linear equations and inequalities.
Exam Relevance
Coordinate Geometry is a vital part of the mathematics syllabus for CBSE, State Boards, NEET, and JEE. Questions from this topic often include finding distances, determining slopes, and solving equations of lines. Students can expect to encounter both direct application questions and conceptual problems that test their understanding of the subject. Familiarity with common question patterns will aid in effective exam preparation.
Common Mistakes Students Make
Confusing the different forms of linear equations.
Miscalculating distances or midpoints due to sign errors.
Overlooking the significance of slopes in determining line relationships.
Failing to apply the correct formula in area calculations.
FAQs
Question: What is the importance of practicing Coordinate Geometry MCQ questions?Answer: Practicing MCQ questions helps reinforce concepts, improves problem-solving speed, and boosts confidence for exams.
Question: How can I effectively prepare for Coordinate Geometry objective questions with answers?Answer: Regular practice of important Coordinate Geometry questions for exams and reviewing mistakes can enhance your understanding and retention.
Start solving practice MCQs today to test your understanding and excel in your exams. Remember, consistent practice is the key to mastering Coordinate Geometry!