>
Home About Online Training Services Hackathons Careers Contact Us
KPSC LAND SURVEYOR RECRUITMENT 2026

Linear Equations

Quick Recap for Aspirants (40 MCQs) | Brought to you by NRCODEAI

LINEAR EQUATIONS

Introduction

A linear equation is an algebraic equation in which each term is either a constant or the product of a constant and a single variable to the first power. When graphed on a coordinate plane, a linear equation forms a perfectly straight line.

Brief Overview

graph TD; Linear[Linear Equations] --> OneVar[One Variable: ax+b=0]; Linear --> TwoVars[Two Variables: ax+by=c]; TwoVars --> Graph[Straight Line Graph]; OneVar --> Solve[Isolate Variable];

1. Linear Equations in One Variable

  • Definition: An equation that has only one variable (like $x$) with a highest power (degree) of 1.
  • Standard Form: $ax + b = 0$, where $a$ and $b$ are constants, and $a \ne 0$.
  • Solving: The goal is to isolate the variable on one side of the equal sign by applying opposite operations (addition/subtraction, then multiplication/division) to both sides.

Numerical Example:
Solve for $x$: $3x - 7 = 14$.
Add 7 to both sides: $3x = 21$.
Divide by 3: $x = 7$.

MCQs - Linear Equations in One Variable

  1. The highest power of the variable in a linear equation is:
    a) 0
    b) 1
    c) 2
    d) 3
    Answer: b
  2. Which of the following is a linear equation in one variable?
    a) $x^2 - 4 = 0$
    b) $2x + 3y = 5$
    c) $5x - 2 = 13$
    d) $\frac{1}{x} + 2 = 5$
    Answer: c
  3. Solve for $y$: $y + 8 = -2$.
    a) 10
    b) 6
    c) -10
    d) -6
    Answer: c
  4. What is the solution to $4x = 20$?
    a) 5
    b) 16
    c) 24
    d) 80
    Answer: a
  5. If $\frac{x}{3} + 5 = 7$, what is $x$?
    a) 2
    b) 6
    c) $2/3$
    d) 12
    Answer: b ($\frac{x}{3} = 2 \Rightarrow x = 6$)
  6. What is the value of $z$ in $2z - 5 = 11$?
    a) 3
    b) 8
    c) 6
    d) 16
    Answer: b
  7. Which equation is equivalent to $x + 2 = 5$?
    a) $2x = 6$
    b) $x - 3 = 0$
    c) $3x = 15$
    d) $x + 1 = 2$
    Answer: b
  8. The root of the equation $5x = 0$ is:
    a) 5
    b) 1
    c) 0
    d) Not defined
    Answer: c
  9. If $7 - x = 2$, then $x$ is:
    a) 5
    b) 9
    c) -5
    d) -9
    Answer: a
  10. The equation $0x = 5$ has:
    a) One solution
    b) Infinite solutions
    c) No solution
    d) Two solutions
    Answer: c

2. Applications (Word Problems)

  • Linear equations are used to translate real-world word problems into mathematical models.
  • Strategy:
    1. Identify the unknown quantity and assign a variable (e.g., let $x$ be the number).
    2. Translate the English phrases into algebraic expressions (e.g., "5 more than a number" is $x + 5$).
    3. Form an equation based on the condition given.
    4. Solve the equation.

Numerical Example:
The sum of two consecutive integers is 35. Find the numbers.
Let the first integer be $x$. The next consecutive integer is $x + 1$.
Equation: $x + (x + 1) = 35$.
$2x + 1 = 35 \Rightarrow 2x = 34 \Rightarrow x = 17$.
The numbers are 17 and 18.

MCQs - Applications

  1. "Three times a number decreased by 4 is 11" translates to:
    a) $3(x - 4) = 11$
    b) $3x - 4 = 11$
    c) $4x - 3 = 11$
    d) $3 - 4x = 11$
    Answer: b
  2. The sum of two numbers is 50. If one number is $x$, the other number is:
    a) $x - 50$
    b) $50x$
    c) $50 - x$
    d) $x / 50$
    Answer: c
  3. A father is 3 times as old as his son. If the son is $y$ years old, the father's age is:
    a) $y + 3$
    b) $y / 3$
    c) $3y$
    d) $y - 3$
    Answer: c
  4. Solve: A number multiplied by 4 and added to 6 gives 22. What is the number?
    a) 4
    b) 5
    c) 16
    d) 7
    Answer: a ($4x + 6 = 22 \Rightarrow 4x = 16 \Rightarrow x = 4$)
  5. Consecutive even integers can be represented as:
    a) $x, x+1, x+2$
    b) $x, x+2, x+4$
    c) $x, 2x, 3x$
    d) $x, x-1, x-3$
    Answer: b
  6. "Twice a number added to 5 is 15" can be written as:
    a) $2x - 5 = 15$
    b) $2(x+5) = 15$
    c) $2x + 5 = 15$
    d) $5x + 2 = 15$
    Answer: c
  7. If the perimeter of a square is 40, what equation represents its side $s$?
    a) $s^2 = 40$
    b) $4s = 40$
    c) $2s = 40$
    d) $s + 4 = 40$
    Answer: b
  8. A mother is 20 years older than her daughter. If the daughter's age is $x$, the mother's age is:
    a) $20x$
    b) $x - 20$
    c) $x + 20$
    d) $20/x$
    Answer: c
  9. The difference between two numbers is 10. If the larger number is $y$, the smaller number is:
    a) $y + 10$
    b) $10 - y$
    c) $y - 10$
    d) $10y$
    Answer: c
  10. Half of a number is 18. The number is:
    a) 9
    b) 36
    c) 18
    d) 4
    Answer: b

3. Linear Equations in Two Variables

  • Definition: An equation containing two variables, each with a highest power of 1.
  • Standard Form: $ax + by + c = 0$, where $a, b,$ and $c$ are constants (and $a, b$ are not both zero).
  • Solutions: A single linear equation in two variables has infinitely many solutions. A solution is an ordered pair $(x, y)$ that makes the equation true.

Numerical Example:
Find two solutions for $x + y = 5$.
If $x = 1$, then $1 + y = 5 \Rightarrow y = 4$. Solution: $(1, 4)$.
If $x = 3$, then $3 + y = 5 \Rightarrow y = 2$. Solution: $(3, 2)$.

MCQs - Linear Equations in Two Variables

  1. The standard form of a linear equation in two variables is:
    a) $ax^2 + bx + c = 0$
    b) $ax + by + c = 0$
    c) $y = mx + b$
    d) Both b and c are correct forms
    Answer: d
  2. How many solutions does a single linear equation in two variables have?
    a) One unique solution
    b) Two solutions
    c) Infinitely many solutions
    d) No solution
    Answer: c
  3. Which of the following is a solution to $2x - y = 4$?
    a) $(2, 0)$
    b) $(0, 2)$
    c) $(1, 1)$
    d) $(3, 3)$
    Answer: a (Because $2(2) - 0 = 4$)
  4. If $x = 0$ in the equation $3x + 4y = 12$, what is $y$?
    a) 4
    b) 3
    c) 0
    d) 12
    Answer: b
  5. The equation $x = 5$ can be considered a linear equation in two variables if written as:
    a) $x + y = 5$
    b) $x + 0y = 5$
    c) $0x + y = 5$
    d) $5x + y = 0$
    Answer: b
  6. The graph of $y = 2x$ passes through which point?
    a) $(1, 3)$
    b) $(2, 2)$
    c) $(1, 2)$
    d) $(0, 2)$
    Answer: c
  7. If $(a, 4)$ lies on the line $x + y = 6$, what is $a$?
    a) 2
    b) 4
    c) 6
    d) 10
    Answer: a
  8. Which of these is a solution for $x - y = 0$?
    a) $(1, -1)$
    b) $(-2, 2)$
    c) $(5, 5)$
    d) $(3, 0)$
    Answer: c
  9. How many variables are in the equation $3x - 5y = 15$?
    a) 1
    b) 2
    c) 3
    d) 0
    Answer: b
  10. The condition for $ax + by + c = 0$ to be a linear equation in two variables is:
    a) $a=0, b=0$
    b) $a \ne 0$ or $b \ne 0$
    c) $c = 0$
    d) $a=1, b=1$
    Answer: b

4. Graphing Linear Equations

  • Every linear equation in two variables can be plotted on a Cartesian coordinate plane as a straight line.
  • Intercepts: The points where the line crosses the axes.
    • x-intercept: Where the line crosses the x-axis (set $y = 0$).
    • y-intercept: Where the line crosses the y-axis (set $x = 0$).
  • Method: Find at least two points (solutions), plot them, and draw a straight line through them.

Numerical Example:
Graph $x + 2y = 4$.
Find x-intercept (set $y=0$): $x + 2(0) = 4 \Rightarrow x = 4$. Point: $(4, 0)$.
Find y-intercept (set $x=0$): $0 + 2y = 4 \Rightarrow y = 2$. Point: $(0, 2)$.
Plot $(4, 0)$ and $(0, 2)$ and draw a line.

MCQs - Graphing Linear Equations

  1. The graph of a linear equation in two variables is always a:
    a) Circle
    b) Parabola
    c) Straight line
    d) Point
    Answer: c
  2. To find the y-intercept of a line, you must set:
    a) $y = 0$
    b) $x = 0$
    c) $x = 1$
    d) $y = 1$
    Answer: b
  3. The graph of the equation $y = 3$ is a line that is:
    a) Parallel to the x-axis
    b) Parallel to the y-axis
    c) Passing through the origin
    d) Diagonal
    Answer: a
  4. What is the x-intercept of $3x - 4y = 12$?
    a) $(0, -3)$
    b) $(4, 0)$
    c) $(0, 4)$
    d) $(-3, 0)$
    Answer: b (Set $y=0 \Rightarrow 3x = 12 \Rightarrow x=4$)
  5. The point where the x-axis and y-axis intersect on a graph is called the:
    a) Intercept
    b) Solution
    c) Origin $(0,0)$
    d) Quadrant
    Answer: c
  6. The line $x = -2$ is parallel to the:
    a) x-axis
    b) y-axis
    c) line $y = x$
    d) line $y = -x$
    Answer: b
  7. Which point lies on the y-axis?
    a) $(2, 0)$
    b) $(0, 5)$
    c) $(1, 1)$
    d) $(-3, -3)$
    Answer: b
  8. The graph of $x = 0$ represents the:
    a) x-axis
    b) y-axis
    c) Origin
    d) First quadrant
    Answer: b
  9. What is the y-intercept of the line $y = 4x - 7$?
    a) $(0, 4)$
    b) $(0, -7)$
    c) $(-7, 0)$
    d) $(4, 0)$
    Answer: b
  10. Two distinct lines can intersect at most in how many points?
    a) 0
    b) 1
    c) 2
    d) Infinitely many
    Answer: b

Fun Facts about Linear Equations!

  • Linear: The word "linear" literally contains the word "line", which perfectly describes what these equations look like when graphed!
  • Ancient China: The ancient Chinese mathematical text The Nine Chapters on the Mathematical Art (around 150 BC) contains the earliest known methods for solving systems of linear equations.
  • Economics: Modern economics relies heavily on linear equations to model supply and demand curves, calculate profit margins, and forecast market trends.

Want to master technology and secure your future?

Explore NRCODEAI Programs