Algebra sounds intimidating, but here is a secret that will change how you feel about it: algebra is just arithmetic with a blank space. Every time you were a child and saw "3 + ___ = 8" and figured out the blank was 5, you were already doing algebra. The only difference now is that we give that blank a name — usually a letter like x — so we can talk about it, move it around, and solve for it even in complicated situations. This chapter will take you from that simple idea all the way to the algebra questions on the Civil Service Exam, one careful step at a time.
Algebra is the branch of mathematics that uses letters to stand for unknown numbers. On the Civil Service Examination, algebra appears in two ways. Sometimes it is direct — "solve for x" — but far more often it is hidden inside a word problem about ages, money, mixtures, or quantities, where your real task is to translate ordinary Filipino-life sentences into an equation and then solve it.
You can expect algebra to appear throughout the Numerical Reasoning section, and the skill of "turning words into an equation" quietly powers many other topics too — profit and loss, ratio, work, and mixtures all lean on it. Realistically, algebra-flavored reasoning touches 6 to 10 items on a typical exam once you count the disguised word problems.
The difficulty is beginner to intermediate. The math itself is rarely hard; the challenge is setting up the problem correctly. Students who lose marks here almost never lose them because they can't compute — they lose them because they translated the words wrong or forgot to do the same thing to both sides. This lesson attacks exactly those weak points.
After completing this lesson you will be able to:
Before starting, you should be comfortable with:
Let's refresh the one prerequisite algebra depends on most: the idea of an equation as a balance. Picture a see-saw or a timbangan (weighing scale) that is perfectly level. The left side equals the right side. Algebra's golden rule follows directly from this picture: whatever you do to one side, you must do to the other, or the balance tips and the equality breaks. Keep the see-saw in mind for the entire chapter — it is the reason every solving step works.
Algebra is the math of "figure out the missing piece," and that situation is everywhere:
Every one of these is "I know some things, I'm missing one thing, let me set up a relationship and solve." That is algebra, and that is why the exam tests it — you will use it for life.
We build slowly. Each idea rests on the one before it.
A variable is a letter that stands for a number we don't know yet. The most common is x, but any letter works. When we write x + 8 = 23, we are saying "some number, plus 8, gives 23." Solving means discovering what that number must be.
Analogy: A variable is like a wrapped gift. You don't know what's inside yet, but you can reason about it from clues ("it's the same weight as a book," "two of them equal a kilo"). Algebra is the set of tools for unwrapping the gift using the clues in the problem.
A coefficient is the number multiplied by a variable. In 3x, the 3 is the coefficient — it means "three of whatever x is." A constant is a plain number with no variable, like the 8 in x + 8. A term is a single piece: 3x, 8, and x² are each terms.
This is the single most important algebra skill for the exam, because most questions are word problems. Certain words map directly to operations:
A number increased by 8 is 23. → x + 8 = 23 → x = 15.
Watch the order with subtraction phrases. "5 less than a number" translates to x − 5, not 5 − x. The number you are subtracting from comes first, even though it's mentioned last. Read "5 less than x" as "start with x, take away 5." This tiny reversal is one of the most common exam traps, so slow down every time you see "less than" or "fewer than."
Memory tip: "less than" and "subtracted from" both flip the order you read them in. "7 less than twice a number" = 2x − 7.
To solve a linear equation, get the variable alone on one side by undoing every operation attached to it, using the opposite operation, on both sides:
3x − 5 = 16 3x = 21 (added 5 to both sides — undoing the − 5) x = 7 (divided both sides by 3 — undoing the × 3)
Undo in reverse order of operations: deal with addition/subtraction first, then multiplication/division. Always check by substituting back: 3(7) − 5 = 21 − 5 = 16. ✓ It balances, so x = 7 is correct.
Like terms have the same variable to the same power; you can add or subtract them: 3x + 5x = 8x, but 3x + 5x² cannot be combined (different powers). To clear parentheses, use the distributive property: a(b + c) = ab + ac.
2(x + 3) = 4x − 6 2x + 6 = 4x − 6 (distributed the 2) 6 + 6 = 4x − 2x (moved terms: subtract 2x from both sides, add 6 to both sides) 12 = 2x → x = 6.
Check: 2(6 + 3) = 18, and 4(6) − 6 = 18. ✓
An exponent tells how many times to multiply a base by itself: x³ = x × x × x. The key rules:
Common misconception: x³ × x² is NOT x⁶. You add the exponents (3 + 2 = 5) when multiplying, and multiply them (3 × 2 = 6) only when raising a power to a power. Keep these two rules apart — mixing them up is the #1 exponent error.
Factoring means writing an expression as a product. Two patterns appear constantly:
Recognizing these lets you factor quadratics in seconds instead of guessing.
A quadratic has the form ax² + bx + c = 0 — the variable is squared. Two ways to solve:
By factoring: rewrite as a product equal to zero, then set each factor to zero (because if two things multiply to zero, at least one must be zero).
x² − 5x + 6 = 0 → (x − 2)(x − 3) = 0 → x = 2 or x = 3.
By the quadratic formula (works even when factoring is hard):
x = (−b ± √(b² − 4ac)) ÷ (2a)
For x² − 2x − 3 = 0, we have a = 1, b = −2, c = −3: x = (2 ± √(4 + 12)) ÷ 2 = (2 ± 4) ÷ 2 = 3 or −1.
When a problem has two unknowns, you need two equations. Solve by elimination (add or subtract the equations to cancel a variable) or substitution (solve one equation for a variable, plug into the other).
x + y = 10 and x − y = 4. Add the two equations: 2x = 14 → x = 7. Then y = 3.
An inequality uses <, >, ≤, or ≥ instead of =. You solve it just like an equation, with one crucial exception: if you multiply or divide both sides by a negative number, you must flip the inequality sign.
−2x < 6 → x > −3 (divided by −2, so < became >).
Why the flip? Multiplying by a negative reverses order on the number line: 2 < 3, but −2 > −3. So the inequality symbol must turn around to stay true. Addition and subtraction never require a flip — only multiplying or dividing by a negative does.
When variables sit inside fractions, the cleanest first move is to clear the denominators — multiply every term by the least common denominator (LCD). This turns a messy fraction equation into a plain linear one.
x/3 + x/4 = 7. The LCD of 3 and 4 is 12. Multiply every term by 12: 12·(x/3) + 12·(x/4) = 12·7 → 4x + 3x = 84 → 7x = 84 → x = 12.
Check: 12/3 + 12/4 = 4 + 3 = 7. ✓ Clearing denominators up front prevents almost all fraction errors — do it before anything else.
Sometimes the task isn't to solve but to simplify. Apply the exponent rules term by term, and remember that an exponent outside a parenthesis hits every factor inside.
(2x²y)³ = 2³ · (x²)³ · y³ = 8x⁶y³.
Notice the 2 gets cubed too (→ 8), the x² becomes x⁶ (power of a power: 2 × 3), and y becomes y³. Forgetting to raise the coefficient (leaving it as 2 instead of 8) is a frequent slip.
Many word problems blend percentages with a variable. Convert the percent to a decimal and treat it as an ordinary coefficient.
30% of a number is 45. → 0.30x = 45 → x = 150.
This is exactly the "find the whole" idea from the Percentage lesson, now written as an equation. When you see "of a number," reach for a variable and a multiplication.
A literal equation is a formula with several letters, and you're asked to rearrange it to isolate one of them. The method is identical to solving for x — undo operations on both sides — you just carry the other letters along as if they were numbers.
Solve A = ½bh for h (the area formula for a triangle). Multiply both sides by 2: 2A = bh. Divide both sides by b: h = 2A ÷ b.
This skill matters because many exam problems hand you a formula (for perimeter, area, distance, or interest) and ask you to solve for a quantity that isn't already alone. Treat every other letter as a stand-in for a number and the fear disappears.
Now that every core idea is in place, let's reinforce them with pictures, formulas, and lots of examples.
| Formula / Rule | Meaning | Example |
|---|---|---|
| ax + b = c → x = (c − b) ÷ a | Solve a linear equation | 3x + 5 = 20 → x = 5 |
| a(b + c) = ab + ac | Distributive property | 2(x + 4) = 2x + 8 |
| xᵐ × xⁿ = xᵐ⁺ⁿ | Multiply same-base powers | x² × x³ = x⁵ |
| xᵐ ÷ xⁿ = xᵐ⁻ⁿ | Divide same-base powers | x⁵ ÷ x² = x³ |
| (xᵐ)ⁿ = xᵐⁿ | Power of a power | (x²)³ = x⁶ |
| x⁰ = 1 | Zero exponent (x ≠ 0) | 9⁰ = 1 |
| a² − b² = (a + b)(a − b) | Difference of squares | x² − 16 = (x+4)(x−4) |
| a² + 2ab + b² = (a + b)² | Perfect-square trinomial | x² + 10x + 25 = (x+5)² |
| x = (−b ± √(b² − 4ac)) ÷ 2a | Quadratic formula | solves ax² + bx + c = 0 |
Why the quadratic formula works (briefly): it is what you get by "completing the square" on the general form ax² + bx + c = 0 — a guaranteed method that finds the solutions of any quadratic, even one that won't factor with whole numbers. You don't need to derive it; just memorize it and know it always works.
Train yourself to spot the setup instantly:
| When the problem says… | Set up… |
|---|---|
| "a number," "an unknown," "how many" | a variable, e.g. x |
| "5 more than x" / "5 less than x" | x + 5 / x − 5 (mind the order!) |
| "twice / double / three times a number" | 2x / 2x / 3x |
| "consecutive integers" | x, x + 1, x + 2, … |
| "consecutive even/odd integers" | x, x + 2, x + 4, … |
| "in 5 years" / "5 years ago" | x + 5 / x − 5 (for ages) |
| two unknown quantities with two facts | a system of two equations |
| the variable is squared | a quadratic — try factoring first |
| "at least," "at most," "no more than" | an inequality (≥ or ≤) |
Step 1 — Read and identify the unknown. What exactly is the question asking for? Name it x. ↓ Step 2 — Express everything in terms of that variable. If Ben's age is x, write Ana's age as 2x, and so on. ↓ Step 3 — Find the equality. Locate the sentence that says two things are equal ("is," "will be," "totals") and write the equation. ↓ Step 4 — Solve by isolating the variable, doing the same to both sides. ↓ Step 5 — Answer the actual question. If x is Ben's age but the question asks for Ana's, don't stop at x — compute 2x. ↓ Step 6 — Check by substituting back into the original wording, not just the equation.
Why Step 5 matters: exam writers love to make x an intermediate value, not the final answer. Solving for x and stopping is a classic way to pick a wrong choice that's deliberately listed.
Example 1. Solve x + 8 = 23. Solution: Subtract 8 from both sides: x = 15. Check: 15 + 8 = 23. ✓ Difficulty: ★☆☆☆☆
Example 2. Solve 3x − 5 = 16. Solution: Add 5: 3x = 21. Divide by 3: x = 7. Check: 3(7) − 5 = 16. ✓ Difficulty: ★☆☆☆☆
Example 3. Solve 2(x + 3) = 4x − 6. Thinking: Distribute first, then gather variables on one side. Solution: 2x + 6 = 4x − 6 → 12 = 2x → x = 6. Check: both sides equal 18. ✓ Difficulty: ★★☆☆☆
Example 4. Three consecutive integers add up to 72. Find them. Thinking: "Consecutive integers" → x, x + 1, x + 2. Solution: x + (x + 1) + (x + 2) = 72 → 3x + 3 = 72 → 3x = 69 → x = 23. The integers are 23, 24, 25. Check: 23 + 24 + 25 = 72. ✓ Shortcut: for three consecutive integers, the middle one is the average: 72 ÷ 3 = 24, so the set is 23, 24, 25. Difficulty: ★★☆☆☆
Example 5 (ages). Ana is twice as old as Ben. In 5 years, the sum of their ages will be 40. How old is Ben now? Thinking: Let Ben = x now, so Ana = 2x. In 5 years each is 5 older. Solution: (x + 5) + (2x + 5) = 40 → 3x + 10 = 40 → 3x = 30 → x = 10. Ben is 10. Check: Ana is 20 now; in 5 years they're 15 and 25, which sum to 40. ✓ Difficulty: ★★☆☆☆
Example 6 (quadratic by factoring). Solve x² − 5x + 6 = 0. Thinking: Find two numbers that multiply to +6 and add to −5: those are −2 and −3. Solution: (x − 2)(x − 3) = 0 → x = 2 or x = 3. Check: 2² − 5(2) + 6 = 0 ✓ and 3² − 5(3) + 6 = 0 ✓. Difficulty: ★★★☆☆
Example 7 (quadratic formula). Solve 2x² − 4x − 6 = 0. Thinking: Divide the whole equation by 2 first to simplify: x² − 2x − 3 = 0. Solution: a = 1, b = −2, c = −3. x = (2 ± √(4 + 12)) ÷ 2 = (2 ± 4) ÷ 2 = 3 or −1. Alternative: factor x² − 2x − 3 = (x − 3)(x + 1) → same answers. Difficulty: ★★★☆☆
Example 8 (system of equations). The sum of two numbers is 25 and their difference is 9. Find the numbers. Solution: x + y = 25, x − y = 9. Add: 2x = 34 → x = 17, so y = 8. Check: 17 + 8 = 25 and 17 − 8 = 9. ✓ Difficulty: ★★★☆☆
Example 9 (tickets — two variables). A barangay fun-run sold 200 tickets for ₱21,600 total. Adult tickets cost ₱120 and child tickets ₱80. How many adult tickets were sold? Thinking: Let a = adult tickets, c = child tickets. Two facts → two equations. Solution: a + c = 200 and 120a + 80c = 21,600. Substitute c = 200 − a: 120a + 80(200 − a) = 21,600 → 120a + 16,000 − 80a = 21,600 → 40a = 5,600 → a = 140 (and 60 child tickets). Check: 140 × 120 = 16,800; 60 × 80 = 4,800; total = 21,600. ✓ Difficulty: ★★★★☆
Example 10 (ages, past tense). A father is 4 times as old as his son. Five years ago, he was 7 times as old. Find their present ages. Thinking: Let son = x now, father = 4x. Five years ago each was 5 younger. Solution: 4x − 5 = 7(x − 5) → 4x − 5 = 7x − 35 → 30 = 3x → x = 10. Son is 10, father is 40. Check: five years ago they were 5 and 35, and 35 = 7 × 5. ✓ Difficulty: ★★★★☆
Example 11 (number relationship). Three times a number, decreased by 7, equals the number increased by 9. Find the number. Solution: 3x − 7 = x + 9 → 2x = 16 → x = 8. Check: 3(8) − 7 = 17, and 8 + 9 = 17. ✓ Difficulty: ★★★☆☆
Example 12 (inequality). A student needs an average of at least 80 over three tests. She scored 75 and 82 on the first two. What must she score on the third to reach the target? Thinking: "at least 80 average" → (75 + 82 + x) ÷ 3 ≥ 80. Solution: 157 + x ≥ 240 → x ≥ 83. She needs at least 83. Check: with 83, the average is (75 + 82 + 83) ÷ 3 = 240 ÷ 3 = 80. ✓ Difficulty: ★★★★☆
Example 13 (fraction equation). Solve x/2 + x/5 = 14. Thinking: Clear denominators — the LCD of 2 and 5 is 10. Solution: Multiply every term by 10: 5x + 2x = 140 → 7x = 140 → x = 20. Check: 20/2 + 20/5 = 10 + 4 = 14. ✓ Difficulty: ★★★☆☆
Example 14 (exponent simplification). Simplify (3a³b)². Solution: 3² · (a³)² · b² = 9a⁶b². Common mistake: leaving the coefficient as 3 instead of squaring it to 9. Difficulty: ★★★☆☆
Example 15 (hidden distance–rate). A driver covers a route in 4 hours. Driving 20 kph faster, he could cover the same route in 3 hours. Find his original speed. Thinking: Distance is the same both ways, and distance = speed × time. Let original speed = x. Solution: 4x = 3(x + 20) → 4x = 3x + 60 → x = 60. His original speed is 60 kph (route length = 240 km). Check: 4 × 60 = 240; 3 × 80 = 240. ✓ Difficulty: ★★★★☆
Example 16 (product / quadratic word problem). Two positive numbers differ by 4, and their product is 45. Find them. Thinking: Let the smaller be x, the larger x + 4. Solution: x(x + 4) = 45 → x² + 4x − 45 = 0 → (x + 9)(x − 5) = 0 → x = 5 (reject −9, since the numbers are positive). The numbers are 5 and 9. Check: 9 − 5 = 4 and 5 × 9 = 45. ✓ Difficulty: ★★★★☆
Example 17 (literal equation). The perimeter of a rectangle is P = 2(l + w). Solve for w. Solution: Divide both sides by 2: P ÷ 2 = l + w. Subtract l: w = (P ÷ 2) − l, or equivalently w = (P − 2l) ÷ 2. Difficulty: ★★★☆☆
Example 18 (perimeter system). A rectangle's perimeter is 46 cm and its length is 5 cm more than its width. Find the length and width. Thinking: Perimeter 2(l + w) = 46, so l + w = 23; and l = w + 5. Solution: Substitute: (w + 5) + w = 23 → 2w + 5 = 23 → 2w = 18 → w = 9. So width = 9 cm, length = 14 cm. Check: 2(14 + 9) = 2(23) = 46. ✓ Difficulty: ★★★★☆
Example 19 (digit problem). In a two-digit number, the tens digit is twice the units digit. The number is 27 more than the number formed by reversing its digits. Find the number. Thinking: Let the units digit be u, so the tens digit is 2u. The value of the number is 10(2u) + u = 21u; the reversed number is 10u + 2u = 12u. Solution: 21u = 12u + 27 → 9u = 27 → u = 3, so tens digit = 6. The number is 63. Check: reversed is 36, and 63 − 36 = 27. ✓ Difficulty: ★★★★★
Example 20 (investment mix). Aling Nena splits ₱10,000 into two placements: part at 5% yearly interest and the rest at 8%. After one year she earns ₱680 in total interest. How much did she put at each rate? Thinking: Let x = amount at 5%, so (10,000 − x) is at 8%. Total interest is the sum. Solution: 0.05x + 0.08(10,000 − x) = 680 → 0.05x + 800 − 0.08x = 680 → −0.03x = −120 → x = 4,000. So ₱4,000 at 5% and ₱6,000 at 8%. Check: 0.05(4,000) + 0.08(6,000) = 200 + 480 = 680. ✓ Difficulty: ★★★★★
Algebra is arithmetic with a named blank. Its golden rule is the balance: do the same operation to both sides, and the equality holds. Most exam algebra is really translation — turning a sentence into an equation — so master the word-to-symbol map, and mind the "less than" reversal. Isolate the variable by undoing operations in reverse; keep the exponent rules straight (add when multiplying powers, multiply when raising a power to a power); recognize the two factoring patterns; and know both routes to a quadratic — factoring and the formula. For two unknowns, build two equations. Above all, set up carefully, solve for what's actually asked, and check against reality — those three habits protect nearly every mark in this topic.
| Topic | Key point |
|---|---|
| Golden rule | Same operation to both sides |
| "Less than" | "5 less than x" = x − 5 (flips) |
| Isolate x | Undo +/− first, then ×/÷ |
| Multiply powers | Add exponents: xᵐ·xⁿ = xᵐ⁺ⁿ |
| Power of power | Multiply exponents: (xᵐ)ⁿ = xᵐⁿ |
| Zero exponent | x⁰ = 1 |
| Difference of squares | a² − b² = (a+b)(a−b) |
| Perfect square | a² + 2ab + b² = (a+b)² |
| Quadratic formula | x = (−b ± √(b²−4ac)) ÷ 2a |
| System | Add/subtract equations to cancel a variable |
| Inequality | Flip the sign when ×/÷ by a negative |
Translation words: sum/more than = +, less than/difference = − (flips order), of/times/twice = ×, per/divided = ÷, is/equals/will be = =.
How do I know which letter to use for the variable? It doesn't matter mathematically — x is customary. Choose a letter that reminds you of the quantity if it helps (a for adults, s for students).
When should I factor versus use the quadratic formula? Try factoring first; it's faster. If you can't find whole-number factors within a few seconds, switch to the formula, which always works.
Why does a negative times a negative give a positive? Think of it as "the opposite of the opposite." Taking away a debt (a negative) repeatedly acts like a gain. For the exam, just remember the rule: (−)(−) = (+).
A quadratic gave me two answers but the problem is about age. Which do I keep? Keep only the answer that makes real-world sense. Ages, lengths, and counts can't be negative, so discard a negative solution.
Is back-solving "cheating"? No. On a multiple-choice exam, any correct method that gets the right answer earns the full mark. Back-solving is a smart, legitimate tool.
When these are all ticked, you've mastered exam algebra — and you've built the translation skill that powers profit-and-loss, ratio, work, and mixture problems too.
Put it to the test with 1,874 practice questions on this topic.