Topics Covered:
Rules to check if a number can be divided by another number without a remainder. Example: A number is divisible by 2 if its last digit is even.
Properties that govern divisibility, such as transitivity (if a divides b and b divides c, then a divides c).
When dividing a number, the result may have a remainder. For example, dividing 7 by 3 gives 2 as a quotient and 1 as a remainder.
Expressing a number as a product of its prime numbers. Example: 28 = 2 × 2 × 7.
HCF (Highest Common Factor): The largest number that divides two or more numbers. Example: HCF of 12 and 16 is 4.
LCM (Lowest Common Multiple): The smallest number that is a multiple of two or more numbers. Example: LCM of 12 and 16 is 48.
Fractions represent parts of a whole. Example: ½, ⅓. You can compare fractions by converting them to have the same denominator.
Finding fractions between two fractions, like finding ¾ between ½ and 1.
The order of operations in solving math problems: V (Vinculum), B (Brackets), O (Order or Exponents), D (Division), M (Multiplication), A (Addition), S (Subtraction). Example: Solve 3 + 6 × (5 + 4) ÷ 3 - 7 using VBODMAS.
Common formulas, like the quadratic formula:
𝑎𝑥2 + 𝑏𝑥 + 𝑐 = 0, solution is:
𝑥 = (−𝑏 ± √(𝑏2 − 4𝑎𝑐)) / (2𝑎).
Percent means "per hundred." Conversion between fractions, decimals, and percentages: Example: 50% = 0.5 = ½.
Average (mean) = (Sum of all numbers) ÷ (Number of numbers). Example: Average of 2, 4, 6 is (2 + 4 + 6) / 3 = 4.
Ratio compares two quantities, e.g., 3:5. Proportion states that two ratios are equal, e.g., 3/5 = 6/10.
Formula for expanding expressions like (𝑎 + 𝑏)𝑛: (𝑎 + 𝑏)𝑛 = Σ𝑘=0𝑛 (𝑛 choose 𝑘) 𝑎𝑛−𝑘 𝑏𝑘. Example: (𝑥 + 𝑦)2 = 𝑥2 + 2𝑥𝑦 + 𝑦2.
Topics Covered:
Topics Covered:
[ 1 2 3 4 ]
| c d |
Topics Covered:
d dx xn = nxn-1
d dx sin(x) = cos(x)
f'(x) = lim h→0 (f(x+h) - f(x)) / h
d dx (uv) = u'v + uv'
d dx (u/v) = (u'v - uv') / v²
d dx f(g(x)) = f'(g(x)) * g'(x)
d dx ex = ex
d dx ln(x) = 1/x
Topics Covered:
∫xn dx = (xn+1)/(n+1) + C (if n ≠ -1)
∫uv' dx = uv - ∫u'vdx
Integral over a fixed range [a, b]: ∫ab f(x) dx