Introduction to Three Dimensional Geometry — Class 11 MCQs with Answers
Class 11 CBSE Mathematics · Chapter 12
90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated
Practise the most important Class 11 CBSE Mathematics questions from Chapter 12, "Introduction to Three Dimensional Geometry". You get 9 timed quizzes made from 90 NCERT-based MCQs, with answers and explanations. The questions are split into 30 Easy, 30 Medium and 30 Hard. Warm up on the basics, then move on to the exam-level questions that set top scorers in CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced apart.
To score well in "Introduction to Three Dimensional Geometry", focus on fast problem-solving, formula recall and step-by-step working. Each MCQ here is timed and uses exam-style marking (+4 correct, −1 wrong, 0 skipped). This trains you to stay accurate under time pressure, as real papers need. Every question has a short explanation, so a wrong answer becomes a quick lesson. It is the fastest way to fix gaps before a test.
Use this chapter for focused revision. Start with the Easy set to check your basics on Introduction to Three Dimensional Geometry, then move to Medium and Hard to practise applying them. Your accuracy, streaks and XP save automatically. This chapter also adds to your overall Class 11 Mathematics mastery score. 14 sample questions are solved in full below, with the answer and a worked explanation. Sign in free to start practising.
Key concepts: Introduction to Three Dimensional Geometry (Class 11 Mathematics)
Coordinate geometry steps into space: three mutually perpendicular axes fix any point by an ordered triple (x, y, z). This chapter builds the coordinate planes and octants, the distance formula between two points, and the section formula locating a point that divides a segment in a given ratio.
- Coordinate axes
- Three mutually perpendicular lines — the x, y and z axes — meet at the origin O, and together they let us pin any point in space to a unique triple.
- Coordinate planes
- Taken in pairs the axes span three planes: XY (z = 0), YZ (x = 0) and ZX (y = 0); a point's distance from each plane is one of its coordinates.
- Octants
- The three coordinate planes cut space into eight regions called octants; the sign pattern of (x, y, z) tells you which octant a point lies in.
- Coordinates of a point
- A point P is the ordered triple (x, y, z): its signed perpendicular distances from the YZ, ZX and XY planes respectively.
Introduction to Three Dimensional Geometry — important questions & MCQs with answers (Class 11 Mathematics)
14 solved questions from this chapter's difficulty levels, each with its answer and explanation. The other 76 are timed and scored when you sign in.
- Q1Easy
Number of octants in 3D:
A.8✓ CorrectB.4C.6D.2Answer: A. 8
Explanation: Three mutually perpendicular coordinate planes cut space into 2³ = 8 regions called octants — confusing this with the four planar quadrants (2² = 4) is the usual slip.
- Q2Easy
In which octant is the point (2, 3, 4)?
A.First✓ CorrectB.SecondC.ThirdD.EighthAnswer: A. First
Explanation: All three coordinates of (2, 3, 4) are positive, and the all-positive octant is by convention labelled the first — a sign change in even one coordinate moves it elsewhere.
- Q3Easy
Distance between (x₁, y₁, z₁) and (x₂, y₂, z₂):
A.x₁ + y₁ + z₁B.|x₂−x₁| + |y₂−y₁| + |z₂−z₁|C.(x₂−x₁)(y₂−y₁)(z₂−z₁)D.√[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²]✓ CorrectAnswer: D. √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²]
Explanation: Distance between two points in 3D extends Pythagoras with a third squared term: √[(x₂−x₁)² + (y₂−y₁)² + (z₂−z₁)²] — dropping the z-term collapses it into the 2D formula by mistake.
- Q4Easy
Point dividing segment from (x₁, y₁, z₁) to (x₂, y₂, z₂) in ratio m:n (internally):
A.Midpoint formula onlyB.((mx₂ + nx₁)/(m+n), (my₂ + ny₁)/(m+n), (mz₂ + nz₁)/(m+n))✓ CorrectC.Cannot generaliseD.Same as 2DAnswer: B. ((mx₂ + nx₁)/(m+n), (my₂ + ny₁)/(m+n), (mz₂ + nz₁)/(m+n))
Explanation: The 3D section formula divides each coordinate the way 2D does, with a third coordinate added: ((mx₂+nx₁)/(m+n), (my₂+ny₁)/(m+n), (mz₂+nz₁)/(m+n)) for internal division — not a new rule, just an extension.
- Q5Easy
The distance between the points (2, 5, 7) and (2, 5, 1) is:
A.6✓ CorrectB.8C.√6D.4Answer: A. 6
Explanation: Only the z-coordinate differs, by 6.
- Q6Easy
Point on xz-plane has y =
A.−1B.1C.0✓ CorrectD.x+zAnswer: C. 0
Explanation: Any point on the xz-plane has zero displacement along the y-axis, so y = 0 while x and z stay free — picking x+z instead describes a line, not the defining condition.
- Q7Medium
Projection of point (3, 4, 5) on xy-plane:
A.(3, 0, 5)B.(3, 4, 0)✓ CorrectC.(0, 4, 5)D.(3, 4, 5)Answer: B. (3, 4, 0)
Explanation: Projecting onto the xy-plane means dropping the height, so only z is set to zero: (3, 4, 0) — zeroing x or y instead moves the point onto the wrong coordinate plane.
- Q8Medium
Point on z-axis equidistant from (1, −2, 3) and (4, 0, 1):
A.(0, 0, 1)B.(0, 0, 0)C.(0, 0, −3/4)✓ CorrectD.(0, 0, 2)Answer: C. (0, 0, −3/4)
Explanation: Setting distances equal for P(0,0,z) gives z²−6z+14 = z²−2z+17, so −4z = 3 and z = −3/4 — mishandling the constant terms while cancelling z² is where sign errors creep in.
- Q9Medium
Point dividing segment (1, 2, 3) and (5, 6, 9) externally in ratio 2:3:
A.(−7, −6, −9)✓ CorrectB.(7, 6, 9)C.(−2, 0, −3)D.(2, 3, 4)Answer: A. (−7, −6, −9)
Explanation: External division flips a sign: (mx₂−nx₁)/(m−n) coordinate-wise. With m=2, n=3: x=(2·5−3·1)/(−1)=−7, y=(2·6−3·2)/(−1)=−6, z=(2·9−3·3)/(−1)=−9, giving (−7,−6,−9) — using the internal formula here is the usual trap.
- Q10Medium
Distance between (1,2,3) and (1,2,5):
A.4B.3C.2✓ CorrectD.5Answer: C. 2
Explanation: x and y match at both points, so only z changes: distance = √(0² + 0² + (5−3)²) = √4 = 2 — don't add every coordinate difference blindly when two axes coincide.
- Q11Medium
Projection of point (3, 4, 5) on xz-plane:
A.(3, 0, 5)✓ CorrectB.(3, 4, 0)C.(0, 4, 5)D.(3, 0, 0)Answer: A. (3, 0, 5)
Explanation: Projecting onto the xz-plane keeps x and z and zeroes the y-coordinate: (3, 0, 5) — zeroing z by mistake lands the point on the xy-plane instead of the xz-plane.
- Q12Hard
Origin coordinates in 3D:
A.(1,1,1)B.(0,0,0)✓ CorrectC.(0,0)D.(x,y,z)Answer: B. (0,0,0)
Explanation: The origin, where all three coordinate axes meet, is always (0, 0, 0) in space — writing it as (0, 0) confuses it with the 2D origin, which has only two coordinates.
- Q13Hard
Triangle ABC with A(0,0,0), B(2,0,0), C(0,2,0). Find ∠BAC:
A.90°✓ CorrectB.60°C.45°D.30°Answer: A. 90°
Explanation: Vectors AB = (2,0,0) and AC = (0,2,0) have zero dot product, so the angle between them is 90° — any nonzero dot product would mean the angle isn't a right angle.
- Q14Hard
YZ-plane divides line segment from (3, 1, 5) to (−6, 4, 11) in ratio:
A.1:2 externallyB.2:1 internallyC.1:2 internally✓ CorrectD.2:1 externallyAnswer: C. 1:2 internally
Explanation: Setting x = 0 gives (−6k+3)/(k+1) = 0, so k = 1/2 — a positive k means internal division, in the ratio 1:2, unlike the external case where k comes out negative.
Start this chapter free
You have 14 solved above. Sign in with Google (no card needed). You get 1 Easy + 1 Medium quiz on every chapter during your 30-day trial. After that, you keep 1 Easy quiz on every chapter, free for good, plus the full key-concept notes, formulas & exam tips.
This chapter has 90 questions (30 Easy · 30 Medium · 30 Hard), with timed scoring and instant feedback. The rest unlock with the ₹999/year plan.
Start this chapter free →Introduction to Three Dimensional Geometry — FAQs
What are the key concepts in Class 11 Mathematics Introduction to Three Dimensional Geometry?+
Coordinate geometry steps into space: three mutually perpendicular axes fix any point by an ordered triple (x, y, z). This chapter builds the coordinate planes and octants, the distance formula between two points, and the section formula locating a point that divides a segment in a given ratio. Key ideas include Coordinate axes, Coordinate planes, Octants, Coordinates of a point.
What does Class 11 Mathematics Chapter 12 (Introduction to Three Dimensional Geometry) cover on XamBaaz?+
It has 90 NCERT-based MCQs on "Introduction to Three Dimensional Geometry": 30 Easy, 30 Medium and 30 Hard. Together they make 9 timed quizzes, and you never get the same set twice. Every question has an instant explanation. They help you prepare for CBSE & Maharashtra HSC Board exams, JEE Main, MHT-CET and JEE Advanced.
Are these "Introduction to Three Dimensional Geometry" questions free to practise?+
Yes. Sign in with Google to practise "Introduction to Three Dimensional Geometry" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.
How should I revise "Introduction to Three Dimensional Geometry" for the exam?+
Start with the Easy quiz to check your basics, then try Medium and Hard to practise applying them. There are 9 timed quizzes on this chapter, so you can come back for a fresh set instead of one you have seen. Read each explanation, retry the questions you miss, and track your accuracy until it stays high.
Are these "Introduction to Three Dimensional Geometry" MCQs available with answers?+
Yes. 14 sample questions are shown here in full, each with the correct option and a step-by-step "Why" explanation. Sign in free with Google to start practising, with instant scoring.
Is there negative marking in the "Introduction to Three Dimensional Geometry" quizzes?+
Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip, the same negative marking as JEE Main and JEE Advanced. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.
What are the important questions from Introduction to Three Dimensional Geometry (Class 11 Mathematics)?+
The questions that matter most test Coordinate axes, Coordinate planes, Octants, Coordinates of a point. This page shows 14 solved important MCQs with answers and explanations; all 90 questions on the chapter are available as timed quizzes once you sign in.
Is there an online quiz for Introduction to Three Dimensional Geometry?+
Yes — Class 11 Mathematics Introduction to Three Dimensional Geometry has timed online quizzes at Easy, Medium and Hard levels, with instant scoring and a worked explanation on every question. The first quiz on the chapter is free.
