Sarkari RiseLogin

Algebraic Expressions And Inequalities Questions for SSC GD

Free, AI-curated practice for the Algebraic Expressions And Inequalities section of SSC GD. We have 36+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — SSC GD mockAll SSC GD resourcesAlready a user? Sign in →
Why this topic matters · 8 min read
SSC GD tests algebraic expressions and inequalities in 2-3 questions per paper, usually in the Quantitative Aptitude section. Expect simplification of expressions, solving linear inequalities, and comparing values. Recent papers show a mix of direct substitution, factorization, and inequality symbol manipulation. Medium difficulty — high accuracy scoring zone.

Algebraic Expressions: Basics

An algebraic expression is a combination of variables, constants, and operations (addition, subtraction, multiplication, division). In SSC GD, you'll simplify expressions by combining like terms and applying order of operations. Like terms have the same variable raised to the same power — for example, 3x and 5x are like terms, but 3x and 3x^2 are not. Always remember BODMAS: Brackets, Orders (powers), Division, Multiplication, Addition, Subtraction.

  • Like terms: same variable and same exponent — combine by adding/subtracting coefficients
  • Unlike terms: cannot be combined — leave as separate terms
  • Coefficient: the number multiplying the variable (in 5x, coefficient is 5)
  • Constant: a term with no variable (the number 7 in 3x + 7)
  • Simplify by grouping like terms and applying BODMAS order

Solving Linear Equations and Expressions

SSC GD often asks you to solve for a variable or simplify an expression by substitution. The key is isolating the variable on one side of the equals sign by performing the same operation on both sides. For example, if 2x + 3 = 11, subtract 3 from both sides to get 2x = 8, then divide by 2 to get x = 4. In substitution problems, replace the variable with the given value and calculate step by step.

  • Isolate variable: move constants to one side, variables to the other
  • Perform same operation on both sides to maintain equality
  • Substitution: replace variable with given number and evaluate using BODMAS
  • Check your answer by substituting back into the original equation
  • Watch for negative signs — they flip when moving terms across the equals sign
Key formulas
Linear Equation Standard Form
ax + b = c, solve as x = (c - b) / a
When: When isolating a single variable in a linear equation
Worked examples

Solve 3x - 5 = 10. Add 5 to both sides: 3x = 15. Divide by 3: x = 5.

If x = 2, find value of 2x^2 + 3x - 4. Substitute: 2(2)^2 + 3(2) - 4 = 2(4) + 6 - 4 = 8 + 6 - 4 = 10.

Inequalities: Symbols and Rules

Inequalities compare two expressions using symbols: greater than (>), less than (<), greater than or equal to (>=), less than or equal to (<=). The critical rule in SSC GD questions is: when you multiply or divide both sides of an inequality by a negative number, flip the inequality symbol. For example, if -2x > 8, divide by -2 and flip: x < -4. Addition and subtraction do NOT flip the symbol.

  • Symbols: > (greater), < (less), >= (greater or equal), <= (less or equal)
  • Add/subtract same number on both sides — symbol stays the same
  • Multiply/divide by positive number — symbol stays the same
  • Multiply/divide by negative number — FLIP the symbol
  • Transitive property: if a > b and b > c, then a > c
Key formulas
Inequality Flip Rule
If a > b and multiply by negative k, then ka < kb
When: When multiplying or dividing both sides by a negative number
Worked examples

Solve -3x + 2 <= 11. Subtract 2: -3x <= 9. Divide by -3 and flip: x >= -3.

Compare: if 5x > 20, then x > 4. If also x < 10, then 4 < x < 10 (compound inequality).

Factorization and Expansion

Factorization breaks an expression into its factors (numbers or expressions that multiply to give the original). Expansion does the opposite — multiplying factors to get a polynomial. SSC GD tests common patterns: difference of squares (a^2 - b^2 = (a+b)(a-b)), perfect squares (a^2 + 2ab + b^2 = (a+b)^2), and trinomials. These appear in simplification and inequality problems.

  • Difference of squares: a^2 - b^2 = (a + b)(a - b)
  • Perfect square trinomial: a^2 + 2ab + b^2 = (a + b)^2
  • Perfect square trinomial: a^2 - 2ab + b^2 = (a - b)^2
  • Trinomial: ax^2 + bx + c — find factors of ac that add to b
  • Common factor: always pull out GCD of all terms first
Key formulas
Difference of Squares
a^2 - b^2 = (a + b)(a - b)
When: When simplifying or factoring expressions with two squared terms subtracted
Perfect Square Trinomial
a^2 + 2ab + b^2 = (a + b)^2
When: When recognizing or expanding perfect square patterns
Worked examples

Factorize x^2 - 9. This is a^2 - b^2 where a = x, b = 3. Answer: (x + 3)(x - 3).

Expand (2x + 5)^2. Using (a + b)^2 = a^2 + 2ab + b^2: (2x)^2 + 2(2x)(5) + 5^2 = 4x^2 + 20x + 25.

Compound Inequalities and Number Line

Compound inequalities combine two inequalities with AND or OR. AND means both conditions must be true (the solution is the overlap). OR means at least one condition is true (the solution is the union). SSC GD may ask you to identify which values satisfy a compound inequality or to solve a system. Visualizing on a number line helps avoid mistakes.

  • AND compound: both conditions true — solution is the intersection (overlap)
  • OR compound: at least one true — solution is the union (combined range)
  • Closed dot on number line: value is included (>= or <=)
  • Open dot on number line: value is excluded (> or <)
  • Write solution in interval notation or inequality form
Worked examples

Solve 2 < x + 1 <= 5. Subtract 1 from all parts: 1 < x <= 4. Solution: x is between 1 (not included) and 4 (included).

If x > 3 OR x < -1, then x is in two separate regions: x < -1 or x > 3.

⚠ Common mistakes to avoid
  • Forgetting to flip the inequality symbol when multiplying/dividing by a negative — this is the #1 error in SSC GD inequality questions.
  • Combining unlike terms (e.g., treating 3x + 3x^2 as 6x^2) — always check that exponents match before combining.
  • Misapplying BODMAS in substitution — calculate powers before multiplication, not after.
  • Misreading compound inequalities — confusing AND (overlap) with OR (union) leads to wrong solution ranges.
  • Careless sign errors when moving terms across the equals sign — subtract becomes add, multiply becomes divide.
🧠 Memory aids
  • FLIP on NEGATIVE: When you multiply or divide an inequality by a negative number, FLIP the symbol. Think: the number line flips direction.
  • BODMAS = Brackets, Orders, Division/Multiplication (left to right), Addition/Subtraction (left to right). Always follow this order.
  • Like Terms = Same Variable + Same Exponent. If exponents differ, they are UNLIKE and cannot be combined.
  • Difference of Squares = (a+b)(a-b). Perfect Squares = (a+b)^2 or (a-b)^2. These are the two most tested factorization patterns in SSC GD.
🎯 SSC GD exam tips
  • SSC GD typically includes 1-2 direct simplification questions (substitute and calculate) and 1-2 inequality or equation-solving questions per paper.
  • Recent papers show preference for negative numbers in inequalities — this tests whether you remember to flip the symbol. Practice these heavily.
  • Factorization questions often appear as part of larger simplification — recognize difference of squares and perfect squares instantly to save time.
  • Compound inequalities are less common but high-accuracy scoring. If you see one, take 30 seconds to draw a number line — it prevents careless errors.
  • Time management: algebraic expression questions are typically 1-2 minutes each. If stuck, move on and return — they are not worth excessive time.

Sample questions

Q1 · medium · PYQ 2023
The sum of a rational number and its reciprocal is 13/6, find the number.
  1. 2/3 or 3/2
  2. 3/4 or 4/3
  3. 2/5 or 5/2
  4. None of these
Q2 · medium · PYQ 2023
A father said to his son, "I was as old as you are at present at the time of your birth." If the father's age is 38 years now, the son's age five years back was:
  1. 14 years
  2. 19 years
  3. 33 years
  4. 38 years
Q3 · medium · PYQ 2023
The total age of A and B is 12 years more than the total age of B and C. C is how many years younger than A?
  1. 12
  2. 24
  3. C is elder than A
  4. Data inadequate
Q4 · medium · PYQ 2023
Father is aged three times more than his son Ronit. After 8 years, he would be two and a half times of Ronit's age. After further 8 years, how many times would he be of Ronit's age?
  1. 2 times
  2. 2½ times
  3. 3 times
Q5 · medium · PYQ 2023
Ayesha's father was 38 years of age when she was born while her mother was 36 years old when her brother four years younger to her was born. What is the difference between the ages of her parents?
  1. 2 years
  2. 4 years
  3. 6 years
  4. 8 years
💡 Want answers + explanations + 31+ more Algebraic Expressions And Inequalities questions? Sign up free →
⭐ Recommended for SSC GD aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More SSC GD topics

General Science
487+ practice questions
Geography
404+ practice questions
History
364+ practice questions
Polity
207+ practice questions
Antonyms
140+ practice questions
Synonyms
127+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q