3.1 Fundamental Operations, Number Theory, and Business Math
Key Takeaways
- PEMDAS/GEMDAS dictates the order of operations, where multiplication/division and addition/subtraction are evaluated strictly left to right as they appear.
- Prime factorization, GCF, and LCM form the structural foundation for simplifying fractions, solving modular clock problems, and finding common periodic events.
- Business mathematics on the LET emphasizes simple interest (I = PRT), compound interest, percentage change, discount, and commission.
- Divisibility rules (especially for 3, 4, 6, 7, 8, 9, and 11) enable rapid identification of prime numbers and prime factors without full long division.
Order of Operations (PEMDAS / GEMDAS)
In the Philippine Licensure Examination for Professional Teachers (LET), arithmetic competency begins with the strict application of the standard order of operations. The acronym GEMDAS (Grouping symbols, Exponents, Multiplication and Division, Addition and Subtraction) or PEMDAS (Parentheses, Exponents, Multiplication and Division, Addition and Subtraction) dictates the sequence in which mathematical operations must be evaluated.
Operational Rules and Left-to-Right Hierarchy
- Grouping Symbols / Parentheses (G / P): Evaluate expressions inside parentheses
(), brackets[], braces{}, absolute value bars||, or radical signs from the innermost set outward. - Exponents and Roots (E): Calculate powers and roots (e.g., $3^3 = 27$, $\sqrt{64} = 8$).
- Multiplication and Division (M & D): Perform multiplication and division in the order they appear from left to right. Multiplication does not take precedence over division; they hold equal rank.
- Addition and Subtraction (A & S): Perform addition and subtraction in the order they appear from left to right. Addition does not take precedence over subtraction; they hold equal rank.
Worked Example 1: Evaluating Multi-Operation Expressions
Problem: Simplify the expression: $18 \div 3 \times 2 + (8 - 3)^2 - 4 \times 3$.
Step 1: Evaluate grouping symbols.
Step 2: Evaluate exponents.
Step 3: Perform Multiplication and Division from left to right.
First, $18 \div 3 = 6$.
Next, $6 \times 2 = 12$.
Then, $4 \times 3 = 12$.
Replacing these in the expression yields:
Step 4: Perform Addition and Subtraction from left to right.
Final Answer: $25$
LET Exam Scenario Trap: Left-to-Right Equal Rank
A classic distractor on the LET takes advantage of the misconception that Multiplication precedes Division or Addition precedes Subtraction.
Consider $12 \div 4 \times 3$.
- Incorrect (PEMDAS Trap): Doing multiplication first gives $4 \times 3 = 12$, then $12 \div 12 = 1$.
- Correct: Working left to right gives $12 \div 4 = 3$, then $3 \times 3 = 9$.
Number Theory Fundamentals
Number theory explores the properties of integers, prime numbers, factors, and multiples. Mastery of these principles is critical for solving word problems involving LCM and GCF.
Prime and Composite Numbers
- Prime Number: A positive integer greater than 1 that has exactly two distinct positive divisors: 1 and itself (e.g., 2, 3, 5, 7, 11, 13, 17, 19, 23, 29). Note that 2 is the only even prime number and the smallest prime number.
- Composite Number: A positive integer greater than 1 that has more than two positive divisors (e.g., 4, 6, 8, 9, 10, 12, 14, 15). The number 1 is neither prime nor composite.
- Prime Factorization: Expressing a composite number as a unique product of prime factors (Fundamental Theorem of Arithmetic).
Divisibility Rules
Rapid divisibility testing saves critical time during the exam. The table below outlines key divisibility rules tested on the LET:
| Number | Divisibility Condition | Example |
|---|---|---|
| 2 | The last digit is even (0, 2, 4, 6, 8). | $1,458$ (ends in 8) |
| 3 | The sum of all digits is divisible by 3. | $432 \implies 4+3+2=9$ (divisible by 3) |
| 4 | The number formed by the last two digits is divisible by 4. | $3,124 \implies 24$ (divisible by 4) |
| 5 | The last digit is 0 or 5. | $7,895$ (ends in 5) |
| 6 | The number is divisible by both 2 and 3. | $516$ (even, $5+1+6=12$) |
| 8 | The number formed by the last three digits is divisible by 8. | $5,112 \implies 112 \div 8 = 14$ |
| 9 | The sum of all digits is divisible by 9. | $2,871 \implies 2+8+7+1=18$ (divisible by 9) |
| 10 | The last digit is 0. | $4,590$ (ends in 0) |
| 11 | The alternating sum of digits is a multiple of 11 (including 0). | $9,185 \implies (9+8) - (1+5) = 17 - 6 = 11$ |
Greatest Common Factor (GCF) and Least Common Multiple (LCM)
- Greatest Common Factor (GCF): The largest positive integer that divides two or more integers without a remainder. Used for simplifying fractions and dividing items into equal groups.
- Least Common Multiple (LCM): The smallest positive integer that is a multiple of two or more integers. Used for finding common denominators and determining when periodic events coincide.
Worked Example 2: Finding GCF and LCM via Prime Factorization
Problem: Find the GCF and LCM of $48$, $72$, and $108$.
Step 1: Write down the prime factorization of each number.
Step 2: Calculate GCF by taking the smallest power of common prime factors.
Common prime bases are 2 and 3.
Smallest power of 2 is $2^2 = 4$.
Smallest power of 3 is $3^1 = 3$.
Step 3: Calculate LCM by taking the highest power of all prime factors present.
Highest power of 2 is $2^4 = 16$.
Highest power of 3 is $3^3 = 27$.
Final Answer: $\text{GCF} = 12$, $\text{LCM} = 432$
Business Mathematics and Practical Applications
Business mathematics on the LET assesses your capability to solve real-world financial problems involving percentages, simple interest, compound interest, discounts, markups, commissions, and proportions.
Percentages, Markups, and Discounts
- Percentage Formula: $\text{Part} = \text{Base} \times \text{Rate}$
- Percentage Increase / Decrease:
- Discount Amount: $\text{Discount} = \text{Original Price} \times \text{Discount Rate}$
- Sale Price: $\text{Sale Price} = \text{Original Price} - \text{Discount}$
- Markup Amount: $\text{Markup} = \text{Cost} \times \text{Markup Rate}$
- Selling Price: $\text{Selling Price} = \text{Cost} + \text{Markup}$
Worked Example 3: Consecutive Discounts
Problem: A laptop originally priced at ₱35,000 is offered with consecutive discounts of 20% and 10%. What is the final selling price of the laptop?
Step 1: Apply the first discount of 20%.
Step 2: Apply the second discount of 10% to the reduced price.
LET Exam Scenario Trap: Do not add consecutive discount rates ($20% + 10% = 30%$). Taking 30% off ₱35,000 gives ₱24,500, which is incorrect because the second discount applies only to the already reduced price!
Simple Interest vs. Compound Interest
Interest is the fee paid for using borrowed money or the earnings accrued from financial investments.
Simple Interest
Simple interest is calculated solely on the principal amount for the entire duration of the loan or investment.
Where:
- $I$ = Interest earned or owed
- $P$ = Principal amount (initial investment or loan)
- $R$ = Annual interest rate (expressed as a decimal)
- $T$ = Time in years
Worked Example 4: Simple Interest Calculation
Problem: Teacher Maria borrowed ₱60,000 from a credit union at a simple interest rate of 6.5% per annum for 3 years and 6 months. How much interest will she pay, and what is the total amount due?
Step 1: Convert time into years.
3 years and 6 months = $3.5$ years.
Step 2: Calculate Interest ($I$).
Step 3: Calculate Total Amount ($A$).
Compound Interest
Compound interest is interest calculated on both the initial principal and the accumulated interest from previous periods ("interest on interest").
Where:
- $A$ = Final compound amount
- $P$ = Principal amount
- $r$ = Annual interest rate (as a decimal)
- $n$ = Number of compounding periods per year
- $t$ = Time in years
| Compounding Frequency | Periods per Year ($n$) |
|---|---|
| Annually | $n = 1$ |
| Semi-annually | $n = 2$ |
| Quarterly | $n = 4$ |
| Monthly | $n = 12$ |
Worked Example 5: Quarterly Compound Interest
Problem: An amount of ₱20,000 is invested in a bank account paying 8% per annum compounded quarterly. What will be the balance after 2 years?
Step 1: Identify values.
$P = 20,000$, $r = 0.08$, $n = 4$, $t = 2$.
Step 2: Substitute into compound interest formula.
Step 3: Evaluate.
Ratio and Proportion Applications
Proportions are statements expressing the equality of two ratios: $\frac{a}{b} = \frac{c}{d}$ or $a:b = c:d$.
Types of Proportions
- Direct Proportion: As one quantity increases, the other quantity increases proportionally ($\frac{x_1}{y_1} = \frac{x_2}{y_2}$).
Example: If 5 books cost ₱1,250, how much do 12 books cost? - Inverse (Indirect) Proportion: As one quantity increases, the other quantity decreases proportionally ($x_1 y_1 = x_2 y_2$).
Example: If 6 workers can construct a fence in 10 days, how many days will 15 workers take working at the same rate? - Partitive Proportion: A whole quantity is partitioned into parts based on a given ratio ($a:b:c$).
Example: Dividing ₱45,000 among three siblings in the ratio $2:3:4$.
Worked Example 6: Partitive Proportion
Problem: Three school departments receive a total budget of ₱180,000 distributed in the ratio $3:4:5$. How much budget does the largest recipient receive?
Step 1: Sum the ratio parts.
Step 2: Determine the value of one part.
Step 3: Calculate the largest portion (5 parts).
Final Answer: ₱75,000
What is the simplified value of the mathematical expression: 24 ÷ 4 × 2 + 3² - (7 - 4)?
Three alarm clocks ring at intervals of 12 minutes, 15 minutes, and 20 minutes, respectively. If all three ring together at 8:00 AM, at what time will they next ring simultaneously?
A merchant buys a shoes inventory for ₱2,400 per pair. He marks up the cost by 40% and later offers a 15% discount during a seasonal sale. What is the net selling price of a pair of shoes?
If 8 workers can finish painting a school building in 15 days, how many days will it take 12 workers to complete the same painting job, assuming equal working efficiency?