India's #1 AI Tutortopic article · Mathematicsहिंदी में पढ़ें →

Linear Equations in Two Variables for Class 9: The Complete CBSE Guide (2026-27)

Linear equations in two variables class 9 marks a shift from simple one-variable algebra to richer, real-world mathematics. In Class 8, you solved equations like 2x + 5 = 0 with a single answer. Now, NCERT Chapter 4 introduces equations such as 2x + 3y = 12, where you have two unknowns connected by one equation. The result? Infinitely many solutions, each represented as an ordered pair (x, y), and when plotted on a Cartesian plane, these pairs form a straight line. This chapter bridges algebra and geometry, preparing you for simultaneous equations in Class 10 and coordinate geometry concepts throughout secondary school.

Your child's private AI tutor — trained on NCERT.
3-day free trial · ₹1 to start · Cancel anytime.
Start 3-day free trial →

Key takeaways

  • Linear equations in two variables class 9 have infinitely many solutions, unlike single-variable equations which have exactly one solution.
  • Every linear equation in two variables can be written in the standard form ax + by + c = 0, where a and b cannot both be zero.
  • A solution to a two-variable linear equation is an ordered pair (x, y) where order matters: (3, 2) is different from (2, 3).
  • The graph of any linear equation in two variables is always a straight line on the Cartesian plane, and every point on that line is a solution.
  • To find solutions quickly, substitute convenient values (usually 0, 1, or −1) for one variable and solve for the other variable algebraically.
  • The x-intercept is found by setting y = 0, and the y-intercept by setting x = 0 — these two points are enough to draw the entire line.
  • CBSE Class 9 Mathematics Chapter 4 carries approximately 8–10 marks in the final board exam, making mastery of linear equations in two variables class 9 essential for scoring well.

What Are Linear Equations in Two Variables? (NCERT Definition and Standard Form)

A linear equation in two variables is any equation that can be written in the standard form ax + by + c = 0, where a, b, and c are real numbers, and crucially, both a and b cannot be zero at the same time. The term 'linear' means each variable appears only to the first power — no x², no √y, no xy terms. Examples include 2x + 3y = 12, x − 4 = 3y, and even 5y = 2 (which is 0·x + 5y − 2 = 0 in standard form). The condition that a and b are not both zero ensures the equation actually involves at least one variable. If both were zero, you would have something nonsensical like 0 + 0 + 5 = 0, which is a false statement, not an equation with solutions. For Class 9 students studying linear equations in two variables class 9, understanding this standard form is foundational because every problem, whether it is graphing, finding solutions, or verifying ordered pairs, starts by identifying a, b, and c. In the CBSE curriculum, you are expected to convert any given linear relationship into this form and state the coefficients clearly. Real-world applications are everywhere: if two products cost a combined ₹500, you write x + y = 500; if a batsman and bowler together scored 176 runs, the equation is x + y = 176. This form captures the idea that two quantities are related but not fully determined by one equation alone.
  • Standard form: ax + by + c = 0 where a, b, c ∈ ℝ
  • Condition: at least one of a or b must be non-zero
  • Each variable (x and y) appears only to the power 1
  • Examples: 3x + 4y − 7 = 0, x = 5 (written as x + 0·y − 5 = 0), y = −2 (written as 0·x + y + 2 = 0)

Understanding Solutions of Linear Equations in Two Variables Class 9

A solution to a linear equation in two variables is an ordered pair (x, y) of real numbers that makes the equation true when both values are substituted. The word 'ordered' is critical: (3, 2) means x = 3 and y = 2, which is different from (2, 3) where x = 2 and y = 3. For the equation 2x + 3y = 12, substituting x = 3 and y = 2 gives 2(3) + 3(2) = 6 + 6 = 12 ✓, so (3, 2) is a solution. But (2, 3) gives 2(2) + 3(3) = 4 + 9 = 13 ✗, so it is not a solution. Here is the breakthrough concept for linear equations in two variables class 9: unlike one-variable equations (which have exactly one solution), a two-variable linear equation has infinitely many solutions. You can pick any value for x, substitute it into the equation, solve for y, and you have found a valid solution. Pick x = 0: 3y = 12, so y = 4, giving (0, 4). Pick x = 6: 3y = 0, so y = 0, giving (6, 0). Pick x = 1.5: 3y = 9, so y = 3, giving (1.5, 3). You can continue this process endlessly. Why infinitely many? Because with two unknowns and only one equation, the equation constrains the relationship but does not pin down unique values. Once you choose one variable, the other is determined, but you have infinite freedom in that first choice. This idea is tested repeatedly in CBSE exams: you may be asked to find three or four solutions, verify whether a given pair is a solution, or explain why there are infinitely many solutions.
  • A solution is an ordered pair (x, y) satisfying the equation when substituted
  • Order matters: (3, 2) is generally different from (2, 3)
  • Linear equations in two variables have infinitely many solutions, not just one
  • Method: choose a value for x (or y), substitute, solve for the other variable

Step-by-Step Method to Find Solutions by Substitution

The NCERT textbook for linear equations in two variables class 9 teaches a foolproof substitution method that works for any linear equation. Here is the procedure: (1) Choose a convenient value for one variable. Typically, start with x = 0 or y = 0 because the arithmetic becomes simpler. (2) Substitute that chosen value into the equation, which converts the equation into a single-variable equation. (3) Solve the resulting equation for the remaining variable using basic algebra. (4) Write the solution as an ordered pair (x, y), respecting the order. Let us apply this to the equation 3x − 2y = 6. First solution: set x = 0. Substituting: 3(0) − 2y = 6 → −2y = 6 → y = −3. Ordered pair: (0, −3). Second solution: set y = 0. Substituting: 3x − 2(0) = 6 → 3x = 6 → x = 2. Ordered pair: (2, 0). Third solution: choose a different value, say x = 4. Substituting: 3(4) − 2y = 6 → 12 − 2y = 6 → −2y = −6 → y = 3. Ordered pair: (4, 3). You can pick any x or y value you like — positive, negative, fraction, decimal — and the method works every time. In exams, you are often asked to find at least two or three solutions. The easiest strategy is to use x = 0 and y = 0 first (these give you the intercepts), then pick one or two simple integers for variety. Always double-check your arithmetic by substituting your final ordered pair back into the original equation to verify it satisfies the equation. This method is a cornerstone skill for linear equations in two variables class 9 and appears in nearly every NCERT exercise.
  • Step 1: Choose a simple value for one variable (commonly 0, 1, or −1)
  • Step 2: Substitute that value into the equation
  • Step 3: Solve the resulting one-variable equation for the other variable
  • Step 4: Write the ordered pair (x, y) and verify by substitution

How to Verify Whether an Ordered Pair Is a Solution

Verification is a critical skill for linear equations in two variables class 9, especially in CBSE exams where you may be given a list of ordered pairs and asked which ones satisfy a given equation. The method is straightforward: substitute the x-value and y-value from the ordered pair into the left-hand side and right-hand side of the equation, then check if both sides are equal. If they are, the pair is a solution; if not, it is not. For example, consider the equation x − 2y = 4 and test the pair (2, 0). Substitute x = 2 and y = 0: left side = 2 − 2(0) = 2 − 0 = 2, right side = 4. Since 2 ≠ 4, the pair (2, 0) is not a solution. Now test (6, 1): left side = 6 − 2(1) = 6 − 2 = 4, right side = 4. Since both sides equal 4, (6, 1) is a solution. Students often make errors by confusing the order: if the question asks about (3, 5), you must use x = 3 and y = 5, not the reverse. Another common mistake is arithmetic slip-ups during substitution, so always work carefully and double-check. In NCERT exercises for linear equations in two variables class 9, verification questions are frequent, and they test both your algebraic manipulation and attention to detail. When the equation is in standard form ax + by + c = 0, substitute and check if the entire expression equals zero. For example, for 2x + 3y − 12 = 0, test (3, 2): 2(3) + 3(2) − 12 = 6 + 6 − 12 = 0 ✓, so (3, 2) is a solution. For (0, 0): 2(0) + 3(0) − 12 = −12 ≠ 0, so (0, 0) is not a solution. Verification builds confidence and helps catch errors before you lose marks in exams.
  • Substitute both x and y values from the ordered pair into the equation
  • Check if the left-hand side equals the right-hand side (or if the entire expression equals zero in standard form)
  • If equal, the pair is a solution; if not, it is not a solution
  • Always respect the order: first coordinate is x, second is y

The Graph of a Linear Equation in Two Variables: Visualising Solutions

One of the most beautiful results in linear equations in two variables class 9 is that all solutions of a linear equation, when plotted on a Cartesian plane, lie on a straight line. This connects algebra with geometry. The Cartesian plane (also called the coordinate plane) has two perpendicular axes: the horizontal x-axis and the vertical y-axis. Any point on this plane can be identified by an ordered pair (x, y). When you take the infinitely many solutions of an equation like 2x + y = 7 and plot each one as a point, every single point falls on the same straight line. Conversely, every point on that line is a solution to the equation. NCERT states this clearly: 'Every point on the graph of a linear equation in two variables is a solution of the linear equation. Moreover, every solution of the linear equation is a point on the graph.' This two-way relationship is powerful. To draw the graph, you do not need all infinitely many points — just two are enough (since two points determine a unique line). The most convenient two points are the x-intercept and the y-intercept. The x-intercept is the point where the line crosses the x-axis, found by setting y = 0 and solving for x. The y-intercept is where the line crosses the y-axis, found by setting x = 0 and solving for y. For example, for 2x + y = 7: set y = 0 to get 2x = 7, so x = 3.5, giving the x-intercept (3.5, 0). Set x = 0 to get y = 7, giving the y-intercept (0, 7). Plot these two points on graph paper, draw a straight line through them, and extend the line in both directions. That line is the complete graph. You can verify by plotting additional solutions like (1, 5) or (2, 3) — they all fall on the same line. Graphing helps you visualise the relationship between x and y: does y increase or decrease as x increases? How steep is the line? These questions link to the concept of slope, which you will study in Class 10.
  • The graph of any linear equation in two variables is a straight line on the Cartesian plane
  • Every point on the line is a solution, and every solution is a point on the line
  • To graph, find at least two solutions (easiest: x-intercept and y-intercept) and draw a line through them
  • x-intercept: set y = 0 and solve for x; y-intercept: set x = 0 and solve for y

Special Cases: Equations of the Form x = a and y = b

Linear equations in two variables class 9 also include special cases that may initially seem odd but are perfectly valid. Consider the equation x = 3. This might look like it has only one variable, but in the context of two-variable equations, it is understood as 1·x + 0·y − 3 = 0, which fits the standard form ax + by + c = 0 with a = 1, b = 0, c = −3. What does x = 3 mean? It means that no matter what value y takes, x is always 3. So the solutions are (3, 0), (3, 1), (3, −1), (3, 100), (3, −0.5), and so on — infinitely many, all with x-coordinate 3. When you graph x = 3, you get a vertical line passing through the point (3, 0) on the x-axis, parallel to the y-axis. Every point on this vertical line has x = 3 and y can be anything. Similarly, the equation y = −2 is 0·x + 1·y + 2 = 0 in standard form. Its solutions are (0, −2), (1, −2), (−5, −2), (2.7, −2), etc., all with y-coordinate −2. The graph is a horizontal line passing through (0, −2) on the y-axis, parallel to the x-axis. These special cases are tested in CBSE exams to check if students understand that 'linear equation in two variables' includes equations where one coefficient might be zero (as long as the other is not). NCERT exercises often ask you to graph x = a or y = b and list several solutions. Remember: x = a is a vertical line, y = b is a horizontal line. Both have infinitely many solutions, just like any other linear equation in two variables class 9.
  • Equation x = a means x is constant, y can be any real number; graph is a vertical line through (a, 0)
  • Equation y = b means y is constant, x can be any real number; graph is a horizontal line through (0, b)
  • Standard form: x = 3 is x + 0·y − 3 = 0; y = −2 is 0·x + y + 2 = 0
  • Both types have infinitely many solutions and produce straight-line graphs

Real-World Applications and Word Problems in CBSE Class 9

Linear equations in two variables class 9 are not just abstract algebra — they model real-world situations where two quantities are related but not fully determined. The NCERT textbook opens with a cricket example: if a batsman and a bowler together scored 176 runs, and you call the batsman's score x and the bowler's score y, then x + y = 176. You do not know the individual scores yet, but you know their sum. This single equation has infinitely many solutions: (100, 76), (88, 88), (0, 176), (176, 0), etc. Each solution represents a possible distribution of runs. Other common applications include cost and budgeting (if notebooks and pens together cost ₹200, then 10x + 5y = 200 where x is the price per notebook and y the price per pen), distance and time problems, mixture and ratio problems, and geometry (perimeter of shapes). In CBSE exams, word problems typically give you a verbal description and ask you to: (1) form the linear equation, (2) find two or three solutions, and sometimes (3) interpret which solution makes sense in context (e.g., you cannot have negative runs or negative prices). For example, a question might say 'The cost of 2 pencils and 3 erasers is ₹15. Write a linear equation and find three possible price combinations.' You write 2x + 3y = 15, then find solutions like (0, 5), (3, 3), (6, 1). Each solution is mathematically valid, but in real life, you would check if those prices are realistic. These problems reinforce that mathematics is a tool for modelling reality, and linear equations in two variables class 9 gives you a framework to represent relationships before you have all the information. In Class 10, you will learn to solve such equations exactly by using a second equation (simultaneous equations), but for now, the focus is on understanding the structure and finding solution sets.
  • Real-world scenarios often involve two unknowns connected by one relationship
  • Examples: combined scores, total cost, perimeter, mixture ratios, distance/time
  • Forming the equation: identify the two variables and express the given condition as ax + by = c
  • Interpreting solutions: not all mathematical solutions may be realistic (e.g., negative prices)

Common Mistakes Students Make in Linear Equations in Two Variables Class 9

Even though the concepts in linear equations in two variables class 9 are straightforward, students frequently lose marks due to avoidable errors. Here are the top mistakes and how to prevent them. (1) Confusing ordered pairs: Writing (3, 2) when you mean x = 2 and y = 3. Always remember the first coordinate is x, the second is y. If the problem gives 'y = 3, x = 2', write it as (2, 3). (2) Thinking the equation has only one or two solutions: Many students, used to one-variable equations, assume there is one answer. In fact, two-variable linear equations have infinitely many solutions. (3) Arithmetic mistakes during substitution: For example, if 2x + 3y = 12 and you set x = 3, you should get 2(3) + 3y = 12 → 6 + 3y = 12 → 3y = 6 → y = 2. A common slip is to write 2(3) = 3 or to subtract incorrectly. Double-check each step. (4) Forgetting to rearrange to standard form before identifying coefficients: If the equation is given as 4 = 5x − 3y, students sometimes say a = 5, b = −3, c = 4, which is wrong. You must rearrange to 5x − 3y − 4 = 0 first, so c = −4. (5) Not verifying solutions: After finding an ordered pair, substitute it back into the original equation to confirm it works. This catches errors. (6) Ignoring the condition that a and b cannot both be zero: If a question asks whether 0·x + 0·y + 7 = 0 is a valid linear equation in two variables, the answer is no. (7) Mixing up x-intercept and y-intercept: The x-intercept is found by setting y = 0 (not x = 0). The y-intercept is found by setting x = 0 (not y = 0). Draw a small diagram to remind yourself. (8) Graph inaccuracy: When plotting on graph paper, use a ruler and mark points precisely. A sloppy graph can lead to wrong conclusions. By being aware of these pitfalls and practicing carefully, you can avoid them in exams and score full marks on linear equations in two variables class 9 questions.
  • Mistake: confusing order in (x, y) — always x first, y second
  • Mistake: assuming only one solution — there are infinitely many
  • Mistake: arithmetic errors during substitution — double-check calculations
  • Mistake: not converting to standard form ax + by + c = 0 before identifying a, b, c
  • Mistake: forgetting to verify that a and b are not both zero
  • Mistake: mixing up x-intercept (set y = 0) with y-intercept (set x = 0)
  • Mistake: not verifying solutions by back-substitution

Connecting to Coordinate Geometry (Chapter 3) and Future Topics

Linear equations in two variables class 9 builds directly on Chapter 3 (Coordinate Geometry), where you learned about the Cartesian plane, plotting points, and finding distances. In Chapter 3, you practiced locating points like (2, 5) or (−3, 4) on a grid. Now, in Chapter 4, you use those same plotting skills to graph entire sets of solutions as lines. The coordinate plane is the bridge: it allows you to turn an algebraic equation into a geometric picture. When you plot the solutions of 2x + y = 7, you see a descending line; the steepness and direction tell you how x and y are related. This visual intuition is crucial for later chapters. In Class 10, you will study Chapter 3 (Pair of Linear Equations in Two Variables), where you will solve systems of two equations simultaneously to find the unique point (x, y) where two lines intersect. For example, if you have 2x + y = 7 and x − y = 1, solving both together gives you the exact intersection point. The methods you learn there (substitution, elimination, graphical) rely on your Class 9 understanding that each equation is a line. If you have not mastered linear equations in two variables class 9, you will struggle in Class 10. Beyond that, in Class 11 and 12, you will encounter straight-line equations in the form y = mx + c (slope-intercept form), study slopes, angles, and distances in detail, and apply these concepts in calculus and analytical geometry. Even in coordinate geometry of 3D space, the principles are similar. So, the time you invest now in understanding linear equations in two variables class 9 pays dividends throughout your academic journey. Additionally, these concepts appear in economics (budget lines, supply-demand curves), physics (graphs of motion), and computer graphics (rendering lines on screens). Solidify this chapter, and you have built a strong mathematical foundation.
  • Chapter 4 (linear equations in two variables class 9) uses the Cartesian plane from Chapter 3 (coordinate geometry)
  • Graphing solutions as lines is the geometric interpretation of algebraic equations
  • Class 10 Chapter 3 (pair of linear equations) will teach you to solve two equations simultaneously and find intersection points
  • Understanding that each equation represents a line is foundational for slope, intercepts, and analytical geometry in higher classes

CBSE Exam Pattern and Weightage for Linear Equations in Two Variables Class 9

For the CBSE 2026-27 board exams, Class 9 Mathematics carries 80 marks (written paper) plus 20 marks for internal assessment. The written paper is divided into four sections: Section A (MCQs, 20 marks), Section B (Very Short Answer, 20 marks), Section C (Short Answer, 30 marks), and Section D (Long Answer, 10 marks). Linear equations in two variables class 9 typically contributes 8–10 marks across these sections. You can expect 1–2 MCQs (1 mark each), 1–2 VSA questions asking you to find solutions or verify ordered pairs (2 marks each), 1–2 short-answer questions on graphing or forming equations from word problems (3 marks each), and occasionally a longer question combining multiple concepts (5 marks). Recent CBSE sample papers and past year papers show that questions often mix Chapter 4 (linear equations in two variables) with Chapter 3 (coordinate geometry), asking you to plot points, draw graphs, and interpret intercepts. Common question types include: 'Write the equation in standard form and find three solutions', 'Check which of the following points lie on the line 3x + 4y = 12', 'Draw the graph of x + 2y = 6 and mark the intercepts', 'A word problem asking you to form an equation and find possible solutions'. The marking scheme awards full marks for clear working, correct substitution, accurate graphs, and proper labeling of axes and points. To maximize your score, show all steps (even simple arithmetic), label your ordered pairs clearly, use a ruler for graphs, and always verify your final answer. Practice at least 15–20 problems from the NCERT exercises and exemplar book to build speed and accuracy. Since this chapter is foundational, examiners test both conceptual understanding and computational skill, so aim for 100% accuracy on linear equations in two variables class 9 questions.
  • Linear equations in two variables class 9 carries approximately 8–10 marks in the CBSE Class 9 Maths board exam
  • Question types: MCQs, verify solutions, find solutions, graph equations, word problems
  • Common tasks: convert to standard form, find intercepts, plot graphs, interpret real-world scenarios
  • Marking scheme rewards clear steps, accurate graphs, correct labeling, and verification

NCERT Exercise Questions and How to Approach Them

The NCERT textbook for linear equations in two variables class 9 contains two main exercises: Exercise 4.1 (basic problems on standard form and finding solutions) and Exercise 4.2 (graphing and interpreting solutions). Exercise 4.1 typically has 5–6 questions asking you to express equations in standard form, identify coefficients, find whether given pairs are solutions, and generate multiple solutions. Approach these methodically: for standard form questions, rearrange the equation step-by-step, writing intermediate steps to avoid errors. For verification questions, substitute carefully and show your working (e.g., 'LHS = …, RHS = …, LHS = RHS, hence solution'). For 'find three solutions' questions, choose simple values like x = 0, y = 0, x = 1 to minimise arithmetic complexity. Exercise 4.2 focuses on graphing. You will be asked to graph equations by plotting at least two points (usually intercepts) and drawing a straight line. NCERT emphasises accuracy: use graph paper, a sharp pencil, and a ruler. Label your axes clearly with units, mark and label each plotted point with its coordinates, and extend the line with arrows at both ends to indicate it continues infinitely. Some questions ask you to verify that additional points lie on the line you have drawn — a good practice for reinforcing the idea that every point on the line is a solution. Exemplar problems for linear equations in two variables class 9 include trickier cases, such as equations like 2y − 5 = 0 (which is actually y = 2.5, a horizontal line) or fractional coefficients like (1/2)x + (1/3)y = 1. For these, convert fractions to standard form by multiplying through by the LCM. The key to mastering NCERT exercises is repetition: solve each problem, check the answer in the back of the book, understand any mistakes, and redo the problem until you can solve it confidently without referring to notes. Many students skip the exercises and jump straight to sample papers — that is a mistake. NCERT exercises build the foundation; only after you are 100% comfortable with them should you move to additional reference books or online question banks.
  • Exercise 4.1: standard form, finding solutions, verification
  • Exercise 4.2: graphing equations, plotting intercepts, interpreting graphs
  • Approach: show all steps, use simple values (0, 1, −1), verify answers
  • Use graph paper, ruler, sharp pencil; label axes, points, and intercepts clearly

How CBSETUTOR.ai Helps You Master Linear Equations in Two Variables Class 9

Learning linear equations in two variables class 9 becomes significantly easier when you have a dedicated AI tutor available 24×7. CBSETUTOR.ai is built specifically for CBSE students in Classes 6–12, with every NCERT textbook, exemplar, and previous year paper pre-loaded into the system. When you are stuck on a problem from Chapter 4 — whether it is converting an equation to standard form, finding the third solution, or graphing accurately — you can simply upload a photo of the question or type it in, and CBSETUTOR.ai provides a step-by-step explanation tailored to the NCERT approach. Unlike generic tutoring platforms, CBSETUTOR.ai understands CBSE marking schemes and ensures explanations match the level and terminology expected in your board exams. For linear equations in two variables class 9, the AI can generate unlimited practice problems with varying difficulty, help you plot graphs interactively, and even quiz you on common mistakes (like confusing x-intercepts and y-intercepts). Parents across India appreciate the flat ₹999 per month pricing — one price covers all subjects and all classes (6 to 12), so whether your child needs help with Maths Chapter 4 today and Science Chapter 8 tomorrow, there is no extra cost. There is a 3-day free trial with no credit card required, so you can explore the platform risk-free. Many families use CBSETUTOR.ai as a supplement to school classes, especially when the teacher has moved on but the student still has doubts. With exam pressure increasing every year, having an AI tutor that never gets tired, never judges, and explains concepts as many times as needed can be the difference between struggling and excelling in linear equations in two variables class 9 and beyond.
  • CBSETUTOR.ai has ingested every NCERT textbook for Classes 6–12, including all linear equations in two variables class 9 content
  • Upload a photo of any worksheet, exercise problem, or doubt and get instant, step-by-step solutions
  • Flat ₹999/month for all subjects and all classes (6–12) — no hidden fees or per-class pricing
  • 3-day free trial, no credit card required, so you can test it risk-free
  • Unlimited practice problems, graph plotting guidance, and personalised doubt clearing 24×7

Frequently asked questions

Why does a linear equation in two variables have infinitely many solutions when a one-variable equation has only one?+
In a one-variable equation like 2x + 5 = 0, there is exactly one unknown, so only one value of x satisfies the equation (x = −5/2). In a two-variable equation like 2x + 3y = 12, there are two unknowns but only one equation. This means once you choose a value for x, the value of y is determined, but you have infinite freedom in choosing x. For example, x = 0 gives y = 4, x = 3 gives y = 2, x = 6 gives y = 0, and so on forever. Hence infinitely many (x, y) pairs satisfy the equation.
Will my child fall behind if their school is not following the exact NCERT sequence for linear equations in two variables class 9?+
Most CBSE schools follow NCERT closely, but some schools use supplementary books or rearrange chapters. As long as the school covers the core topics — standard form ax + by + c = 0, finding solutions, graphing on the Cartesian plane — your child will be fine. However, NCERT terminology and examples appear directly in board exams, so it is wise to review the NCERT textbook even if school uses a different book. CBSETUTOR.ai aligns strictly with NCERT, so using it ensures your child is never behind the CBSE curriculum.
What is the difference between (3, 2) and (2, 3) in the context of solutions?+
Ordered pairs respect the order: the first coordinate is always x and the second is always y. So (3, 2) means x = 3 and y = 2, while (2, 3) means x = 2 and y = 3. For the equation 2x + 3y = 12, substituting (3, 2) gives 2(3) + 3(2) = 6 + 6 = 12 ✓, so (3, 2) is a solution. Substituting (2, 3) gives 2(2) + 3(3) = 4 + 9 = 13 ✗, so (2, 3) is not a solution. Always write x first, y second.
How do I know which value to choose when finding solutions — should I always use x = 0 and y = 0?+
Using x = 0 and y = 0 is the easiest and most common approach because it gives you the intercepts (where the line crosses the axes), and the arithmetic is simple. However, you can choose any value for x or y that you like — positive, negative, fraction, or decimal. For variety or if the question specifies, try x = 1, x = 2, y = 1, etc. The key is to pick values that make the calculation easy and avoid unnecessary complexity.
Can an equation like x = 5 or y = −3 be considered a linear equation in two variables?+
Yes, absolutely. The equation x = 5 can be written in standard form as 1·x + 0·y − 5 = 0, which fits ax + by + c = 0 with a = 1, b = 0, c = −5. Similarly, y = −3 is 0·x + 1·y + 3 = 0 with a = 0, b = 1, c = 3. Both are valid linear equations in two variables. The graph of x = 5 is a vertical line through (5, 0), and y = −3 is a horizontal line through (0, −3). Both have infinitely many solutions, just with one coordinate held constant.
Why do we plot solutions on a Cartesian plane? Is it necessary for solving equations?+
Plotting solutions on a Cartesian plane is not strictly necessary to find solutions algebraically, but it provides a powerful visual understanding of the relationship between x and y. Seeing that all solutions lie on a straight line helps you grasp why there are infinitely many solutions, understand the behaviour (does y increase or decrease as x increases?), and estimate solutions quickly. Graphing is also essential for solving pairs of equations in Class 10, where you find the intersection point of two lines. So while you can solve without graphing, graphing deepens your understanding and is a critical skill for higher mathematics.
What should I do if I substitute values and my arithmetic does not work out to a whole number?+
Fractional or decimal solutions are perfectly valid. For example, if you solve 3x + 2y = 7 with x = 1, you get 3(1) + 2y = 7 → 2y = 4 → y = 2 (whole number). But if x = 2, you get 3(2) + 2y = 7 → 6 + 2y = 7 → 2y = 1 → y = 0.5 (fraction). The ordered pair (2, 0.5) is a valid solution. Do not avoid fractions — just write them clearly, and if graphing, plot them as accurately as possible. In exams, you can leave answers as fractions (e.g., y = 1/2) unless the question asks for decimals.
How many solutions should I write if the question says 'find solutions' without specifying a number?+
If the question does not specify, write at least two solutions (typically the x-intercept and y-intercept, found by setting y = 0 and x = 0 respectively). If it says 'find three solutions' or 'find four solutions', find exactly that many. In exams, showing more solutions than asked does not earn extra marks, so stick to the number requested to save time. Always write solutions as ordered pairs in the form (x, y).
Is it possible for two different linear equations to have the same graph (same line)?+
Yes, two equations can represent the same line if one is a non-zero multiple of the other. For example, 2x + 3y = 6 and 4x + 6y = 12 are the same line (the second is just 2 times the first). They have identical graphs and the same infinite set of solutions. This concept becomes important in Class 10 when studying 'dependent' pairs of equations. For now, understand that the same line can be described by many equivalent equations.
What is the fastest way to check my graph is correct after plotting?+
After plotting your two points (usually the intercepts) and drawing the line, pick a third solution (a point you calculated), plot it, and check if it lies on your line. If it does, your graph is correct. For example, for x + y = 5, if you plotted (5, 0) and (0, 5), find a third solution like x = 2, which gives y = 3, so (2, 3). Plot (2, 3) — it should lie exactly on the line you drew. This quick verification catches any plotting or arithmetic errors.
My teacher uses different notation for ordered pairs or writes equations differently. Does it matter for CBSE exams?+
CBSE marking schemes accept standard mathematical notation, so as long as you write ordered pairs as (x, y) and equations in a recognisable form (either standard form ax + by + c = 0 or rearranged forms like y = mx + c), you will get full marks. If your teacher uses slightly different notation (e.g., curly brackets instead of parentheses), clarify with them, but in the board exam, stick to NCERT conventions: (x, y) for ordered pairs and ax + by + c = 0 for standard form. Consistency and clarity matter more than personal preference.
Can I use a calculator to find solutions and draw graphs in the CBSE Class 9 board exam?+
No, calculators are not permitted in CBSE Class 9 Mathematics board exams. You must do all arithmetic by hand. This is why choosing simple values like x = 0, y = 0, x = 1 is recommended — it keeps calculations manageable. Practice mental math and basic arithmetic so you can work quickly and accurately without a calculator. For graphing, you are allowed to use a ruler, compass, and protractor, but all coordinate plotting must be done manually on the graph paper provided.

Ready to give your Class 9 child the tutor that never sleeps?

CBSETUTOR.ai covers every chapter in the Class 9 NCERT syllabus — Maths, Science, Social Science, English, Hindi and more. 24×7. Patient. Unlimited. 3-day free trial.

Start your child's 3-day free trial →