Fatskills
Practice. Master. Repeat.
Study Guide: GATE GA General Aptitude Numerical Ability Algebra Linear and Quadratic Equations Inequalities
Source: https://www.fatskills.com/gate-ga-general-aptitude/chapter/gate-ga-general-aptitude-numerical-ability-algebra-linear-and-quadratic-equations-inequalities

GATE GA General Aptitude Numerical Ability Algebra Linear and Quadratic Equations Inequalities

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

What Is This?

Numerical Ability: Algebra – Linear and Quadratic Equations, Inequalities is the study of solving equations and inequalities involving variables. This topic appears in exams to test your ability to manipulate algebraic expressions and solve for unknowns. Typical questions involve solving for variables, graphing, and interpreting inequalities.

Why It Matters

This topic is tested in various exams such as SAT, GRE, GMAT, and competitive job entrance tests. It frequently appears and can carry significant marks, often 10-20% of the total score. It tests your logical reasoning, problem-solving skills, and understanding of fundamental algebraic principles.

Core Concepts

  1. Linear Equations: Equations of the form ( ax + b = 0 ), where ( a ) and ( b ) are constants and ( x ) is the variable.
  2. Quadratic Equations: Equations of the form ( ax^2 + bx + c = 0 ), where ( a ), ( b ), and ( c ) are constants and ( x ) is the variable.
  3. Inequalities: Statements involving ( < ), ( > ), ( \leq ), or ( \geq ) that compare two expressions.
  4. Graphing Inequalities: Representing inequalities on a number line or coordinate plane.
  5. Systems of Equations: Solving multiple equations simultaneously to find common solutions.

Prerequisites

  1. Basic Arithmetic: Understanding of addition, subtraction, multiplication, and division.
  2. Variables and Constants: Knowing the difference between variables (unknowns) and constants (known values).
  3. Order of Operations: Following the correct sequence of operations (PEMDAS/BODMAS).

The Rule-Book (How It Works)


Linear Equations

  • Primary Rule: Solve for ( x ) by isolating it on one side of the equation.
  • Sub-rules:
  • Add/subtract the same value from both sides.
  • Multiply/divide both sides by the same non-zero value.
  • Mnemonic: "Keep the equation balanced."

Quadratic Equations

  • Primary Rule: Use the quadratic formula ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ).
  • Sub-rules:
  • Factorize if possible.
  • Complete the square if needed.
  • Mnemonic: "Quadratic formula for quick results."

Inequalities

  • Primary Rule: Solve like an equation but remember to reverse the inequality sign when multiplying/dividing by a negative number.
  • Sub-rules:
  • Graph the solution on a number line.
  • Use test points to determine intervals.
  • Mnemonic: "Reverse when negative."

Exam / Job / Audit Weighting

  • Frequency: High
  • Difficulty Rating: Intermediate
  • Question Type: Multiple choice, true/false, fill-in-the-blank

Difficulty Level

Intermediate

Must-Know Rules, Formulas, Standards, or Principles

  1. Linear Equation Solving: ( ax + b = c ) → ( x = \frac{c - b}{a} )
  2. Quadratic Formula: ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} )
  3. Inequality Rule: Reverse the inequality sign when multiplying/dividing by a negative number.

Worked Examples (Step-by-Step)


Easy

Question: Solve for ( x ): ( 2x + 3 = 11 )


  1. Subtract 3 from both sides: ( 2x = 8 )
  2. Divide by 2: ( x = 4 )

Answer: ( x = 4 )

Medium

Question: Solve for ( x ): ( x^2 - 5x + 6 = 0 )


  1. Factorize: ( (x - 2)(x - 3) = 0 )
  2. Set each factor to zero: ( x - 2 = 0 ) or ( x - 3 = 0 )
  3. Solve: ( x = 2 ) or ( x = 3 )

Answer: ( x = 2 ) or ( x = 3 )

Hard

Question: Solve for ( x ): ( 2x^2 - 4x - 6 = 0 )


  1. Use the quadratic formula: ( x = \frac{-(-4) \pm \sqrt{(-4)^2 - 4 \cdot 2 \cdot (-6)}}{2 \cdot 2} )
  2. Simplify: ( x = \frac{4 \pm \sqrt{16 + 48}}{4} )
  3. Further simplify: ( x = \frac{4 \pm \sqrt{64}}{4} )
  4. Solve: ( x = \frac{4 \pm 8}{4} )
  5. Final answers: ( x = 3 ) or ( x = -1 )

Answer: ( x = 3 ) or ( x = -1 )

Common Exam Traps & Mistakes

  1. Forgetting to Reverse Inequality: Multiplying/dividing by a negative without reversing the sign.
  2. Wrong: ( -2x < 6 ) → ( x < -3 )
  3. Correct: ( -2x < 6 ) → ( x > -3 )

  4. Incorrect Factorization: Not checking all possible factors.

  5. Wrong: ( x^2 - 4x + 4 = (x - 2)^2 )
  6. Correct: ( x^2 - 4x + 4 = (x - 2)(x - 2) )

  7. Misapplying Quadratic Formula: Incorrectly identifying ( a ), ( b ), and ( c ).

  8. Wrong: ( 2x^2 + 3x - 2 = 0 ) → ( a = 2 ), ( b = 3 ), ( c = -2 )
  9. Correct: ( 2x^2 + 3x - 2 = 0 ) → ( a = 2 ), ( b = 3 ), ( c = -2 )

  10. Ignoring Negative Solutions: Assuming all solutions are positive.

  11. Wrong: ( x^2 = 9 ) → ( x = 3 )
  12. Correct: ( x^2 = 9 ) → ( x = 3 ) or ( x = -3 )

Shortcut Strategies & Exam Hacks

  1. Elimination Strategy: Use process of elimination to narrow down choices.
  2. Pattern Recognition: Identify common equation forms and apply known solutions.
  3. Quick Check: Plug answers back into the equation to verify.
  4. Mnemonic Devices: Use "Keep the equation balanced" for linear and "Quadratic formula for quick results" for quadratic equations.

Question-Type Taxonomy

  1. Multiple Choice: Choose the correct solution from given options.
  2. Example: Solve ( 3x - 7 = 14 )
    • A) ( x = 7 )
    • B) ( x = 21 )
    • C) ( x = 3.5 )
    • D) ( x = 1 )
  3. Favored by: SAT, GRE

  4. True/False: Determine if a statement is correct.

  5. Example: ( x^2 - 4x + 4 = (x - 2)^2 )
  6. Favored by: GMAT

  7. Fill-in-the-Blank: Provide the exact solution.

  8. Example: Solve ( 2x^2 + 5x - 3 = 0 )
  9. Favored by: Competitive job entrance tests

Practice Set (MCQs)


Question 1

Question: Solve for ( x ): ( 4x - 9 = 23 ) - A) ( x = 4 ) - B) ( x = 8 ) - C) ( x = 7.5 ) - D) ( x = 3.5 )

Correct Answer: B) ( x = 8 )

Explanation: Add 9 to both sides: ( 4x = 32 ). Divide by 4: ( x = 8 ).

Why the Distractors Are Tempting: - A) Incorrect addition - C) Incorrect division - D) Incorrect addition and division

Question 2

Question: Solve for ( x ): ( x^2 + 6x + 8 = 0 ) - A) ( x = -2 ) or ( x = -4 ) - B) ( x = 2 ) or ( x = 4 ) - C) ( x = -2 ) or ( x = 4 ) - D) ( x = 2 ) or ( x = -4 )

Correct Answer: A) ( x = -2 ) or ( x = -4 )

Explanation: Factorize: ( (x + 2)(x + 4) = 0 ). Solve: ( x = -2 ) or ( x = -4 ).

Why the Distractors Are Tempting: - B) Incorrect factorization - C) Incorrect factorization - D) Incorrect factorization

Question 3

Question: Solve for ( x ): ( 3x^2 - 12x + 9 = 0 ) - A) ( x = 1 ) or ( x = 3 ) - B) ( x = 1 ) or ( x = -3 ) - C) ( x = 3 ) or ( x = -1 ) - D) ( x = 1 ) or ( x = -1 )

Correct Answer: A) ( x = 1 ) or ( x = 3 )

Explanation: Factorize: ( 3(x - 1)(x - 3) = 0 ). Solve: ( x = 1 ) or ( x = 3 ).

Why the Distractors Are Tempting: - B) Incorrect factorization - C) Incorrect factorization - D) Incorrect factorization

Question 4

Question: Solve for ( x ): ( -2x < 10 ) - A) ( x > -5 ) - B) ( x < -5 ) - C) ( x > 5 ) - D) ( x < 5 )

Correct Answer: A) ( x > -5 )

Explanation: Divide by -2 and reverse the inequality: ( x > -5 ).

Why the Distractors Are Tempting: - B) Forgot to reverse the inequality - C) Incorrect division - D) Incorrect division and forgot to reverse the inequality

Question 5

Question: Solve for ( x ): ( x^2 - 8x + 16 = 0 ) - A) ( x = 4 ) - B) ( x = -4 ) - C) ( x = 2 ) - D) ( x = -2 )

Correct Answer: A) ( x = 4 )

Explanation: Factorize: ( (x - 4)^2 = 0 ). Solve: ( x = 4 ).

Why the Distractors Are Tempting: - B) Incorrect factorization - C) Incorrect factorization - D) Incorrect factorization

30-Second Cheat Sheet

  • Linear Equations: ( ax + b = c ) → ( x = \frac{c - b}{a} )
  • Quadratic Formula: ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} )
  • Inequality Rule: Reverse the sign when multiplying/dividing by a negative
  • Factorization: Check all possible factors
  • Graphing Inequalities: Use test points to determine intervals
  • Systems of Equations: Solve multiple equations simultaneously
  • Mnemonic: "Keep the equation balanced" for linear, "Quadratic formula for quick results" for quadratic

Learning Path

  1. Beginner Foundation: Understand basic arithmetic and variables.
  2. Core Rules: Learn linear and quadratic equation solving techniques.
  3. Practice: Solve a variety of linear and quadratic equations.
  4. Timed Drills: Practice solving equations under time constraints.
  5. Mock Tests: Take full-length practice exams to simulate test conditions.

Related Topics

  1. Functions and Graphs: Understanding how equations translate to graphs.
  2. Relation: Graphing linear and quadratic equations.
  3. Polynomials: Extending quadratic equations to higher degrees.
  4. Relation: Solving higher-degree equations.
  5. Matrices: Solving systems of linear equations using matrix operations.
  6. Relation: Advanced methods for solving systems of equations.


ADVERTISEMENT