Skip to main content
Study NotesLET Elementary · MathematicsReal content

LET Elementary MathematicsElementary AlgebraStudy Notes

Thorough study notes for Elementary Algebra — the fastest path from zero to ready for LET Elementary Mathematics. Structured for self-study reviewers who cannot attend a review centre, these notes cover the full concept library plus the LET Elementary-specific twists Professional Regulation Commission (PRC) adds to its questions.

Exam context

For the Licensure Examination for Professional Teachers — Elementary, Professional Regulation Commission (PRC) tests Mathematics under a "Core" label, with Elementary Algebra in the 3rd slot across 7 chapters. LET Elementary candidates must clear the Weighted average of 75% with no grade below 50% cut on the 2026 paper, which draws about a meaningful share of Mathematics questions. Date to watch: Bi-annual.

Elementary Algebra - Study Notes

Elementary Algebra bridges computational arithmetic and advanced mathematics. For teachers preparing the Licensure Examination for Teachers (LET), mastery of algebra is essential—not only to pass the exam, but to effectively teach Grades 1–6 pupils the foundational number sense, patterns, and problem-solving skills mandated by the DepEd K–12 Basic Education Curriculum (BEC). This chapter builds on the properties of real numbers and focuses on three high-yield competencies: manipulating algebraic expressions using exponent laws and factoring, solving linear and quadratic equations and inequalities, and translating real-world word problems into algebraic equations. These skills directly support your role as an elementary educator, where translating "word problems" into "number sentences" (as DepEd terminology frames it) is a daily instructional task. Moreover, as stipulated in the Code of Ethics for Professional Teachers (RA 7836), Section 2, you must "demonstrate mastery of the subject matter" to ensure effective and responsible teaching. Study this chapter thoroughly, focusing on problem-solving strategies and the reasoning behind each step, and you will strengthen both your exam readiness and your classroom teaching.

Summary

Elementary Algebra, the gateway to advanced mathematics, demands mastery of five interrelated skills: (1) **Manipulating expressions** using exponent laws, combining like terms, and factoring; (2) **Solving equations and inequalities** using inverse operations and the principle of balance, with careful attention to inequality reversal; (3) **Solving systems** by substitution, elimination, or graphing; (4) **Translating words into equations**, the highest-value skill on the LET, requiring precise reading and practice with number, age, coin, motion, and geometric problems; and (5) **Simplifying rational expressions and radicals**, skills that bridge algebra and higher mathematics. The chapter emphasizes problem-solving strategies over rote memorization: choose the most efficient method for each problem type, verify your solution, and understand the reasoning behind each rule. Most errors are sign slips or order reversals (e.g., "5 less than n" is n - 5), not conceptual failures. As a prospective elementary teacher preparing for the LET, your mastery of algebra directly supports your ability to teach Grades 1–6 pupils the DepEd curriculum's emphasis on number sense, patterns, and algebraic thinking. The Code of Ethics for Professional Teachers (RA 7836) mandates that you "demonstrate mastery of the subject matter" (Section 2); algebra is that foundation. Study each concept thoroughly, work through the examples, and build intuition through repeated practice. Remember: on the LET, **you are not competing for speed; you are being assessed for understanding**. Slow down, show your work, and verify every answer. This mindset will serve you both on the exam and in the classroom, where your mathematical reasoning models the problem-solving processes you want your pupils to develop.

Sections

An algebraic expression is a combination of numbers, variables, and operations. A **term** is a single unit: the number 5, the variable x, or a product like -3xy². The **coefficient** is the numerical factor (in -3xy², the coefficient is -3). The **degree** of a term is the sum of all variable exponents (in -3xy², the degree is 2). **Like terms** have identical variable parts and can be combined by adding or subtracting their coefficients. For example, 4x and 3x are like terms, so 4x + 3x = 7x. However, 4x and 3x² are **unlike terms** and cannot be combined. Understanding this distinction prevents the most common beginner error: treating all variables as the same. When simplifying, group like terms together, then add or subtract their coefficients. For instance, simplifying 5x² + 3x - 2x² + 4x requires first collecting: (5x² - 2x²) + (3x + 4x) = 3x² + 7x. This skill is foundational because every algebraic manipulation—from solving equations to factoring—relies on correctly combining terms.

Heading

1. Algebraic Expressions and Combining Like Terms

Examples

Steps

  • Group like terms: (7a - 3a) + (2b + 5b)
  • Combine coefficients: 4a + 7b
  • Answer: 4a + 7b

Problem

Simplify: 7a + 2b - 3a + 5b

Steps

  • Group like terms: (3x² + 2x²) + (-5x + 4x) - 1
  • Combine: 5x² - x - 1
  • Answer: 5x² - x - 1

Problem

Simplify: 3x² - 5x + 2x² + 4x - 1

Steps

  • Group like terms: (-2xy - 3xy) + (5x + 2x)
  • Combine: -5xy + 7x
  • Answer: -5xy + 7x

Problem

Simplify: -2xy + 5x - 3xy + 2x

Key Points

  • A term is a number, variable, or product of numbers and variables
  • Like terms have identical variable parts and can be combined
  • Coefficient is the numerical factor of a term
  • Degree is the sum of exponents on all variables in a term
  • Combine only like terms; unlike terms remain separate
  • Order does not matter when combining like terms (commutative property)

The laws of exponents provide rules for simplifying expressions involving powers. These rules are essential for algebraic manipulation and appear frequently on the LET. **Product Rule**: When multiplying powers with the same base, add the exponents. a^m · a^n = a^(m+n). For example, x³ · x⁴ = x^(3+4) = x⁷. **Quotient Rule**: When dividing powers with the same base, subtract the exponents. a^m ÷ a^n = a^(m-n). For example, x⁵ ÷ x² = x^(5-2) = x³. **Power of a Power Rule**: When raising a power to another power, multiply the exponents. (a^m)^n = a^(mn). For example, (x²)³ = x^(2·3) = x⁶. **Power of a Product Rule**: When raising a product to a power, raise each factor to that power. (ab)^n = a^n b^n. For example, (2x)³ = 2³ · x³ = 8x³. **Zero Exponent Rule**: Any nonzero number raised to the zero power equals 1. a⁰ = 1 (where a ≠ 0). For example, 7⁰ = 1. **Negative Exponent Rule**: A negative exponent means the reciprocal. a^(-n) = 1/a^n. For example, 2^(-3) = 1/2³ = 1/8. Common mistakes: Students often add exponents when using the power of a product rule (writing (2x)³ = 2x³ instead of 8x³), or forget to reverse the sign when working with negative exponents. Always apply each rule carefully and verify your answer by checking simple cases.

Heading

2. Laws of Exponents

Examples

Steps

  • Use product rule: same base x, add exponents
  • x^(3+4) = x⁷
  • Answer: x⁷

Problem

Simplify: x³ · x⁴

Steps

  • Apply power of a product to (2x³)²: (2)² · (x³)² = 4x⁶
  • Multiply: 4x⁶ · 3x
  • Use product rule: 4 · 3 · x⁶ · x = 12x^(6+1) = 12x⁷
  • Answer: 12x⁷

Problem

Simplify: (2x³)² · 3x

Steps

  • Apply power of a power: (y⁵)³ = y^(5·3) = y¹⁵
  • Apply quotient rule: y¹⁵ ÷ y⁴ = y^(15-4) = y¹¹
  • Answer: y¹¹

Problem

Simplify: (y⁵)³ ÷ y⁴

Steps

  • Apply zero exponent: 5⁰ = 1
  • Apply negative exponent: 3^(-2) = 1/3² = 1/9
  • Add: 1 + 1/9 = 9/9 + 1/9 = 10/9
  • Answer: 10/9

Problem

Simplify: 5⁰ + 3^(-2)

Steps

  • Apply power of a product: (a²)⁴ · (b³)⁴
  • Apply power of a power: a^(2·4) · b^(3·4) = a⁸b¹²
  • Answer: a⁸b¹²

Problem

Simplify: (a²b³)⁴

Key Points

  • Product rule: a^m · a^n = a^(m+n) (add exponents when multiplying same base)
  • Quotient rule: a^m ÷ a^n = a^(m-n) (subtract exponents when dividing same base)
  • Power of a power: (a^m)^n = a^(mn) (multiply exponents)
  • Power of a product: (ab)^n = a^n b^n (distribute the exponent)
  • Zero exponent: a⁰ = 1 (where a ≠ 0)
  • Negative exponent: a^(-n) = 1/a^n (reciprocal)
  • These rules only apply to powers with the same base or to multiplication and division

A **linear equation** is an equation in which the variable(s) appear only to the first power. The fundamental principle for solving any equation is **balance**: whatever operation you perform on one side of the equation, you must perform on the other side. This principle ensures the equation remains true. The general strategy for solving a linear equation in one variable is: (1) clear parentheses by distributing, (2) combine like terms on each side, (3) move all variable terms to one side and all constant terms to the other (using inverse operations), and (4) divide by the coefficient of the variable. **Inverse operations** are operations that undo each other: addition and subtraction are inverses, multiplication and division are inverses. For example, to solve 3(2x - 4) = 2x + 4, first distribute 3 to get 6x - 12 = 2x + 4. Then subtract 2x from both sides: 4x - 12 = 4. Next, add 12 to both sides: 4x = 16. Finally, divide both sides by 4: x = 4. Always **check** your solution by substituting it back into the original equation to verify. A common teaching error is skipping the check; in DepEd's problem-solving framework, verification is a critical step that builds mathematical reasoning (BEC Mathematics K–12, p. 41).

Heading

3. Linear Equations and the Principle of Balance

Examples

Steps

  • Distribute 3: 6x - 12 = 2x + 4
  • Subtract 2x from both sides: 6x - 2x - 12 = 2x - 2x + 4
  • Simplify: 4x - 12 = 4
  • Add 12 to both sides: 4x - 12 + 12 = 4 + 12
  • Simplify: 4x = 16
  • Divide both sides by 4: x = 4
  • Check: 3(2·4 - 4) = 3(8 - 4) = 3(4) = 12, and 2·4 + 4 = 12 ✓

Problem

Solve: 3(2x - 4) = 2x + 4

Steps

  • Subtract 2x from both sides: 5x - 2x - 3 = 2x - 2x + 9
  • Simplify: 3x - 3 = 9
  • Add 3 to both sides: 3x - 3 + 3 = 9 + 3
  • Simplify: 3x = 12
  • Divide both sides by 3: x = 4
  • Check: 5(4) - 3 = 20 - 3 = 17, and 2(4) + 9 = 8 + 9 = 17 ✓

Problem

Solve: 5x - 3 = 2x + 9

Steps

  • Distribute 2: 2x - 10 + 3 = 11
  • Combine like terms: 2x - 7 = 11
  • Add 7 to both sides: 2x - 7 + 7 = 11 + 7
  • Simplify: 2x = 18
  • Divide both sides by 2: x = 9
  • Check: 2(9 - 5) + 3 = 2(4) + 3 = 8 + 3 = 11 ✓

Problem

Solve: 2(x - 5) + 3 = 11

Steps

  • Subtract 6 from both sides: -2x + 6 - 6 = 14 - 6
  • Simplify: -2x = 8
  • Divide both sides by -2: x = -4
  • Check: -2(-4) + 6 = 8 + 6 = 14 ✓

Problem

Solve: -2x + 6 = 14

Key Points

  • A linear equation has variables to the first power only
  • The principle of balance means performing the same operation on both sides keeps the equation true
  • Inverse operations undo each other: addition and subtraction; multiplication and division
  • General strategy: distribute, combine like terms, isolate the variable, then divide by its coefficient
  • Always check your solution by substituting back into the original equation
  • Sign errors are the most common mistake; be careful when distributing negatives

A **linear inequality** is a statement that uses the symbols <, >, ≤, or ≥ instead of =. Solving inequalities is almost identical to solving equations, with one critical exception: **when you multiply or divide both sides by a negative number, you must reverse the inequality symbol**. This rule is essential and accounts for many lost points on the LET. The reason is algebraic: the set of numbers is ordered, and multiplying by a negative reverses that order. For example, if 3 < 5, then multiplying both sides by -1 gives -3 and -5, and -3 is not less than -5; instead, -3 > -5. The solution to an inequality is typically a **range of values** (all numbers greater than 5, all numbers less than or equal to -2, etc.), often displayed on a number line. Use an open circle on a number line for < or >, and a closed circle for ≤ or ≥. For example, solving -2x < 6 gives x > -3 (remember to reverse the symbol), which on a number line is a closed circle at -3 with an arrow extending to the right. Inequalities appear in word problems about constraints, budgets, and measurements, making them practical for elementary classroom scenarios (e.g., "If each pencil costs ₱3 and you have ₱20, what is the maximum number you can buy?").

Heading

4. Linear Inequalities and Solution Sets

Examples

Steps

  • Subtract 5 from both sides: -2x ≥ 6
  • Divide both sides by -2 and REVERSE the symbol: x ≤ -3
  • Solution: all numbers less than or equal to -3
  • Check x = -4: 5 - 2(-4) = 5 + 8 = 13 ≥ 11 ✓

Problem

Solve: 5 - 2x ≥ 11

Steps

  • Subtract 2x from both sides: x - 4 < 1
  • Add 4 to both sides: x < 5
  • Solution: all numbers less than 5
  • Check x = 4: 3(4) - 4 = 12 - 4 = 8, and 2(4) + 1 = 9; 8 < 9 ✓

Problem

Solve: 3x - 4 < 2x + 1

Steps

  • Subtract 2 from both sides: -3x ≤ -12
  • Divide both sides by -3 and REVERSE the symbol: x ≥ 4
  • Solution: all numbers greater than or equal to 4
  • Check x = 5: -3(5) + 2 = -15 + 2 = -13 ≤ -10 ✓

Problem

Solve: -3x + 2 ≤ -10

Key Points

  • Inequalities use <, >, ≤, or ≥ symbols
  • Solve using the same inverse operations as equations
  • CRITICAL: When multiplying or dividing by a negative number, reverse the inequality symbol
  • Solutions are ranges of values, not single numbers
  • Represent solutions on a number line using open circles for < or > and closed circles for ≤ or ≥
  • Always check the solution by testing a value in the solution set

A **system of linear equations** is a set of two or more equations in two or more variables, and the solution is the ordered pair (or triple, etc.) that satisfies **all** equations simultaneously. For a system of two equations in two variables, three possible outcomes exist: **(1) One unique solution** (the lines intersect at exactly one point; the system is **consistent and independent**); (2) **No solution** (the lines are parallel and never intersect; the system is **inconsistent**); (3) **Infinitely many solutions** (the lines are identical; the system is **consistent and dependent**). Three main methods solve systems: **Substitution**, **Elimination**, and **Graphing**. **Substitution** works well when one equation can be easily solved for a variable. Solve that variable in terms of the other, then substitute the expression into the second equation. For example, given x + 2y = 11 and 3x - y = 5, solve the first for x to get x = 11 - 2y, then substitute into the second: 3(11 - 2y) - y = 5, which simplifies to 33 - 7y = 5, giving y = 4 and x = 3. **Elimination** is efficient when the coefficients align or can be scaled to match. Multiply one or both equations so that one variable has opposite coefficients in the two equations, then add them to eliminate that variable. For the system 2x + 3y = 8 and x - 2y = 1, multiply the second by 2 to get 2x - 4y = 2. Subtracting this from the first: (2x + 3y) - (2x - 4y) = 8 - 2, which gives 7y = 6, so y = 6/7, and x can be found by back-substitution. **Graphing** provides a visual check: plot both lines and identify the intersection point. Always **check** your solution in both original equations.

Heading

5. Systems of Linear Equations

Examples

Steps

  • From the first equation, solve for x: x = 11 - 2y
  • Substitute into the second equation: 3(11 - 2y) - y = 5
  • Distribute: 33 - 6y - y = 5
  • Combine like terms: 33 - 7y = 5
  • Subtract 33: -7y = -28
  • Divide by -7: y = 4
  • Substitute back: x = 11 - 2(4) = 11 - 8 = 3
  • Solution: (3, 4)
  • Check: 3 + 2(4) = 3 + 8 = 11 ✓ and 3(3) - 4 = 9 - 4 = 5 ✓

Problem

Solve the system using substitution: x + 2y = 11 and 3x - y = 5

Steps

  • Multiply the second equation by 2 to align x coefficients: 2x - 4y = 2
  • Subtract the scaled equation from the first: (2x + 3y) - (2x - 4y) = 8 - 2
  • Simplify: 7y = 6
  • Divide by 7: y = 6/7
  • Substitute into the second equation: x - 2(6/7) = 1
  • Simplify: x - 12/7 = 1
  • Add 12/7: x = 1 + 12/7 = 7/7 + 12/7 = 19/7
  • Solution: (19/7, 6/7)
  • Check: 2(19/7) + 3(6/7) = 38/7 + 18/7 = 56/7 = 8 ✓

Problem

Solve the system using elimination: 2x + 3y = 8 and x - 2y = 1

Steps

  • Multiply the first equation by 2: 6x + 4y = 24
  • Compare with the second equation: 6x + 4y = 24
  • The equations are identical, so infinitely many solutions exist
  • The lines are the same line; the system is consistent and dependent

Problem

Solve the system using elimination: 3x + 2y = 12 and 6x + 4y = 24

Key Points

  • A system of equations has a solution that satisfies all equations simultaneously
  • Three possible outcomes: one unique solution (consistent and independent), no solution (inconsistent), or infinitely many solutions (consistent and dependent)
  • Three solution methods: substitution, elimination, and graphing
  • Substitution: solve one equation for a variable and substitute into the other
  • Elimination: multiply equations to align coefficients, then add or subtract to cancel a variable
  • Graphing: plot both lines and find the intersection point
  • Always verify the solution in both original equations

**Special products** are multiplication patterns that occur repeatedly in algebra. Memorizing these patterns in both directions (expanding and factored form) is essential for success on the LET. **Square of a Binomial**: (a + b)² = a² + 2ab + b² and (a - b)² = a² - 2ab + b². Notice that the middle term is always twice the product of the two terms, and the sign of that middle term matches the sign in the binomial. For example, (x + 3)² = x² + 2(x)(3) + 9 = x² + 6x + 9, and (x - 5)² = x² - 2(x)(5) + 25 = x² - 10x + 25. **Difference of Two Squares**: (a + b)(a - b) = a² - b². This is unique because the middle terms cancel, leaving only the difference of the squares. For example, (x + 7)(x - 7) = x² - 49. **Product of Binomials (FOIL)**: (x + m)(x + n) = x² + (m + n)x + mn. The constant term is the product of m and n, and the middle coefficient is their sum. For example, (x + 3)(x + 5) = x² + 8x + 15. **Factoring** reverses multiplication. Always begin by factoring out the **greatest common monomial factor** first—this step is often overlooked but essential. For example, 6x² + 9x = 3x(2x + 3). Then apply the appropriate factoring technique: **(1) Difference of squares**: x² - 25 = (x + 5)(x - 5). **(2) Perfect-square trinomial**: x² + 6x + 9 = (x + 3)² and x² - 10x + 25 = (x - 5)². **(3) General trinomial** x² + bx + c: find two numbers whose product is c and whose sum is b. For x² - 5x + 6, the numbers -2 and -3 work (product is 6, sum is -5), so x² - 5x + 6 = (x - 2)(x - 3). Factoring is foundational for solving quadratic equations and simplifying rational expressions. A teaching note: the DepEd BEC emphasizes factoring as part of algebraic thinking (Grade 7–8), and many LET word problems hinge on correctly factoring expressions to simplify and solve.

Heading

6. Special Products and Factoring

Examples

Steps

  • Find the GCF of 6x² and 9x: GCF is 3x
  • Factor out 3x: 3x(2x + 3)
  • Answer: 3x(2x + 3)

Problem

Factor: 6x² + 9x

Steps

  • Use the square of a binomial formula: (a - b)² = a² - 2ab + b²
  • a = 2x, b = 3
  • (2x)² - 2(2x)(3) + 3² = 4x² - 12x + 9
  • Answer: 4x² - 12x + 9

Problem

Expand: (2x - 3)²

Steps

  • Recognize as a difference of squares: x² - 3²
  • Use (a + b)(a - b) = a² - b²
  • x² - 9 = (x + 3)(x - 3)
  • Answer: (x + 3)(x - 3)

Problem

Factor: x² - 9

Steps

  • Recognize as a perfect-square trinomial: a² + 2ab + b² with a = x, b = 3
  • x² + 6x + 9 = (x + 3)²
  • Answer: (x + 3)²

Problem

Factor: x² + 6x + 9

Steps

  • Find two numbers whose product is 6 and sum is -5
  • Numbers: -2 and -3 (because -2 × -3 = 6 and -2 + -3 = -5)
  • x² - 5x + 6 = (x - 2)(x - 3)
  • Answer: (x - 2)(x - 3)
  • Check: (x - 2)(x - 3) = x² - 3x - 2x + 6 = x² - 5x + 6 ✓

Problem

Factor: x² - 5x + 6

Steps

  • Use the AC method: a = 2, c = 3, so AC = 6
  • Find two numbers whose product is 6 and sum is 7: 1 and 6
  • Rewrite the middle term: 2x² + x + 6x + 3
  • Group: (2x² + x) + (6x + 3)
  • Factor each group: x(2x + 1) + 3(2x + 1)
  • Factor out (2x + 1): (2x + 1)(x + 3)
  • Answer: (2x + 1)(x + 3)
  • Check: (2x + 1)(x + 3) = 2x² + 6x + x + 3 = 2x² + 7x + 3 ✓

Problem

Factor: 2x² + 7x + 3

Key Points

  • Square of a binomial: (a ± b)² = a² ± 2ab + b²
  • Difference of squares: (a + b)(a - b) = a² - b²
  • Product of binomials: (x + m)(x + n) = x² + (m + n)x + mn
  • Always factor out the GCF (greatest common factor) first
  • Difference of squares: a² - b² = (a + b)(a - b)
  • Perfect-square trinomial: a² ± 2ab + b² = (a ± b)²
  • General trinomial x² + bx + c: find two numbers with product c and sum b
  • For trinomials with a leading coefficient ≠ 1, use grouping or the AC method

A **quadratic equation** is an equation of the form ax² + bx + c = 0, where a ≠ 0. Three methods solve quadratic equations: **Method 1: Factoring** is the fastest if the quadratic factors neatly. Factor the left side, then apply the **zero-product property**: if a product equals zero, then at least one factor must equal zero. For example, solving x² - 5x + 6 = 0 factors as (x - 2)(x - 3) = 0, so x = 2 or x = 3. **Method 2: Square Root** works when there is no linear (bx) term. For x² = 49, take the square root of both sides: x = ±7 (note the ± symbol, indicating two solutions). More generally, (x - h)² = k gives x - h = ±√k, so x = h ± √k. **Method 3: Quadratic Formula** works for any quadratic and is the most reliable. The formula is x = [-b ± √(b² - 4ac)] / (2a), where a, b, c are the coefficients from ax² + bx + c = 0. For example, solving 2x² + 3x - 5 = 0 with a = 2, b = 3, c = -5: the discriminant is b² - 4ac = 9 - 4(2)(-5) = 9 + 40 = 49, so x = (-3 ± √49) / 4 = (-3 ± 7) / 4, giving x = 4/4 = 1 or x = -10/4 = -5/2. The **discriminant** b² - 4ac determines the nature of the roots: if positive, there are two distinct real roots; if zero, there is one repeated real root; if negative, there are no real roots (only complex roots, which are beyond elementary algebra). Understanding which method to use is a strategic skill: try factoring first (fast), use the square root method if bx is absent, and resort to the formula if the others fail. Common mistakes include forgetting the ± symbol in the square root method, making arithmetic errors in the quadratic formula, and not fully simplifying the result.

Heading

7. Quadratic Equations and Solution Methods

Examples

Steps

  • Factor the quadratic: (x - 2)(x - 3) = 0
  • Apply the zero-product property: x - 2 = 0 or x - 3 = 0
  • Solve each: x = 2 or x = 3
  • Check x = 2: 2² - 5(2) + 6 = 4 - 10 + 6 = 0 ✓
  • Check x = 3: 3² - 5(3) + 6 = 9 - 15 + 6 = 0 ✓

Problem

Solve by factoring: x² - 5x + 6 = 0

Steps

  • Take the square root of both sides: √(x²) = √49
  • Remember ± symbol: x = ±7
  • Solutions: x = 7 or x = -7
  • Check x = 7: 7² = 49 ✓; Check x = -7: (-7)² = 49 ✓

Problem

Solve by square root method: x² = 49

Steps

  • Take the square root of both sides: x - 3 = ±4
  • Solve for x: x = 3 ± 4
  • Solutions: x = 7 or x = -1
  • Check x = 7: (7 - 3)² = 4² = 16 ✓
  • Check x = -1: (-1 - 3)² = (-4)² = 16 ✓

Problem

Solve by square root method: (x - 3)² = 16

Steps

  • Identify a = 2, b = 3, c = -5
  • Calculate the discriminant: b² - 4ac = 3² - 4(2)(-5) = 9 + 40 = 49
  • Apply the quadratic formula: x = [-3 ± √49] / (2·2) = (-3 ± 7) / 4
  • Solve: x = (-3 + 7) / 4 = 4/4 = 1 or x = (-3 - 7) / 4 = -10/4 = -5/2
  • Solutions: x = 1 or x = -5/2
  • Check x = 1: 2(1)² + 3(1) - 5 = 2 + 3 - 5 = 0 ✓

Problem

Solve using the quadratic formula: 2x² + 3x - 5 = 0

Steps

  • Identify a = 1, b = -4, c = 4
  • Calculate the discriminant: (-4)² - 4(1)(4) = 16 - 16 = 0
  • Since discriminant = 0, there is one repeated real root
  • Apply the quadratic formula: x = [4 ± 0] / 2 = 4/2 = 2
  • Solution: x = 2 (a double root)
  • Note: This also factors as (x - 2)² = 0, confirming x = 2

Problem

Solve using the quadratic formula: x² - 4x + 4 = 0

Key Points

  • Quadratic equation has the form ax² + bx + c = 0, where a ≠ 0
  • Three solution methods: factoring, square root, and quadratic formula
  • Factoring uses the zero-product property: if AB = 0, then A = 0 or B = 0
  • Square root method works when b = 0 (no linear term); gives x = h ± √k
  • Quadratic formula: x = [-b ± √(b² - 4ac)] / (2a) (always works)
  • Discriminant = b² - 4ac determines the nature of roots
  • Discriminant > 0: two distinct real roots; = 0: one repeated real root; < 0: no real roots
  • Always check solutions by substituting back into the original equation

The ability to translate written sentences into algebraic equations is the highest-value skill on the LET algebra section and is critical for teaching elementary students the DepEd skill of "translating word problems to number sentences." The process requires careful reading and matching words to mathematical symbols. **Key translation phrases**: "the sum of a number and 7" → n + 7; "a number decreased by 3" → n - 3; "5 less than a number" → n - 5 (note: NOT 5 - n; order matters); "twice a number" → 2n; "the product of a number and 4" → 4n; "the quotient of a number and 2" → n/2; "a number squared" → n². **Consecutive integers** are represented as n, n + 1, n + 2, etc., and **consecutive even or odd integers** as n, n + 2, n + 4, etc. After translating and solving, always **check your answer against the original words**, not just the equation—this ensures the solution makes practical sense. **Common word-problem types on the LET**: (1) **Number problems**: defining a variable and translating phrases about relationships. Example: "The sum of three consecutive integers is 72; find the integers." Let n, n + 1, n + 2 be the integers. Then n + (n + 1) + (n + 2) = 72, giving 3n + 3 = 72, so n = 23, and the integers are 23, 24, 25. (2) **Age problems**: setting up equations based on relationships and time passages. Example: "Maria is 3 times as old as her son. In 12 years she will be twice as old as her son. Find their present ages." Let the son be x; Maria is 3x. In 12 years: 3x + 12 = 2(x + 12). Solving: 3x + 12 = 2x + 24, so x = 12 (son's age) and Maria is 36. (3) **Coin/Money problems**: two equations—one for the count of items, one for their value. Example: "A piggy bank contains ₱5 and ₱10 coins, 12 coins in all, with a total value of ₱95. How many of each?" Let x = ₱5 coins and y = ₱10 coins. Count: x + y = 12. Value: 5x + 10y = 95. Solving: from the first, x = 12 - y. Substitute: 5(12 - y) + 10y = 95, so 60 - 5y + 10y = 95, giving 5y = 35 and y = 7. Thus x = 5, and there are 5 five-peso coins and 7 ten-peso coins. (4) **Motion/Distance problems**: using distance = rate × time. Example: "Two buses leave a station traveling in opposite directions. One travels at 60 km/h, the other at 80 km/h. After how many hours will they be 280 km apart?" Let t = time in hours. Distance for first bus: 60t. Distance for second bus: 80t. Total distance: 60t + 80t = 280, so 140t = 280 and t = 2 hours. (5) **Perimeter/Area problems**: using geometric formulas. Example: "A rectangular garden's length is 3 m more than its width, and its perimeter is 26 m. Find its dimensions." Let w = width; length = w + 3. Perimeter: 2(w + w + 3) = 26, so 4w + 6 = 26, giving w = 5 m and length = 8 m. A teaching strategy per DepEd frameworks: always encourage students to define the variable clearly, list what you know and what you need to find, translate step by step, solve, and verify against the original problem statement.

Heading

8. Translating Words into Equations (Word Problems)

Examples

Steps

  • Define the variable: Let the three consecutive integers be n, n + 1, and n + 2
  • Write the word equation: first integer + second integer + third integer = 72
  • Translate to symbols: n + (n + 1) + (n + 2) = 72
  • Simplify: 3n + 3 = 72
  • Subtract 3: 3n = 69
  • Divide by 3: n = 23
  • Find the integers: 23, 24, and 25
  • Check: 23 + 24 + 25 = 72 ✓

Problem

The sum of three consecutive integers is 72. Find the integers.

Steps

  • Define the variable: Let the son's present age be x; Maria's is 3x
  • Write the equation for ages in 12 years: Maria's age + 12 = 2(son's age + 12)
  • Translate: 3x + 12 = 2(x + 12)
  • Distribute: 3x + 12 = 2x + 24
  • Subtract 2x: x + 12 = 24
  • Subtract 12: x = 12
  • Find ages: Son is 12 years old; Maria is 3(12) = 36 years old
  • Check: In 12 years, son will be 24 and Maria will be 48; 48 = 2(24) ✓

Problem

Maria is 3 times as old as her son. In 12 years she will be twice as old as her son. Find their present ages.

Steps

  • Define variables: Let x = number of ₱5 coins; y = number of ₱10 coins
  • Write the count equation: x + y = 12
  • Write the value equation: 5x + 10y = 95
  • From the count equation: x = 12 - y
  • Substitute into the value equation: 5(12 - y) + 10y = 95
  • Distribute: 60 - 5y + 10y = 95
  • Simplify: 60 + 5y = 95
  • Subtract 60: 5y = 35
  • Divide by 5: y = 7
  • Find x: x = 12 - 7 = 5
  • Answer: 5 five-peso coins and 7 ten-peso coins
  • Check count: 5 + 7 = 12 ✓; Check value: 5(5) + 10(7) = 25 + 70 = 95 ✓

Problem

A piggy bank contains ₱5 and ₱10 coins, 12 coins in all, with a total value of ₱95. How many of each?

Steps

  • Define the variable: Let t = time in hours
  • Write the distances: First bus travels 60t km; second bus travels 80t km
  • Total distance = 280 km: 60t + 80t = 280
  • Combine like terms: 140t = 280
  • Divide by 140: t = 2
  • Answer: After 2 hours, they will be 280 km apart
  • Check: First bus travels 60(2) = 120 km; second travels 80(2) = 160 km; total = 280 km ✓

Problem

Two buses leave a station traveling in opposite directions. One travels at 60 km/h, the other at 80 km/h. After how many hours will they be 280 km apart?

Steps

  • Define the variable: Let w = width (in meters); length = w + 3
  • Recall the perimeter formula: P = 2(length + width)
  • Write the equation: 2(w + 3 + w) = 26
  • Simplify inside parentheses: 2(2w + 3) = 26
  • Distribute: 4w + 6 = 26
  • Subtract 6: 4w = 20
  • Divide by 4: w = 5
  • Find the length: length = 5 + 3 = 8
  • Answer: Width = 5 m; Length = 8 m
  • Check: Perimeter = 2(8 + 5) = 2(13) = 26 m ✓

Problem

A rectangular garden's length is 3 m more than its width, and its perimeter is 26 m. Find its dimensions.

Key Points

  • Translate each word phrase to its algebraic equivalent carefully
  • Order matters: 'a number decreased by 3' is n - 3, not 3 - n
  • Consecutive integers: n, n + 1, n + 2; consecutive even/odd: n, n + 2, n + 4
  • Define the variable clearly and write a word equation before translating to symbols
  • For systems of equations (coin, motion, etc.), write one equation per relationship
  • Always check the solution against the original words, ensuring it is practical and sensible
  • Common problem types: number, age, coin/money, motion/distance, perimeter/area

**Evaluating an expression** means replacing each variable with its given value and calculating the result, following the order of operations (PEMDAS: Parentheses, Exponents, Multiplication and Division from left to right, then Addition and Subtraction from left to right). When substituting negative values, always wrap them in parentheses to avoid sign errors. For example, if x = -2 and y = 3, then 2x² - 3y = 2(-2)² - 3(3) = 2(4) - 9 = 8 - 9 = -1. **Simplifying rational expressions** (fractions containing variables, also called algebraic fractions) requires factoring the numerator and denominator, then cancelling common factors. A **rational expression** is undefined when its denominator equals zero, so always note restrictions. For example, (x² - 9)/(x - 3) factors as [(x + 3)(x - 3)] / (x - 3). Cancelling (x - 3) gives x + 3, **with the restriction that x ≠ 3**. This restriction must be stated because the original expression is undefined at x = 3, even though the simplified form appears to be defined there. Simplifying rational expressions is a reversal of factoring and appears frequently when solving rational equations on the LET. Common mistakes include cancelling across addition (e.g., incorrectly simplifying (x + 3) / (x + 2) as 3/2), which violates the algebra principle that only multiplicative factors cancel. Always factor first, then cancel only matching factors. For complex fractions (a fraction within a fraction), multiply the numerator by the reciprocal of the denominator.

Heading

9. Evaluating and Simplifying Rational Expressions

Examples

Steps

  • Substitute x = -2 and y = 3 into the expression
  • 2(-2)² - 3(3)
  • Calculate the exponent first: 2(4) - 3(3)
  • Multiply: 8 - 9
  • Subtract: -1
  • Answer: -1

Problem

Evaluate: 2x² - 3y where x = -2 and y = 3

Steps

  • Substitute a = 2
  • (2² + 3(2)) / (2 - 1)
  • Numerator: 4 + 6 = 10
  • Denominator: 2 - 1 = 1
  • Divide: 10 / 1 = 10
  • Answer: 10

Problem

Evaluate: (a² + 3a) / (a - 1) where a = 2

Steps

  • Factor the numerator: x² - 9 = (x + 3)(x - 3) (difference of squares)
  • Write the expression: [(x + 3)(x - 3)] / (x - 3)
  • Cancel the common factor (x - 3): x + 3
  • Answer: x + 3, with the restriction x ≠ 3

Problem

Simplify: (x² - 9) / (x - 3)

Steps

  • Factor the numerator 2x² + 5x - 3 using the AC method
  • AC = 2(-3) = -6; find two numbers with product -6 and sum 5: 6 and -1
  • Rewrite: 2x² + 6x - x - 3
  • Group: (2x² + 6x) + (-x - 3) = 2x(x + 3) - 1(x + 3)
  • Factor out (x + 3): (x + 3)(2x - 1)
  • Write the expression: [(x + 3)(2x - 1)] / (x + 3)
  • Cancel (x + 3): 2x - 1
  • Answer: 2x - 1, with the restriction x ≠ -3

Problem

Simplify: (2x² + 5x - 3) / (x + 3)

Steps

  • Factor the numerator: x² - 4 = (x + 2)(x - 2) (difference of squares)
  • Factor the denominator: x² - 5x + 6; find two numbers with product 6 and sum -5: -2 and -3
  • Denominator factors as (x - 2)(x - 3)
  • Write the expression: [(x + 2)(x - 2)] / [(x - 2)(x - 3)]
  • Cancel (x - 2): (x + 2) / (x - 3)
  • Answer: (x + 2) / (x - 3), with restrictions x ≠ 2 and x ≠ 3

Problem

Simplify: (x² - 4) / (x² - 5x + 6)

Key Points

  • Evaluating means substituting the given values and calculating using order of operations (PEMDAS)
  • Wrap negative values in parentheses when substituting to prevent sign errors
  • A rational expression is undefined when the denominator equals zero
  • Simplifying rational expressions requires factoring numerator and denominator, then cancelling common factors
  • Only multiplicative factors can be cancelled, not terms added or subtracted
  • Always state restrictions on the variable (values that make the denominator zero)
  • For complex fractions, multiply the numerator by the reciprocal of the denominator

A **function** is a relation where each input has exactly one output. Written f(x) = 2x - 5, the notation f(x) reads as "f of x" and represents the output when x is the input. Evaluating f(3) means substituting 3 for x: f(3) = 2(3) - 5 = 1. The **Cartesian plane** (named after René Descartes) is a coordinate system formed by two perpendicular number lines: the horizontal x-axis and the vertical y-axis, intersecting at the origin (0, 0). Any point is located by an ordered pair (x, y), where x is the horizontal distance from the origin (negative to the left, positive to the right) and y is the vertical distance (negative downward, positive upward). The plane is divided into four **quadrants**: Quadrant I (upper right, both coordinates positive), Quadrant II (upper left, x negative, y positive), Quadrant III (lower left, both negative), and Quadrant IV (lower right, x positive, y negative). A **linear function** graphs as a straight line and is often written in **slope-intercept form**: y = mx + b, where **m is the slope** and **b is the y-intercept** (the point where the line crosses the y-axis, at (0, b)). The **slope** measures the steepness of the line as "rise over run": for any two points (x₁, y₁) and (x₂, y₂) on the line, m = (y₂ - y₁) / (x₂ - x₁). A positive slope means the line rises to the right; a negative slope means it falls to the right; a zero slope is a horizontal line; and an undefined slope is a vertical line (which is not a function). Slope is the algebra behind rates of change and connects directly to the rate problems in rational numbers and measurement sections. Understanding slope is essential for teaching elementary students about proportional relationships (DepEd BEC Grade 6, Mathematics).

Heading

10. Functions, the Cartesian Plane, and Slope

Examples

Steps

  • Substitute x = -2 into the function
  • f(-2) = 2(-2)² - 3(-2) + 1
  • Calculate the exponent: 2(4) - 3(-2) + 1
  • Multiply: 8 + 6 + 1
  • Add: 15
  • Answer: f(-2) = 15

Problem

Given f(x) = 2x² - 3x + 1, find f(-2)

Steps

  • Use the slope formula: m = (y₂ - y₁) / (x₂ - x₁)
  • Assign (x₁, y₁) = (1, 2) and (x₂, y₂) = (4, 11)
  • m = (11 - 2) / (4 - 1)
  • m = 9 / 3
  • m = 3
  • Answer: The slope is 3 (the line rises 3 units for every 1 unit to the right)

Problem

Find the slope of the line through (1, 2) and (4, 11)

Steps

  • Use the slope-intercept form: y = mx + b
  • m = 2, b = -3
  • Substitute: y = 2x - 3
  • Answer: y = 2x - 3

Problem

Write the equation of the line with slope 2 and y-intercept -3

Steps

  • Rearrange to slope-intercept form (y = mx + b)
  • Subtract 3x: 2y = -3x + 6
  • Divide by 2: y = (-3/2)x + 3
  • Identify: slope m = -3/2, y-intercept b = 3
  • The y-intercept point is (0, 3)
  • Answer: slope = -3/2, y-intercept = 3

Problem

Find the y-intercept and slope of the line 3x + 2y = 6

Key Points

  • A function assigns exactly one output to each input
  • Function notation: f(x) means the output when x is the input
  • The Cartesian plane has a horizontal x-axis and vertical y-axis, intersecting at the origin (0, 0)
  • Ordered pair (x, y) locates a point: x is horizontal distance, y is vertical distance
  • Four quadrants: I (++), II (-+), III (--), IV (+-)
  • Linear function: y = mx + b, where m is slope and b is y-intercept
  • Slope m = (y₂ - y₁) / (x₂ - x₁) = rise/run
  • Positive slope: rises to the right; negative slope: falls to the right; zero slope: horizontal line
  • Undefined slope: vertical line (not a function)

A **radical** is the symbol √, which asks for a root. **√a** (the square root of a) is the number that, when squared, equals a. For example, √49 = 7 because 7² = 49. Every positive number has two square roots: the positive (principal) square root and its negative opposite. We write √49 = 7 (positive root) and -√49 = -7 (negative root). **Simplifying radicals** means extracting perfect square factors from under the radical sign. For example, √50 = √(25 · 2) = √25 · √2 = 5√2. This uses the property **√(ab) = √a · √b** (the square root of a product is the product of the square roots), which is valid for non-negative a and b. To simplify √50, first find the largest perfect square that divides 50. The perfect squares are 1, 4, 9, 16, 25, 36, 49, 64, ... Since 25 divides 50 (50 = 25 · 2), we have √50 = 5√2. A **radical equation** is an equation containing a radical, like √(x + 3) = 5. To solve, isolate the radical, square both sides (or raise to the appropriate power), solve the resulting equation, and **always check the solution in the original equation** because squaring can introduce extraneous solutions (solutions that satisfy the squared equation but not the original). For example, solving √(x + 3) = 5: square both sides to get x + 3 = 25, so x = 22. Check: √(22 + 3) = √25 = 5 ✓. Elementary algebra typically covers only square roots; cube roots and higher roots appear in more advanced courses. Radicals are foundational for the Pythagorean theorem and distance formula, both of which appear in geometry on the LET.

Heading

11. Radicals and Simplifying Square Roots

Examples

Steps

  • Find the largest perfect square dividing 50: 25 divides 50
  • √50 = √(25 · 2)
  • Use the property √(ab) = √a · √b: √25 · √2
  • Simplify: 5√2
  • Answer: 5√2

Problem

Simplify: √50

Steps

  • Find the largest perfect square dividing 72: 36 divides 72
  • √72 = √(36 · 2)
  • Simplify: 6√2
  • Answer: 6√2

Problem

Simplify: √72

Steps

  • Square both sides: (√(x + 3))² = 5²
  • Simplify: x + 3 = 25
  • Subtract 3: x = 22
  • Check in the original equation: √(22 + 3) = √25 = 5 ✓
  • Answer: x = 22

Problem

Solve: √(x + 3) = 5

Steps

  • Simplify √8: √8 = √(4 · 2) = 2√2, so 3√8 = 3(2√2) = 6√2
  • Simplify √18: √18 = √(9 · 2) = 3√2, so 2√18 = 2(3√2) = 6√2
  • Add: 6√2 + 6√2 = 12√2
  • Answer: 12√2

Problem

Simplify: 3√8 + 2√18

Key Points

  • √a is the principal (positive) square root of a
  • Perfect squares: 1, 4, 9, 16, 25, 36, 49, 64, 81, 100, ...
  • Simplify radicals by extracting perfect square factors: √(ab) = √a · √b
  • To simplify √50, find the largest perfect square dividing 50: √50 = 5√2
  • Radical equations must be checked in the original equation (squaring can introduce extraneous solutions)
  • Rationalizing the denominator means removing radicals from the denominator by multiplying by an appropriate form of 1

Success on the LET algebra section requires not only procedural skill but also strategic thinking and awareness of common errors. **Strategy 1: Identify the problem type.** Determine whether you are simplifying an expression, solving an equation, solving a system, translating a word problem, or simplifying a rational expression. Each requires a different approach. **Strategy 2: Choose the most efficient method.** For quadratics, try factoring first (fast); if that fails, use the quadratic formula. For systems, choose substitution if one equation easily isolates a variable, or elimination if coefficients align. **Strategy 3: Check your work.** Substituting the solution back into the original equation (or the original words of a word problem) is not optional—it is a final verification step that catches errors and confirms correctness. Per DepEd policy, verification is a key component of mathematical problem-solving. **Strategy 4: Watch for sign errors.** Most algebra mistakes on the LET are sign slips, not conceptual gaps. When distributing a negative (e.g., -2(x - 3) = -2x + 6), take extra care. Wrap negative values in parentheses when substituting: f(-2) not f(-2), written as f((-2)). **Strategy 5: Understand the reason behind each rule.** Knowing *why* a rule works (e.g., why the inequality reverses when multiplying by a negative) deepens understanding and prevents mechanical errors. For example, -2x < 6 becomes x > -3 because dividing both sides by -2 flips the order: -3 > -2 · (-3) / (-2), which is -3 > 3 ... wait, let me recalculate: -2(-3) = 6, so the inequality -2x < 6 means that 2|x| > 6, or |x| > 3, so x > 3 or x < -3. Actually, the correct approach is: -2x < 6, divide by -2 and reverse: x > -3. Check: x = 0 gives -2(0) < 6, which is 0 < 6 ✓, and 0 > -3 ✓. **Common Pitfalls**: (1) **Forgetting the ± in the square root method.** x² = 9 has two solutions, x = 3 and x = -3, not just x = 3. (2) **Cancelling non-factors.** (x + 3) / (x + 2) cannot be simplified to 3/2; only multiplicative factors cancel. (3) **Order in word problems.** "5 less than n" is n - 5, not 5 - n. (4) **Not checking solutions.** Always substitute back. (5) **Misapplying exponent laws.** (2x)³ ≠ 2x³; it is 8x³. (6) **Treating unlike terms as like terms.** 4x and 4x² cannot be combined. These pitfalls recur because they reflect conceptual confusion, not mere carelessness. Addressing them directly in study and practice prevents repeated errors on the exam.

Heading

12. Strategic Problem-Solving and Common Pitfalls

Examples

Steps

  • Recognize that this factors neatly: (x - 2)(x - 4) = 0
  • Factoring is faster than the quadratic formula
  • Set each factor to zero: x = 2 or x = 4
  • Answer: Use factoring; the solutions are x = 2 and x = 4

Problem

Which method is most efficient for solving x² - 6x + 8 = 0?

Steps

  • Divide by 2: x² = 4
  • Take the square root: x = ±2 (NOT just x = 2)
  • Solutions: x = 2 and x = -2
  • Pitfall avoided: Remember the ± symbol when taking square roots

Problem

Common pitfall: Solve 2x² = 8

Steps

  • This expression does NOT simplify to 5/3
  • The numerator and denominator have no common factors (5 and 3 are not factors; they are terms)
  • Answer: (x + 5) / (x + 3) is already fully simplified
  • Pitfall avoided: Only multiplicative factors cancel, not terms

Problem

Common pitfall: Simplify (x + 5) / (x + 3)

Key Points

  • Identify the problem type before choosing a solution method
  • For quadratics: try factoring first; if that fails, use the quadratic formula
  • For systems: choose substitution or elimination based on which is more efficient
  • Always check your solution in the original equation or word problem
  • Sign errors are the most common mistake; slow down when distributing negatives
  • Understand the reason behind each rule, not just the procedure
  • Common pitfalls: forgetting ±, cancelling non-factors, reversing word order, skipping checks, misapplying exponent laws, combining unlike terms
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…
Loading diagram…

Ready to practise for the LET Elementary 2026?

Super Tutor's AI review plan adapts to your weak areas and builds a weekly practice schedule around your target LET Elementary exam date.