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

Basics Of Algebra

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

BASICS OF ALGEBRA

Introduction

Algebra is a branch of mathematics that uses symbols (usually letters) to represent numbers in equations and formulas. It allows us to write general rules and solve for unknown values.

Brief Overview

graph TD; Algebra-->Variables; Algebra-->Constants; Algebra-->Terms; Terms-->Coefficients; Terms-->LikeTerms;

1. Variables, Constants, and Terms

  • Variable: A symbol (like $x, y, a, b$) that represents an unknown or changing value.
  • Constant: A fixed numerical value that does not change (e.g., $5, -3, \pi$).
  • Term: A single mathematical expression consisting of a number, a variable, or a product of numbers and variables (e.g., $3x, -2y^2, 7$). Terms are separated by $+$ or $-$ signs in an expression.

Numerical Example:
In the expression $4x - 7$:
* $x$ is the variable.
* $-7$ is a constant term.
* $4x$ and $-7$ are the two terms.

MCQs - Variables, Constants, and Terms

  1. In algebra, a letter used to represent an unknown number is called a:
    a) Constant
    b) Variable
    c) Coefficient
    d) Equation
    Answer: b
  2. Which of the following is a constant?
    a) $2x$
    b) $y$
    c) $-15$
    d) $a+b$
    Answer: c
  3. How many terms are in the expression $3x^2 - 5x + 9$?
    a) 1
    b) 2
    c) 3
    d) 4
    Answer: c
  4. In the expression $8y$, the number 8 and the letter $y$ are multiplied together. This forms a single:
    a) Term
    b) Equation
    c) Constant
    d) Binomial
    Answer: a
  5. A constant term has a variable with an exponent of:
    a) 1
    b) 2
    c) 0
    d) Infinity
    Answer: c (Since $x^0 = 1$)
  6. In the expression $5x + 3y - 2$, which of the following is a variable?
    a) 5
    b) $x$
    c) -2
    d) +
    Answer: b
  7. An expression containing only numbers and operations, without any variables, is called a:
    a) Variable expression
    b) Numerical expression
    c) Constant variable
    d) Like term
    Answer: b
  8. In the formula $A = \pi r^2$, which symbol represents a constant?
    a) $A$
    b) $r$
    c) $\pi$
    d) $^2$
    Answer: c
  9. How many variables are present in the expression $2a + 3b - 4c + 5$?
    a) 1
    b) 2
    c) 3
    d) 4
    Answer: c
  10. Which part of the term $-9xyz$ is the constant part?
    a) $-9$
    b) $x$
    c) $y$
    d) $z$
    Answer: a

2. Coefficients and Like/Unlike Terms

  • Coefficient: The numerical factor of a term that contains a variable. In $5x$, the coefficient is $5$. If a variable has no number in front, its coefficient is $1$ (e.g., $y$ means $1y$).
  • Like Terms: Terms that have the exact same variables with the exact same exponents (e.g., $3x^2$ and $-5x^2$). Only like terms can be added or subtracted.
  • Unlike Terms: Terms with different variables or different exponents (e.g., $2x$ and $3y$, or $4x$ and $4x^2$).

Numerical Example:
Simplify $3x + 5y - x + 2y$.
Group like terms: $(3x - x) + (5y + 2y)$
Result: $2x + 7y$.

MCQs - Coefficients and Like/Unlike Terms

  1. What is the coefficient of $x$ in the term $-x$?
    a) 0
    b) 1
    c) -1
    d) There is no coefficient
    Answer: c
  2. Which of the following pairs are like terms?
    a) $4x$ and $4y$
    b) $3x^2$ and $5x$
    c) $-2ab$ and $7ab$
    d) $x^2y$ and $xy^2$
    Answer: c
  3. Simplify: $5a - 2a + 3b$.
    a) $6ab$
    b) $3a + 3b$
    c) $8ab$
    d) $3a - 3b$
    Answer: b
  4. Can you add $4x^2$ and $5x^3$ to get $9x^5$?
    a) Yes
    b) No, because they are unlike terms
    c) Yes, but the result is $9x^2$
    d) No, they can only be subtracted
    Answer: b
  5. The numerical coefficient in the term $\frac{y}{4}$ is:
    a) 4
    b) 1
    c) $1/4$
    d) 0
    Answer: c (Because it is $\frac{1}{4} \times y$)
  6. Which of the following terms is a like term to $-8a^2b$?
    a) $8ab^2$
    b) $4a^2b$
    c) $-8ab$
    d) $a^2b^2$
    Answer: b
  7. Simplify the expression: $7x - 3x + 2x$.
    a) $12x$
    b) $6x$
    c) $4x$
    d) $2x$
    Answer: b
  8. What is the coefficient of $y$ in the expression $x - y + 5$?
    a) 1
    b) 0
    c) -1
    d) There is no coefficient
    Answer: c
  9. Can $5m^2n$ and $5mn^2$ be combined by addition?
    a) Yes, they equal $10m^3n^3$
    b) Yes, they equal $10m^2n^2$
    c) No, they are unlike terms
    d) No, because their coefficients are the same
    Answer: c
  10. The sum of $2p$ and $-5p$ is:
    a) $3p$
    b) $-3p$
    c) $-7p$
    d) $7p$
    Answer: b

3. Types of Algebraic Expressions (Polynomials)

  • Monomial: An expression with exactly one term (e.g., $5x, -3y^2, 8$).
  • Binomial: An expression with exactly two unlike terms (e.g., $x + 3, 2a - 5b$).
  • Trinomial: An expression with exactly three unlike terms (e.g., $x^2 + 2x + 1$).
  • Polynomial: A general term for an expression with one or more terms, where all variable exponents are non-negative integers.

Numerical Example:
Classify the expression $4x^3 - 2x + 7$.
It has three unlike terms, so it is a trinomial (which is a type of polynomial).

MCQs - Types of Expressions

  1. An algebraic expression with exactly two terms is a:
    a) Monomial
    b) Binomial
    c) Trinomial
    d) Multinomial
    Answer: b
  2. Which of the following is a monomial?
    a) $x + y$
    b) $3x^2y$
    c) $x - 5$
    d) $a + b + c$
    Answer: b
  3. The expression $5x^2 - 3x^{-1} + 2$ is:
    a) A trinomial
    b) A binomial
    c) Not a polynomial
    d) A quadratic equation
    Answer: c (Because of the negative exponent $-1$)
  4. A polynomial can have how many terms?
    a) Only 1
    b) Only 2
    c) Only 3
    d) One or more
    Answer: d
  5. Classify the expression $7$:
    a) Binomial
    b) Not a term
    c) Monomial (constant)
    d) Variable
    Answer: c
  6. Which of the following is a trinomial?
    a) $x^2 - 4$
    b) $x^3 + 2x^2 - x + 1$
    c) $a^2 + 2ab + b^2$
    d) $5xyz$
    Answer: c
  7. An algebraic expression is considered a polynomial if all variable exponents are:
    a) Positive fractions
    b) Non-negative integers
    c) Negative integers
    d) Any real number
    Answer: b
  8. The expression $4\sqrt{x} + 3$ is:
    a) A binomial polynomial
    b) Not a polynomial
    c) A monomial
    d) A quadratic equation
    Answer: b (Because $\sqrt{x} = x^{1/2}$, which is not an integer exponent)
  9. Which of the following expressions is NOT a binomial?
    a) $2x - 3y$
    b) $x^2 + 1$
    c) $3abc$
    d) $a^3 - b^3$
    Answer: c (It is a monomial)
  10. If an expression has four terms, it is generally referred to as a:
    a) Trinomial
    b) Quadrinomial or Polynomial
    c) Binomial
    d) Monomial
    Answer: b

4. Degree of a Polynomial

  • Degree of a term: The sum of the exponents of its variables. For $3x^2y^3$, the degree is $2+3 = 5$.
  • Degree of a polynomial: The highest degree among all its terms.
  • A polynomial of degree 1 is called linear.
  • A polynomial of degree 2 is called quadratic.
  • A polynomial of degree 3 is called cubic.

Numerical Example:
Find the degree of the polynomial $5x^4 - 2x^2y^3 + 7$.
Term 1 ($5x^4$) degree: 4.
Term 2 ($-2x^2y^3$) degree: $2+3 = 5$.
Term 3 ($7$) degree: 0.
The highest is 5, so the degree of the polynomial is 5.

MCQs - Degree of a Polynomial

  1. What is the degree of the polynomial $3x + 5$?
    a) 0
    b) 1
    c) 2
    d) 3
    Answer: b
  2. The degree of the term $-7x^3y^2$ is:
    a) 3
    b) 2
    c) 5
    d) 6
    Answer: c ($3+2=5$)
  3. A polynomial of degree 2 is known as a:
    a) Linear polynomial
    b) Quadratic polynomial
    c) Cubic polynomial
    d) Bi-quadratic polynomial
    Answer: b
  4. What is the degree of the polynomial $4x^3 - 5x^4 + 2x - 1$?
    a) 1
    b) 3
    c) 4
    d) 8
    Answer: c (The highest exponent is 4)
  5. The degree of a non-zero constant polynomial (like 12) is:
    a) 1
    b) 12
    c) 0
    d) Undefined
    Answer: c
  6. What is the degree of the polynomial $2x^2y - 5xy^3 + y$?
    a) 2
    b) 3
    c) 4
    d) 5
    Answer: c (The highest degree term is $-5xy^3$ with degree $1+3=4$)
  7. A linear polynomial always has a degree of:
    a) 0
    b) 1
    c) 2
    d) 3
    Answer: b
  8. Which of the following polynomials is cubic?
    a) $x^3 - 2x^2 + 4$
    b) $x^4 - x^3$
    c) $3x + 1$
    d) $x^2 - 9$
    Answer: a
  9. What is the degree of the zero polynomial (i.e., the constant 0)?
    a) 0
    b) 1
    c) Undefined
    d) Infinity
    Answer: c
  10. The sum of the exponents of variables in the highest degree term of a polynomial determines its:
    a) Number of terms
    b) Leading coefficient
    c) Degree
    d) Constant term
    Answer: c

Fun Facts about Algebra!

  • Al-Jabr: The word "algebra" comes from the title of a 9th-century book "Kitab al-Jabr" by Persian mathematician Muhammad ibn Musa al-Khwarizmi. "Al-jabr" roughly translates to "reunion of broken parts".
  • Letters as Numbers: RenĂ© Descartes (the guy who invented the coordinate plane) was the one who standardized using letters at the end of the alphabet ($x, y, z$) for unknown variables, and letters at the beginning ($a, b, c$) for known constants!
  • X marks the spot: The letter $x$ is the most common variable in mathematics, likely stemming from the Spanish transliteration of the Arabic word for "the unknown thing" (al-shay).

Want to master technology and secure your future?

Explore NRCODEAI Programs