5.1 Number Sets, Place Value & Computational Operations

Key Takeaways

  • The real number system ($\mathbb{R}$) partitions strictly into rational numbers ($\mathbb{Q}$, expressible as $\frac{a}{b}$ with integers $a, b$ and $b \neq 0$, yielding terminating or repeating decimals) and irrational numbers ($\mathbb{I}$, non-terminating, non-repeating decimals such as $\pi, \sqrt{2}, e$).
  • Operations on number subsets exhibit precise closure properties: the sum and product of two rational numbers are always rational, whereas the sum of a rational and an irrational is always irrational; the product of a non-zero rational and an irrational is irrational.
  • Positional base-10 place value extends symmetrically across the decimal point; scientific notation represents numbers as $a \times 10^n$ ($1 \le |a| < 10, n \in \mathbb{Z}$), requiring equal exponents for addition/subtraction and index laws for multiplication/division.
  • Number theory principles govern factorizations: the Fundamental Theorem of Arithmetic guarantees unique prime factorization, with $\text{GCF}(a,b) = \prod p_i^{\min(a_i, b_i)}$ and $\text{LCM}(a,b) = \prod p_i^{\max(a_i, b_i)}$, linked by the invariant $\text{GCF}(a,b) \times \text{LCM}(a,b) = a \cdot b$.
  • The Order of Operations (PEMDAS/GEMDAS) enforces strict left-to-right evaluation for operations of equal rank (Multiplication/Division; Addition/Subtraction), where unary negation precedes squaring unless enclosed in parentheses ($-x^2 \neq (-x)^2$).
Last updated: August 2026

Number Sets, Place Value & Computational Operations

Mathematics on the FTCE General Knowledge Test (GK Math) establishes the foundational numeracy and quantitative reasoning demanded of every certified Florida educator. Regardless of your instructional discipline—whether teaching primary literacy, secondary humanities, or exceptional student education—mastery of the real number system, positional notation, number theory, and rigorous computational hierarchies is essential for academic diagnostics, curriculum interpretation, and data-driven instruction.


1. The Real Number System ($\mathbb{R}$) & Numerical Subsets

The set of Real Numbers (denoted by $\mathbb{R}$) encompasses all numbers that can be represented as points on a continuous, one-dimensional number line. The real number system is bifurcated into two mutually exclusive, exhaustive subsets: Rational Numbers ($\mathbb{Q}$) and Irrational Numbers ($\mathbb{I}$ or $\mathbb{R} \setminus \mathbb{Q}$).

                             REAL NUMBERS (ℝ)
                                    │
          ┌─────────────────────────┴─────────────────────────┐
          │                                                   │
   RATIONAL NUMBERS (ℚ)                              IRRATIONAL NUMBERS (𝕀)
   (a/b, terminating & repeating decimals)          (non-terminating, non-repeating:
          │                                          π, √2, √3, e, 0.1010010001...)
   INTEGERS (ℤ)
   (... -3, -2, -1, 0, 1, 2, 3 ...)
          │
   WHOLE NUMBERS (𝕎)
   (0, 1, 2, 3, 4 ...)
          │
   NATURAL / COUNTING NUMBERS (ℕ)
   (1, 2, 3, 4, 5 ...)

Hierarchy of Real Number Subsets

  1. Natural (Counting) Numbers ($\mathbb{N}$): N={1,2,3,4,5,}\mathbb{N} = \{1, 2, 3, 4, 5, \dots\} The positive integers utilized for counting discrete objects. Note that zero is not a natural number.
  2. Whole Numbers ($\mathbb{W}$): W={0,1,2,3,4,}=N{0}\mathbb{W} = \{0, 1, 2, 3, 4, \dots\} = \mathbb{N} \cup \{0\} The set of natural numbers augmented by zero.
  3. Integers ($\mathbb{Z}$): Z={,3,2,1,0,1,2,3,}\mathbb{Z} = \{\dots, -3, -2, -1, 0, 1, 2, 3, \dots\} The set of whole numbers and their additive inverses (negative whole numbers). Integers contain no fractional or decimal parts.
  4. Rational Numbers ($\mathbb{Q}$): Q={ab  |  a,bZ,  b0}\mathbb{Q} = \left\{ \frac{a}{b} \;\middle|\; a, b \in \mathbb{Z}, \; b \neq 0 \right\} Any number that can be expressed as the quotient or ratio of two integers with a non-zero denominator. In decimal form, every rational number exhibits one of two distinct behaviors:
    • Terminating Decimals: The decimal expansion terminates after a finite number of digits (e.g., $\frac{3}{4} = 0.75$, $-\frac{7}{8} = -0.875$, $\frac{19}{5} = 3.8$). A simplified fraction $\frac{a}{b}$ terminates if and only if the prime factorization of the denominator $b$ contains no prime factors other than $2$ and $5$ (i.e., $b = 2^m 5^n$).
    • Repeating (Periodic) Decimals: The decimal expansion repeats an infinite periodic sequence of digits (e.g., $\frac{1}{3} = 0.\overline{3}$, $\frac{5}{11} = 0.\overline{45}$, $\frac{1}{7} = 0.\overline{142857}$).
  5. Irrational Numbers ($\mathbb{I}$): I={xRxQ}\mathbb{I} = \{ x \in \mathbb{R} \mid x \notin \mathbb{Q} \} Numbers that cannot be expressed as a ratio of two integers. Their decimal expansions are non-terminating and non-repeating. Canonical examples include:
    • Mathematical constants: $\pi \approx 3.14159265\dots$, $e \approx 2.71828182\dots$, $\phi = \frac{1+\sqrt{5}}{2} \approx 1.61803398\dots$
    • Non-perfect square roots and higher roots: $\sqrt{2} \approx 1.41421356\dots$, $\sqrt{3}, \sqrt{5}, \sqrt[3]{7}$
    • Constructed non-repeating patterns: $0.101001000100001\dots$

2. Subset Relationships & Closure Properties

A mathematical set is defined as closed under an operation if performing that operation on any two elements of the set invariably produces an element belonging to that exact same set.

Set Inclusion Chain

NWZQR\mathbb{N} \subset \mathbb{W} \subset \mathbb{Z} \subset \mathbb{Q} \subset \mathbb{R} IR,QI=,QI=R\mathbb{I} \subset \mathbb{R}, \qquad \mathbb{Q} \cap \mathbb{I} = \emptyset, \qquad \mathbb{Q} \cup \mathbb{I} = \mathbb{R}

Comprehensive Closure Table

SetAddition ($+$)Subtraction ($-$)Multiplication ($\times$)Division ($\div$) (by non-zero)
Natural ($\mathbb{N}$)Closed ($2+3=5$)Not Closed ($2-5=-3 \notin \mathbb{N}$)Closed ($3 \times 4=12$)Not Closed ($3 \div 4 = 0.75 \notin \mathbb{N}$)
Whole ($\mathbb{W}$)Closed ($0+7=7$)Not Closed ($3-8=-5 \notin \mathbb{W}$)Closed ($0 \times 9=0$)Not Closed ($5 \div 2 = 2.5 \notin \mathbb{W}$)
Integers ($\mathbb{Z}$)Closed ($-4+9=5$)Closed ($3-10=-7$)Closed ($-3 \times -6=18$)Not Closed ($7 \div 2 = 3.5 \notin \mathbb{Z}$)
Rational ($\mathbb{Q}$)ClosedClosedClosedClosed
Irrational ($\mathbb{I}$)Not ClosedNot ClosedNot ClosedNot Closed
Real ($\mathbb{R}$)ClosedClosedClosedClosed

Critical Rational / Irrational Operation Rules

FTCE GK Math frequently tests the arithmetic combinations of rational and irrational quantities:

  1. Rational $\pm$ Rational = Rational: ab+cd=ad+bcbdQ\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd} \in \mathbb{Q}
  2. Rational $\times$ Rational = Rational: abcd=acbdQ\frac{a}{b} \cdot \frac{c}{d} = \frac{ac}{bd} \in \mathbb{Q}
  3. Rational $+$ Irrational = ALWAYS Irrational: Proof by contradiction: Suppose $q \in \mathbb{Q}$ and $i \in \mathbb{I}$, and suppose their sum is rational: $q + i = r \in \mathbb{Q}$. Then $i = r - q$. Since $\mathbb{Q}$ is closed under subtraction, $r - q \in \mathbb{Q}$, which contradicts the premise that $i \in \mathbb{I}$. Thus, $q + i$ must be irrational (e.g., $5 + \sqrt{2}$ is irrational).
  4. Non-Zero Rational $\times$ Irrational = ALWAYS Irrational: If $q \in \mathbb{Q} \setminus {0}$ and $i \in \mathbb{I}$, then $q \cdot i$ is irrational (e.g., $3\sqrt{2}, \frac{\pi}{4}$ are irrational).
  5. Irrational $\star$ Irrational = MAY BE Rational OR Irrational:
    • Sum: $\sqrt{2} + (-\sqrt{2}) = 0 \in \mathbb{Q}$ (Rational), but $\sqrt{2} + \sqrt{3} \in \mathbb{I}$ (Irrational).
    • Product: $\sqrt{3} \cdot \sqrt{3} = 3 \in \mathbb{Q}$ (Rational), but $\sqrt{2} \cdot \sqrt{3} = \sqrt{6} \in \mathbb{I}$ (Irrational).
    • Quotient: $\frac{\sqrt{18}}{\sqrt{2}} = \sqrt{9} = 3 \in \mathbb{Q}$ (Rational), but $\frac{\sqrt{10}}{\sqrt{2}} = \sqrt{5} \in \mathbb{I}$ (Irrational).

3. Place Value, Number Forms & Scientific Notation

Our base-10 decimal system is a positional value system where the value of a digit depends strictly on its position relative to the decimal point. Each step to the left increases value by a power of $10$ ($10^1, 10^2, 10^3, \dots$), while each step to the right decreases value by a factor of $10$ ($10^{-1} = 0.1, 10^{-2} = 0.01, 10^{-3} = 0.001, \dots$).

Place Value Architecture

ValuePower of 10Place NameExample: $4,729,518.3624$
$1,000,000$$10^6$Millions$4$
$100,000$$10^5$Hundred Thousands$7$
$10,000$$10^4$Ten Thousands$2$
$1,000$$10^3$Thousands$9$
$100$$10^2$Hundreds$5$
$10$$10^1$Tens$1$
$1$$10^0$Ones (Units)$8$
..DECIMAL POINT.
$0.1$$10^{-1}$Tenths$3$
$0.01$$10^{-2}$Hundredths$6$
$0.001$$10^{-3}$Thousandths$2$
$0.0001$$10^{-4}$Ten-Thousandths$4$

Expanded Form

A number expressed as the sum of each digit multiplied by its positional place value: 5,406.308=(5×103)+(4×102)+(0×101)+(6×100)+(3×101)+(0×102)+(8×103)5,406.308 = (5 \times 10^3) + (4 \times 10^2) + (0 \times 10^1) + (6 \times 10^0) + (3 \times 10^{-1}) + (0 \times 10^{-2}) + (8 \times 10^{-3})

Rounding Algorithms & Rules

To round a number to a target place value:

  1. Identify the digit at the target place value.
  2. Inspect the immediately adjacent digit to the right:
    • If the digit is $5$ or greater ($5, 6, 7, 8, 9$), increment the target digit by $1$ and replace all subsequent digits to the right with zeros (or drop them if to the right of the decimal point).
    • If the digit is $4$ or less ($0, 1, 2, 3, 4$), leave the target digit unchanged and replace all subsequent digits to the right with zeros.

Example: Round $34.7846$ to the nearest hundredth.

  • Target place: hundredths ($8$).
  • Neighboring digit to right: $4$ ($4 < 5$).
  • Result: $34.78$.

Scientific Notation

Scientific notation expresses very large or infinitesimally small quantities in the standardized form: a×10nwhere 1a<10 and nZa \times 10^n \qquad \text{where } 1 \le |a| < 10 \text{ and } n \in \mathbb{Z}

  • The coefficient $a$ (the mantissa) must have exactly one non-zero digit to the left of the decimal point.
  • The exponent $n$ (the characteristic) indicates the number of places the decimal point was shifted: positive $n$ indicates a number $\ge 10$; negative $n$ indicates a number $< 1$.

Conversions

  • Standard to Scientific: 450,000,000=4.5×108(shifted 8 places left)450,000,000 = 4.5 \times 10^8 \qquad (\text{shifted 8 places left}) 0.00000382=3.82×106(shifted 6 places right)0.00000382 = 3.82 \times 10^{-6} \qquad (\text{shifted 6 places right})
  • Scientific to Standard: 6.19×104=61,9006.19 \times 10^4 = 61,900 9.04×105=0.00009049.04 \times 10^{-5} = 0.0000904

Scientific Notation Operations

  • Multiplication: Multiply coefficients and add exponents: (3.0×105)×(4.0×103)=(3.0×4.0)×105+3=12.0×108=1.2×109(3.0 \times 10^5) \times (4.0 \times 10^3) = (3.0 \times 4.0) \times 10^{5+3} = 12.0 \times 10^8 = 1.2 \times 10^9
  • Division: Divide coefficients and subtract exponents: 8.4×1072.1×103=(8.42.1)×107(3)=4.0×1010\frac{8.4 \times 10^7}{2.1 \times 10^{-3}} = \left(\frac{8.4}{2.1}\right) \times 10^{7 - (-3)} = 4.0 \times 10^{10}
  • Addition and Subtraction: Exponents must match before combining coefficients: (5.2×104)+(3.1×103)=(5.2×104)+(0.31×104)=(5.2+0.31)×104=5.51×104(5.2 \times 10^4) + (3.1 \times 10^3) = (5.2 \times 10^4) + (0.31 \times 10^4) = (5.2 + 0.31) \times 10^4 = 5.51 \times 10^4

4. Number Theory: Primes, Divisibility, GCF & LCM

Prime vs. Composite Numbers

  • Prime Number: An integer $p > 1$ having exactly two distinct positive divisors: $1$ and $p$.
    • First ten primes: $2, 3, 5, 7, 11, 13, 17, 19, 23, 29$.
    • Note: $2$ is the only even prime number. $0$ and $1$ are neither prime nor composite.
  • Composite Number: An integer $n > 1$ having three or more distinct positive divisors (e.g., $4, 6, 8, 9, 10, 12$).

Fundamental Theorem of Arithmetic

Every integer $n > 1$ can be uniquely factored into a product of prime powers, up to the order of the factors: n=p1a1p2a2p3a3pkakn = p_1^{a_1} p_2^{a_2} p_3^{a_3} \dots p_k^{a_k} Example: $360 = 36 \times 10 = (2^2 \cdot 3^2) \times (2 \cdot 5) = 2^3 \cdot 3^2 \cdot 5^1$.

Divisor Count Formula

If $n = p_1^{a_1} p_2^{a_2} \dots p_k^{a_k}$, the total number of positive integer divisors $d(n)$ is: d(n)=(a1+1)(a2+1)(a3+1)(ak+1)d(n) = (a_1 + 1)(a_2 + 1)(a_3 + 1)\dots(a_k + 1) For $360 = 2^3 \cdot 3^2 \cdot 5^1$: d(360)=(3+1)(2+1)(1+1)=4×3×2=24 distinct positive divisorsd(360) = (3 + 1)(2 + 1)(1 + 1) = 4 \times 3 \times 2 = 24 \text{ distinct positive divisors}

Divisibility Rules

DivisorDivisibility ConditionMathematical Reason / Example
2Units digit is even ($0, 2, 4, 6, 8$).$10 \equiv 0 \pmod 2$; $7,496 \implies 6$ is even (Divisible).
3The sum of all digits is divisible by $3$.$10^k \equiv 1 \pmod 3$; $5,814 \implies 5+8+1+4=18$ ($18 \div 3=6$, Divisible).
4The number formed by the last two digits is divisible by $4$.$100 = 4 \times 25 \equiv 0 \pmod 4$; $31,528 \implies 28 \div 4=7$ (Divisible).
5The units digit is $0$ or $5$.$10 \equiv 0 \pmod 5$; $89,475 \implies$ ends in $5$ (Divisible).
6Divisible by both $2$ (even) AND $3$ (digit sum div by $3$).$\gcd(2,3) = 1$; $4,332 \implies$ even and $4+3+3+2=12$ (Divisible).
8The number formed by the last three digits is divisible by $8$.$1,000 = 8 \times 125$; $57,120 \implies 120 \div 8 = 15$ (Divisible).
9The sum of all digits is divisible by $9$.$10^k \equiv 1 \pmod 9$; $84,798 \implies 8+4+7+9+8=36$ (Divisible).
10The units digit is $0$.$10 \equiv 0 \pmod{10}$; $45,890 \implies$ ends in $0$ (Divisible).
11The alternating sum of digits is divisible by $11$.$10 \equiv -1 \pmod{11}$; $9,482 \implies (9+8) - (4+2) = 17 - 6 = 11$ (Divisible).
12Divisible by both $3$ (digit sum) AND $4$ (last two digits).$\gcd(3,4) = 1$; $1,764 \implies 1+7+6+4=18$ (div by 3) and $64$ (div by 4).

Greatest Common Factor (GCF) & Least Common Multiple (LCM)

  • Greatest Common Factor (GCF / GCD): The largest positive integer that divides both $a$ and $b$ without remainder. GCF(a,b)=pimin(ai,bi)\text{GCF}(a,b) = \prod p_i^{\min(a_i, b_i)}
  • Least Common Multiple (LCM): The smallest positive integer that is divisible by both $a$ and $b$. LCM(a,b)=pimax(ai,bi)\text{LCM}(a,b) = \prod p_i^{\max(a_i, b_i)}

Prime Factorization Method

Find $\text{GCF}(72, 120)$ and $\text{LCM}(72, 120)$:

  1. Prime factorize both numbers: 72=23325072 = 2^3 \cdot 3^2 \cdot 5^0 120=233151120 = 2^3 \cdot 3^1 \cdot 5^1
  2. $\text{GCF}$: take the minimum power of each prime base: GCF(72,120)=2min(3,3)3min(2,1)5min(0,1)=233150=83=24\text{GCF}(72, 120) = 2^{\min(3,3)} \cdot 3^{\min(2,1)} \cdot 5^{\min(0,1)} = 2^3 \cdot 3^1 \cdot 5^0 = 8 \cdot 3 = 24
  3. $\text{LCM}$: take the maximum power of each prime base: LCM(72,120)=2max(3,3)3max(2,1)5max(0,1)=233251=895=360\text{LCM}(72, 120) = 2^{\max(3,3)} \cdot 3^{\max(2,1)} \cdot 5^{\max(0,1)} = 2^3 \cdot 3^2 \cdot 5^1 = 8 \cdot 9 \cdot 5 = 360

The Fundamental GCF-LCM Duality Invariant

For any two positive integers $a$ and $b$: GCF(a,b)×LCM(a,b)=ab\text{GCF}(a, b) \times \text{LCM}(a, b) = a \cdot b Verification: $24 \times 360 = 8,640$, and $72 \times 120 = 8,640$.


5. Order of Operations (PEMDAS / GEMDAS) & Common Traps

The standardized Order of Operations guarantees unambiguous evaluation of mathematical expressions:

  G / P   Grouping Symbols: Parentheses ( ), Brackets [ ], Braces { },
          Fraction Bars (implicit numerator/denominator grouping),
          Radicals √( ), Absolute Values | |
    ↓
    E     Exponents and Radicals: Evaluate from left to right
    ↓
  M / D   Multiplication and Division: Equal precedence!
          Evaluate strictly from LEFT TO RIGHT
    ↓
  A / S   Addition and Subtraction: Equal precedence!
          Evaluate strictly from LEFT TO RIGHT

High-Frequency Order of Operations Pitfalls

  1. Unary Minus vs. Squaring Base:
    • $(-4)^2 = (-4) \times (-4) = +16$ (The base is $-4$).
    • $-4^2 = -(4^2) = -(16) = -16$ (The base is $4$; exponent applies before unary negation).
  2. Left-to-Right Precedence in Multiplication & Division: 36÷6×336 \div 6 \times 3
    • Incorrect: Multiplying first: $36 \div 18 = 2$.
    • Correct: Operating left to right: $(36 \div 6) \times 3 = 6 \times 3 = 18$.
  3. Left-to-Right Precedence in Addition & Subtraction: 158+415 - 8 + 4
    • Incorrect: Adding first: $15 - 12 = 3$.
    • Correct: Operating left to right: $(15 - 8) + 4 = 7 + 4 = 11$.
  4. Fraction Bar as Implicit Grouping Symbol: 18+62×3=(18+6)(2×3)=246=4\frac{18 + 6}{2 \times 3} = \frac{(18 + 6)}{(2 \times 3)} = \frac{24}{6} = 4

Worked Step-by-Step Evaluation Example

Evaluate the numerical expression: E=32+243(2)210064+22×16\mathcal{E} = \frac{-3^2 + 2\left|4 - 3(2)^2\right|}{\sqrt{100 - 64} + 2^{-2} \times 16}

  • Step 1 (Numerator Inner Grouping):
    • Inner power: $(2)^2 = 4$.
    • Multiplication: $3(4) = 12$.
    • Subtraction: $4 - 12 = -8$.
    • Absolute value: $|-8| = 8$.
    • Multiplication: $2(8) = 16$.
    • Unary square: $-3^2 = -(3^2) = -9$.
    • Combine numerator: $-9 + 16 = 7$.
  • Step 2 (Denominator Grouping & Powers):
    • Inside radical: $100 - 64 = 36 \implies \sqrt{36} = 6$.
    • Negative exponent: $2^{-2} = \frac{1}{2^2} = \frac{1}{4}$.
    • Multiplication: $\frac{1}{4} \times 16 = 4$.
    • Combine denominator: $6 + 4 = 10$.
  • Step 3 (Final Quotient): E=710=0.7\mathcal{E} = \frac{7}{10} = 0.7

6. Algebraic Field Properties & Axiomatic Foundations

Algebraic field properties justify mathematical transformations and provide the logical backbone for solving equations.

PropertyAddition ($+$)Multiplication ($\cdot$)Core Definition / Description
Commutative$a + b = b + a$$a \cdot b = b \cdot a$Order of operands does not change the result.
Associative$(a + b) + c = a + (b + c)$$(a \cdot b) \cdot c = a \cdot (b \cdot c)$Grouping of operands does not change the result.
Distributive$a(b + c) = ab + ac$$(a + b)c = ac + bc$Multiplication distributes across terms inside addition.
Identity$a + 0 = a$$a \cdot 1 = a$Operating with identity element preserves original value.
Inverse$a + (-a) = 0$$a \cdot \frac{1}{a} = 1 \quad (a \neq 0)$Operating with inverse yields the identity element.

7. Signed Numbers, Absolute Value & Exponent Laws

Signed Number Arithmetic

  • Addition:
    • Same sign: Add absolute values and preserve the common sign: $(-5) + (-8) = -13$.
    • Different signs: Subtract smaller absolute value from larger, keeping sign of larger: $(-12) + 7 = -5$.
  • Subtraction:
    • Add the additive inverse: $a - b = a + (-b)$.
    • Double negative: $a - (-b) = a + b$ (e.g., $8 - (-5) = 8 + 5 = 13$).
  • Multiplication & Division:
    • Even number of negative factors $\implies$ Positive product ($(-4) \times (-3) = +12$).
    • Odd number of negative factors $\implies$ Negative product ($(-2) \times 3 \times (-4) \times (-1) = -24$).

Absolute Value ($\lvert x \rvert$)

Geometrically, absolute value represents the non-negative distance between $x$ and $0$ on the number line: x={xif x0xif x<0|x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases}

Key Properties:

  • Non-negativity: $|x| \ge 0$ for all $x \in \mathbb{R}$.
  • Multiplicative: $|a \cdot b| = |a| \cdot |b|$ and $\left|\frac{a}{b}\right| = \frac{|a|}{|b|}$ ($b \neq 0$).
  • Triangle Inequality: $|a + b| \le |a| + |b|$.

Exponent Laws & Radicals

For non-zero real bases $x, y$ and integer/rational exponents $a, b$:

RuleFormulaExample
Product Rule$x^a \cdot x^b = x^{a+b}$$2^3 \cdot 2^4 = 2^{3+4} = 2^7 = 128$
Quotient Rule$\frac{x^a}{x^b} = x^{a-b}$$\frac{5^6}{5^2} = 5^{6-2} = 5^4 = 625$
Power to a Power$(x^a)^b = x^{a \cdot b}$$(3^2)^3 = 3^{2 \times 3} = 3^6 = 729$
Power of a Product$(xy)^a = x^a y^a$$(2x)^4 = 2^4 x^4 = 16x^4$
Power of a Quotient$\left(\frac{x}{y}\right)^a = \frac{x^a}{y^a}$$\left(\frac{2}{3}\right)^3 = \frac{2^3}{3^3} = \frac{8}{27}$
Zero Exponent$x^0 = 1 \quad (x \neq 0)$$99^0 = 1, ; (-7)^0 = 1$
Negative Exponent$x^{-a} = \frac{1}{x^a}$$4^{-2} = \frac{1}{4^2} = \frac{1}{16}$
Rational Exponent$x^{m/n} = \sqrt[n]{x^m} = (\sqrt[n]{x})^m$$27^{2/3} = (\sqrt[3]{27})^2 = 3^2 = 9$
Loading diagram...
Real Number System Classification & Hierarchy
Test Your Knowledge

Which of the following mathematical statements regarding real number subsets and closure properties is ALWAYS true?

A
B
C
D
Test Your Knowledge

What is the exact value of the numerical expression: E=42+3523(2)3+21×8\mathcal{E} = \frac{-4^2 + 3\left|5 - 2^3\right|}{(-2)^3 + 2^{-1} \times 8}

A
B
C
D
Test Your Knowledge

A physics laboratory sensor records a total electrical charge of $1.44 \times 10^{-4}\text{ coulombs}$ distributed evenly across $1.2 \times 10^3$ micro-capacitors. What is the average charge per capacitor expressed in standard scientific notation?

A
B
C
D
Test Your Knowledge

Three automated school bell systems chime at fixed repeating intervals of 12 minutes, 18 minutes, and 30 minutes, respectively. If all three bells chime simultaneously at 8:00 AM, at what time will all three bells next chime together?

A
B
C
D
Test Your Knowledge

A candidate solves an equation and transforms the expression $5(2x + 7) - 10x$ into $10x + 35 - 10x$. Which algebraic field property specifically justifies this step?

A
B
C
D