Linear Equations in Two Variables — Class 9 MCQs with Answers
Class 9 CBSE Mathematics · Chapter 9
90 practice questions · 30 Easy · 30 Medium · 30 Hard · Updated
Practise the most important Class 9 CBSE Mathematics questions from Chapter 9, "Linear Equations in Two Variables". 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 Board exams and the JEE & NEET foundation years apart.
To score well in "Linear Equations in Two Variables", 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 Linear Equations in Two Variables, 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 9 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: Linear Equations in Two Variables (Class 9 Mathematics)
A linear equation in two variables has not one solution but infinitely many, and together they form a straight line. This chapter writes such equations in standard form, finds solutions by substitution, and draws and reads their graphs.
- Linear equation in two variables
- An equation of the form ax + by + c = 0 where a and b are not both zero; the highest power of each variable is one.
- Standard form
- Writing the equation as ax + by + c = 0 with all terms on one side, which makes the coefficients easy to read off.
- Solution of the equation
- A PAIR of values (x, y) that satisfies the equation. A single number is never a solution here.
- Infinitely many solutions
- Choosing any value of x gives a matching y, so a linear equation in two variables has endlessly many solutions.
Linear Equations in Two Variables — important questions & MCQs with answers (Class 9 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
The standard form of a linear equation in two variables is:
A.ax + b = 0B.ax² + by = 0C.ax + by + c = 0✓ CorrectD.ax + by = c²Answer: C. ax + by + c = 0
Explanation: The standard form places every term on one side: ax + by + c = 0, with a and b not both zero. Confusing this with y = mx + c, which is slope-intercept form, is the usual mix-up.
- Q2Easy
Is (2, 3) a solution of 2x + 3y = 13?
A.Only if x=2B.NoC.Cannot determineD.Yes✓ CorrectAnswer: D. Yes
Explanation: Substitute x=2, y=3 into 2x + 3y: 2(2) + 3(3) = 4 + 9 = 13, matching the right-hand side exactly. A point is a solution only when both sides come out equal after substitution.
- Q3Easy
The graph of a linear equation in two variables is always a:
A.CircleB.ParabolaC.Straight line✓ CorrectD.HyperbolaAnswer: C. Straight line
Explanation: Plotting all solutions of ax + by + c = 0 always traces a straight line, never a curve. Confusing this with y = x² (a parabola) is the usual mix-up.
- Q4Easy
Which of the following is a linear equation in two variables?
A.x² + y = 5B.x + y² = 3C.2x − 3y = 7✓ CorrectD.xy = 4Answer: C. 2x − 3y = 7
Explanation: A linear equation in two variables needs both x and y at degree 1, as in 2x − 3y = 7. Terms like x² or xy raise the degree and make an equation non-linear.
- Q5Easy
A linear equation in two variables has:
A.No solutionB.Infinitely many solutions✓ CorrectC.Exactly two solutionsD.Exactly one solutionAnswer: B. Infinitely many solutions
Explanation: A linear equation in two variables graphs as a straight line, and every point on that line is a solution — infinitely many pairs satisfy it, not just one or two.
- Q6Easy
The equation of the x-axis is:
A.y = 0✓ CorrectB.x = 0C.x = yD.x + y = 0Answer: A. y = 0
Explanation: Every point on the x-axis has y-coordinate 0 regardless of x, so the x-axis is the line y = 0. Swapping this with x = 0, which is the y-axis, is the common error.
- Q7Medium
A number is 3 more than twice another number y. Express x in terms of y as a linear equation.
A.2x − y = 3B.x = 3y + 2C.x + 2y = 3D.x = 2y + 3✓ CorrectAnswer: D. x = 2y + 3
Explanation: '3 more than twice y' means double y, then add 3: x = 2y + 3. Swapping the order to x = 3y + 2 mixes up which number gets doubled and which gets added.
- Q8Medium
If (3, k) is a solution of 2x + y = 10, find k.
A.4✓ CorrectB.2C.−4D.6Answer: A. 4
Explanation: Substitute x=3 into 2x+y=10: 2(3)+k=10 → 6+k=10 → k=4. Forgetting to isolate k after substituting leaves the equation half-solved.
- Q9Medium
Find the x-intercept of the line 3x + 4y = 12.
A.12B.3C.−4D.4✓ CorrectAnswer: D. 4
Explanation: At the x-intercept, y = 0: 3x + 4(0) = 12 gives 3x = 12, so x = 4. Forgetting to set y = 0 first before solving is the common error.
- Q10Medium
The temperature conversion C = (5/9)(F − 32). When F = 68, find C.
A.36B.25C.20✓ CorrectD.15Answer: C. 20
Explanation: Substitute F = 68 into C = (5/9)(F − 32): C = (5/9)(68 − 32) = (5/9)(36) = 20°C. Subtracting 32 before multiplying by 5/9, not after, is the key order of steps.
- Q11Medium
Write three solutions of x + 2y = 6. Which set is correct?
A.(0,3),(6,0),(2,2)✓ CorrectB.(0,6),(3,0),(1,2)C.(1,2),(3,1),(6,0)D.(0,6),(2,2),(4,1)Answer: A. (0,3),(6,0),(2,2)
Explanation: Check each pair against x + 2y = 6: (0,3) gives 0+6=6, (6,0) gives 6+0=6, and (2,2) gives 2+4=6 — all three satisfy the equation.
- Q12Hard
A line passes through (2,5) and has equal x and y intercepts. Find its equation.
A.x − y = −3B.x + y = 7✓ CorrectC.y = x + 3D.x + y = 0Answer: B. x + y = 7
Explanation: Equal x- and y-intercepts means the line has the form x + y = c, since both intercepts equal c in that form. Passing through (2, 5) gives c = 7, so the equation is x + y = 7.
- Q13Hard
If the sum of two numbers is 15 and their difference is 3, find the two numbers.
A.10 and 5B.12 and 3C.9 and 6✓ CorrectD.8 and 7Answer: C. 9 and 6
Explanation: Let the numbers be x and y: x + y = 15 and x − y = 3. Adding cancels y, giving 2x = 18, so x = 9 and y = 6.
- Q14Hard
The line 2x + 3y = 12 meets the x-axis at A and the y-axis at B. Find the area of triangle OAB.
A.10B.6C.8D.12✓ CorrectAnswer: D. 12
Explanation: Find the intercepts of 2x + 3y = 12: y = 0 gives A = (6, 0), and x = 0 gives B = (0, 4). Triangle OAB is right-angled at the origin, so its area is ½ × 6 × 4 = 12 square units.
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 →Linear Equations in Two Variables — FAQs
What are the key concepts in Class 9 Mathematics Linear Equations in Two Variables?+
A linear equation in two variables has not one solution but infinitely many, and together they form a straight line. This chapter writes such equations in standard form, finds solutions by substitution, and draws and reads their graphs. Key ideas include Linear equation in two variables, Standard form, Solution of the equation, Infinitely many solutions.
What does Class 9 Mathematics Chapter 9 (Linear Equations in Two Variables) cover on XamBaaz?+
It has 90 NCERT-based MCQs on "Linear Equations in Two Variables": 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 Board exams and the JEE & NEET foundation years.
Are these "Linear Equations in Two Variables" questions free to practise?+
Yes. Sign in with Google to practise "Linear Equations in Two Variables" free. Full unlimited access is ₹999/year on a launch offer until 1 December 2026. No chapter is charged separately.
How should I revise "Linear Equations in Two Variables" 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 "Linear Equations in Two Variables" 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 "Linear Equations in Two Variables" quizzes?+
Yes. The timed quizzes use exam-style marking: +4 for a right answer, −1 for a wrong one and 0 for a skip. MHT-CET and CBSE board papers have no negative marking. Our mocks for those are scored their way.
What are the important questions from Linear Equations in Two Variables (Class 9 Mathematics)?+
The questions that matter most test Linear equation in two variables, Standard form, Solution of the equation, Infinitely many solutions. 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 Linear Equations in Two Variables?+
Yes — Class 9 Mathematics Linear Equations in Two Variables 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.
