Reading a math equation means moving through it systematically, recognizing each symbol, and understanding how the pieces relate to each other. Whether you’re trying to follow along in a textbook, help a student with homework, or decode a formula you found online, the process starts with learning the vocabulary of math notation and the rules that tell you what to process first.
Start With the Basic Symbols
Every equation is built from a small set of operators that act as the verbs of the sentence. The core ones work exactly as you’d expect: “+” is “plus,” “−” is “minus,” “·” or “×” is “times” (or “multiplied by”), and “/” or “÷” is “divided by” (or “over”). The equals sign “=” is read as “equals” or “is equal to.” So 3 + 4 = 7 is simply “three plus four equals seven.”
When two variables sit next to each other with no symbol between them, like “xy,” that means multiplication. You’d read it as “x y” or “x times y.” A number placed directly in front of a variable, like 3x, is called a coefficient, and you’d read it as “three x,” meaning three times x.
Inequality and Comparison Symbols
The angled brackets that show size relationships trip people up because they look similar. The key: the symbol always points toward the smaller value. So “x < 5" is "x is less than 5," and "x > 5″ is “x is greater than 5.” When a line sits underneath the angle, it adds “or equal to.” The expression “x ≤ 20” reads “x is less than or equal to 20,” which in plain English means “at most 20.” Likewise, “x ≥ 20” means “at least 20.”
How to Read Fractions and Ratios
A fraction written with a horizontal bar, like ¾, is read from top to bottom: “three over four” or “three-fourths.” The top number (numerator) tells you how many parts you have, and the bottom number (denominator) tells you how many equal parts make up the whole. Mixed numbers like 7⅕ are read “seven and one-fifth,” where the “and” informally means you’re adding the fraction to the whole number.
Ratios use a colon instead of a fraction bar. The expression 2:1 is read “two to one.” A recipe ratio of 3:4 (flour to sugar) means for every 3 cups of flour, you use 4 cups of sugar. Ratios and fractions are closely related: a ratio of 3:4 is the same relationship as the fraction ¾.
Exponents and Powers
A small raised number after a base tells you how many times to multiply that base by itself. The expression x² is “x squared” (x times x), and x³ is “x cubed” (x times x times x). Beyond those two special cases, you use ordinal numbers: x⁴ is “x to the fourth,” x⁵ is “x to the fifth,” and so on. The general form xⁿ is “x to the n” or “x to the nth power.”
Square roots reverse the squaring process. The symbol √ is called a radical, and √9 reads “the square root of nine.” A small number tucked into the crook of the radical changes the root: ∛8 is “the cube root of eight.”
Parentheses, Brackets, and Braces
Grouping symbols tell you which parts of an equation belong together. Round parentheses ( ) are the most common and signal that everything inside should be treated as a single unit. In the expression 2(3 + 4), you’d read it “two times the quantity three plus four,” where “the quantity” signals you’re about to describe a grouped chunk.
Square brackets [ ] and curly braces { } serve the same grouping purpose when equations get deeply nested. Textbooks often layer them outward: parentheses on the inside, then brackets, then braces. So {2[3(x + 1) − 4] + 5} reads from the innermost group outward. You’d say “x plus one” first, then work your way through each layer. The names are straightforward: “parentheses” for ( ), “brackets” for [ ], and “braces” for { }.
Order of Operations: What to Process First
When an equation has several operations, you can’t just read left to right and calculate as you go. The standard hierarchy, often remembered as PEMDAS, tells you the order: Parentheses first, then Exponents, then Multiplication and Division (left to right), then Addition and Subtraction (left to right).
The critical detail most people miss is that multiplication and division share the same priority level, and so do addition and subtraction. When you encounter 12 ÷ 3 × 2, you don’t do multiplication first because “M comes before D.” You work left to right: 12 ÷ 3 = 4, then 4 × 2 = 8. The same left-to-right rule applies to addition and subtraction when they appear together.
Nested parentheses work from the inside out. If you see something like 5 × (3 + (2 × 4)), you first evaluate the innermost parentheses (2 × 4 = 8), then handle the outer parentheses (3 + 8 = 11), and finally multiply (5 × 11 = 55). When reading this aloud, you’d say “five times the quantity three plus the quantity two times four.”
Greek Letters You’ll Actually See
Math uses Greek letters as stand-ins for specific concepts, and knowing a handful covers most of what you’ll encounter. Pi (π), pronounced “pie,” represents the ratio of a circle’s circumference to its diameter, roughly 3.14159. Sigma (Σ), pronounced “SIGG-muh,” signals a sum. Delta (Δ or δ), pronounced “DELL-tuh,” usually means “change in” something. Theta (θ), pronounced “THAY-tuh” (with the “th” sound from “bath”), commonly represents an angle.
In geometry and trigonometry, angles are often labeled with alpha (α), beta (β), gamma (γ), delta (δ), and theta (θ). When you see these in an equation, just say the letter name. The expression sin(θ) reads “sine of theta.”
Reading Summation Notation
The large capital sigma (Σ) with numbers above and below it is summation notation, and it’s more approachable than it looks. It has three parts: a starting value written below the sigma, an ending value written above it, and an expression to the right that tells you what to add up.
For example, the sum from i = 1 to 10 of i² would be read: “the sum from i equals one to ten of i squared.” This means: plug in 1 for i and square it, then plug in 2 and square it, keep going through 10, and add all the results together. The variable below the sigma (usually i, j, k, or n) is just a counter that ticks upward from the starting value to the ending value.
Derivatives and Integrals
Calculus introduces two major symbols. The derivative, written as dy/dx, is read “d y d x” or “the derivative of y with respect to x.” It describes the rate at which y changes as x changes. An alternative notation uses a prime mark: f'(x) is “f prime of x,” which means the same thing. A second derivative, f”(x), is “f double prime of x.”
The integral sign ∫ is an elongated S (for “sum”) and is read “the integral of.” A definite integral has limits written at the top and bottom of the symbol, like the integral from 0 to 5 of x² dx, which you’d read: “the integral from zero to five of x squared d x.” When there are no limits, it’s an indefinite integral: “the integral of x squared d x.” The “dx” at the end tells you which variable you’re integrating with respect to, and you always read it as “d x.”
Putting It All Together
Reading a complex equation is like parsing a long sentence. Start by identifying the main structure: is it an equation (something = something), an inequality (something < something), or a standalone expression? Then scan for grouping symbols and work from the innermost group outward. Identify the operations and apply the order of operations to understand what gets evaluated first.
Take the expression 3x² + 2(x − 1) = 15. You’d read it: “three x squared plus two times the quantity x minus one equals fifteen.” More importantly, you now know the structure: x is being squared and multiplied by 3, then a separate grouped term is added, and the whole thing equals 15. The order of operations tells you the exponent applies before the multiplication by 3, and the parentheses lock (x − 1) together before the 2 multiplies it.
Practice reading equations aloud. It forces you to identify every symbol, and hearing the verbal version often makes the mathematical relationships click in a way that staring at notation alone does not.

