Achievable logoAchievable logo
Praxis Core: Math (5733)
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Number and quantity
1.1 Integers, decimals, and fractions
1.2 Ratios, proportions, and percents
1.3 Place value and decimal representation
1.4 Properties of whole numbers
1.5 Units of measurement
1.6 Working with numbers
2. Data analysis, statistics, and probability
3. Algebra and geometry
Wrapping up
Achievable logoAchievable logo
1.6 Working with numbers
Achievable Praxis Core: Math (5733)
1. Number and quantity
Our Praxis Core: Math course is currently in development and is a work-in-progress.

Working with numbers

7 min read
Font
Discuss
Share
Feedback

The order of operations, number properties, exponent rules, and square root rules come up constantly in algebra and real-world problem solving. This section reviews the key rules and common pitfalls, then works through examples to build accuracy and speed.

Order of operations

The order of operations is a set of rules that tells you what to do first when evaluating an expression. The acronym PEMDAS helps you remember the order:

  1. Parentheses: evaluate expressions inside parentheses first.
  2. Exponents and roots: calculate powers and roots.
  3. Multiplication and division (equal priority): perform left to right - neither one comes before the other.
  4. Addition and subtraction (equal priority): perform left to right - neither one comes before the other.

Common mistakes with PEMDAS: Always simplify inside parentheses before applying any outside operations - 3×(2+4)=3×6=18, not 3×2+4=10. Also, a leading negative sign is not part of the base: −22=−(22)=−4, whereas (−2)2=4.

Number properties

Common number properties

Property Example Description
Commutative a+b=b+a; ab=ba You can switch the order of addition or multiplication.
Associative (a+b)+c=a+(b+c) Regroups terms within the same operation - no new multiplication is introduced.
Distributive a(b+c)=ab+ac Multiplies a factor across a sum or difference; unlike associative, this always introduces a new multiplication.
Identity a+0=a; a×1=a Zero is the additive identity; one is the multiplicative identity.
Inverse a+(−a)=0; a×a1​=1 (for a=0) Use opposites or reciprocals to undo operations.

Exponent rules

Working with integer exponents

Rule Example Description
Product rule xm⋅xn=xm+n Add exponents when bases are the same.
Quotient rule xnxm​=xm−n Subtract exponents when dividing like bases.
Power of a power rule (xm)n=xmn Multiply exponents when raising a power to a power.
Zero exponent rule x0=1 (for x=0) Any nonzero number to the 0 power is 1.
Negative exponent rule x−n=xn1​ Flip the base and make the exponent positive.

Scientific notation

Scientific notation expresses a number in the form a×10n, where 1≤∣a∣<10 and n is an integer. This format is especially useful for very large or very small numbers.

  • To convert a large number to scientific notation, move the decimal point to the left until one non-zero digit remains to the left. The number of places moved becomes a positive exponent.
  • To convert a small number (between 0 and 1), move the decimal point to the right. The number of places moved becomes a negative exponent.

Example: Converting to scientific notation

Convert 4200 and 0.0042 to scientific notation.

  • 4200: move the decimal 3 places left → 4.2×103
  • 0.0042: move the decimal 3 places right → 4.2×10−3

Answer: 4200=4.2×103; 0.0042=4.2×10−3

Problem-solving with variables

Example: Simplifying with PEMDAS and distribution

Simplify (a) 8+2×(32−5), then (b) 5(x+2)−3x.

(a) PEMDAS:

  • Parentheses: 32−5=9−5=4
  • Multiply: 2×4=8
  • Add: 8+8=16

(b) Distributive property:

  • Distribute: 5x+10−3x
  • Combine like terms: (5x−3x)+10=2x+10

Answer: (a) 16; (b) 2x+10

Fraction operations

To add or subtract fractions, you need a common denominator. To divide by a fraction, multiply by its reciprocal.

Example: Fraction operations

Add 31​+41​, then divide 32​÷54​.

Addition:

  • Find a common denominator: the LCD of 3 and 4 is 12.
  • Rewrite each fraction: 31​=124​ and 41​=123​
  • Add: 124​+123​=127​

Division:

  • Dividing by a fraction is the same as multiplying by its reciprocal: 32​×45​
  • You can cancel common factors before multiplying: the 2 in the numerator and 4 in the denominator share a factor of 2, giving 31​×25​=65​.

Answer: 31​+41​=127​; 32​÷54​=65​

Operations with square roots

Square roots fall under the Exponents and roots step of PEMDAS - evaluate them after parentheses, but before multiplication, division, addition, and subtraction. To simplify a square root, factor the radicand and pull out any perfect-square factors. You can add or subtract radicals only when they share the same radicand; simplify each radical first, since doing so may reveal like radicals.

Example: Square roots - evaluate, simplify, and combine

(a) Evaluate 3+16−7​.   (b) Simplify 12​−3​.

(a)

  • Inside the radical: 16−7=9
  • Exponents/roots: 9​=3
  • Add: 3+3=6

(b)

  • Simplify 12​=4⋅3​=23​
  • Combine like radicals: 23​−3​=3​

Answer: (a) 6; (b) 3​

The same parentheses-first logic that governs arithmetic applies to set operations as well: grouping determines which operation you perform first.

Unions and intersections of sets

Definitions
Union (A∪B)
The set containing all elements that are in A, or in B, or in both.
Intersection (A∩B)
The set containing all elements that are in both A and B.

Just as parentheses control the order of arithmetic operations, they also control the order of set operations. In an expression like (A∪B)∩C, you evaluate the union inside the parentheses first, then intersect the result with C.

Example: Combined set operations

Find (A∪B)∩C where A={1,2,3}, B={3,4,5}, and C={2,3,5,7}.

  • First, A∪B={1,2,3,4,5}.
  • Then, (A∪B)∩C={2,3,5}.

Answer: {2,3,5}

Understanding Venn diagrams

A Venn diagram uses overlapping circles to represent sets. The overlap shows the intersection (elements in both sets), and the non-overlapping parts show elements that belong to only one set.

To count elements in each region of a two-set Venn diagram, use the inclusion-exclusion equation: ∣A∪B∣=∣A∣+∣B∣−∣A∩B∣. Plug in what you know, solve for what you don’t, then fill in each region.

Solving problems with Venn diagrams

Example: Math and science

In a group of 100 students, 60 like math, 40 like science, and 20 like both. How many like only math, only science, and neither?

Math and science venn diagram
Math and science venn diagram

Let M = students who like math (n(M)=60) and S = students who like science (n(S)=40), with n(M∩S)=20.

  • Inclusion-exclusion: n(M∪S)=60+40−20=80
  • Both: 20
  • Only math: 60−20=40
  • Only science: 40−20=20
  • Neither: 100−80=20

Answer: only math 40, only science 20, neither 20

Example: Fair attractions

At a fair, 100 people tried rides, 75 tried games, and 40 tried both. How many tried exactly one?

Fair attractions venn diagram
Fair attractions venn diagram
  • n(A∪B)=100+75−40=135
  • Rides only: 100−40=60; Games only: 75−40=35; Exactly one: 60+35=95

Answer: 95

  • Use inverse operations to isolate variables.
  • Use the distributive property to eliminate parentheses.
  • Be mindful of order of operations when variables and numbers are mixed.
  • Know exponent rules to simplify expressions quickly.
  • Look for perfect square factors when simplifying roots.
  • Estimate square roots using nearby perfect squares.
  • Do not combine square root terms unless the radicands match.
  • Identify all given sets clearly (for example, A, B, C).
  • Union (∪) combines all unique elements, and intersection (∩) selects common elements.
  • For combined operations such as (A∪B)∩C, work step by step.
  • In a two set Venn diagram:
    • n(A∪B)=nA​+nB​−nAB​
    • A only =nA​−nAB​, B only =nB​−nAB​
    • Neither =N−nA​−nB​+nAB​

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.

Working with numbers

The order of operations, number properties, exponent rules, and square root rules come up constantly in algebra and real-world problem solving. This section reviews the key rules and common pitfalls, then works through examples to build accuracy and speed.

Order of operations

The order of operations is a set of rules that tells you what to do first when evaluating an expression. The acronym PEMDAS helps you remember the order:

  1. Parentheses: evaluate expressions inside parentheses first.
  2. Exponents and roots: calculate powers and roots.
  3. Multiplication and division (equal priority): perform left to right - neither one comes before the other.
  4. Addition and subtraction (equal priority): perform left to right - neither one comes before the other.

Common mistakes with PEMDAS: Always simplify inside parentheses before applying any outside operations - 3×(2+4)=3×6=18, not 3×2+4=10. Also, a leading negative sign is not part of the base: −22=−(22)=−4, whereas (−2)2=4.

Number properties

Common number properties

Property Example Description
Commutative a+b=b+a; ab=ba You can switch the order of addition or multiplication.
Associative (a+b)+c=a+(b+c) Regroups terms within the same operation - no new multiplication is introduced.
Distributive a(b+c)=ab+ac Multiplies a factor across a sum or difference; unlike associative, this always introduces a new multiplication.
Identity a+0=a; a×1=a Zero is the additive identity; one is the multiplicative identity.
Inverse a+(−a)=0; a×a1​=1 (for a=0) Use opposites or reciprocals to undo operations.

Exponent rules

Working with integer exponents

Rule Example Description
Product rule xm⋅xn=xm+n Add exponents when bases are the same.
Quotient rule xnxm​=xm−n Subtract exponents when dividing like bases.
Power of a power rule (xm)n=xmn Multiply exponents when raising a power to a power.
Zero exponent rule x0=1 (for x=0) Any nonzero number to the 0 power is 1.
Negative exponent rule x−n=xn1​ Flip the base and make the exponent positive.

Scientific notation

Scientific notation expresses a number in the form a×10n, where 1≤∣a∣<10 and n is an integer. This format is especially useful for very large or very small numbers.

  • To convert a large number to scientific notation, move the decimal point to the left until one non-zero digit remains to the left. The number of places moved becomes a positive exponent.
  • To convert a small number (between 0 and 1), move the decimal point to the right. The number of places moved becomes a negative exponent.

Example: Converting to scientific notation

Convert 4200 and 0.0042 to scientific notation.

  • 4200: move the decimal 3 places left → 4.2×103
  • 0.0042: move the decimal 3 places right → 4.2×10−3

Answer: 4200=4.2×103; 0.0042=4.2×10−3

Problem-solving with variables

Example: Simplifying with PEMDAS and distribution

Simplify (a) 8+2×(32−5), then (b) 5(x+2)−3x.

(a) PEMDAS:

  • Parentheses: 32−5=9−5=4
  • Multiply: 2×4=8
  • Add: 8+8=16

(b) Distributive property:

  • Distribute: 5x+10−3x
  • Combine like terms: (5x−3x)+10=2x+10

Answer: (a) 16; (b) 2x+10

Fraction operations

To add or subtract fractions, you need a common denominator. To divide by a fraction, multiply by its reciprocal.

Example: Fraction operations

Add 31​+41​, then divide 32​÷54​.

Addition:

  • Find a common denominator: the LCD of 3 and 4 is 12.
  • Rewrite each fraction: 31​=124​ and 41​=123​
  • Add: 124​+123​=127​

Division:

  • Dividing by a fraction is the same as multiplying by its reciprocal: 32​×45​
  • You can cancel common factors before multiplying: the 2 in the numerator and 4 in the denominator share a factor of 2, giving 31​×25​=65​.

Answer: 31​+41​=127​; 32​÷54​=65​

Operations with square roots

Square roots fall under the Exponents and roots step of PEMDAS - evaluate them after parentheses, but before multiplication, division, addition, and subtraction. To simplify a square root, factor the radicand and pull out any perfect-square factors. You can add or subtract radicals only when they share the same radicand; simplify each radical first, since doing so may reveal like radicals.

Example: Square roots - evaluate, simplify, and combine

(a) Evaluate 3+16−7​.   (b) Simplify 12​−3​.

(a)

  • Inside the radical: 16−7=9
  • Exponents/roots: 9​=3
  • Add: 3+3=6

(b)

  • Simplify 12​=4⋅3​=23​
  • Combine like radicals: 23​−3​=3​

Answer: (a) 6; (b) 3​

The same parentheses-first logic that governs arithmetic applies to set operations as well: grouping determines which operation you perform first.

Unions and intersections of sets

Definitions
Union (A∪B)
The set containing all elements that are in A, or in B, or in both.
Intersection (A∩B)
The set containing all elements that are in both A and B.

Just as parentheses control the order of arithmetic operations, they also control the order of set operations. In an expression like (A∪B)∩C, you evaluate the union inside the parentheses first, then intersect the result with C.

Example: Combined set operations

Find (A∪B)∩C where A={1,2,3}, B={3,4,5}, and C={2,3,5,7}.

  • First, A∪B={1,2,3,4,5}.
  • Then, (A∪B)∩C={2,3,5}.

Answer: {2,3,5}

Understanding Venn diagrams

A Venn diagram uses overlapping circles to represent sets. The overlap shows the intersection (elements in both sets), and the non-overlapping parts show elements that belong to only one set.

To count elements in each region of a two-set Venn diagram, use the inclusion-exclusion equation: ∣A∪B∣=∣A∣+∣B∣−∣A∩B∣. Plug in what you know, solve for what you don’t, then fill in each region.

Solving problems with Venn diagrams

Example: Math and science

In a group of 100 students, 60 like math, 40 like science, and 20 like both. How many like only math, only science, and neither?

Let M = students who like math (n(M)=60) and S = students who like science (n(S)=40), with n(M∩S)=20.

  • Inclusion-exclusion: n(M∪S)=60+40−20=80
  • Both: 20
  • Only math: 60−20=40
  • Only science: 40−20=20
  • Neither: 100−80=20

Answer: only math 40, only science 20, neither 20

Example: Fair attractions

At a fair, 100 people tried rides, 75 tried games, and 40 tried both. How many tried exactly one?

  • n(A∪B)=100+75−40=135
  • Rides only: 100−40=60; Games only: 75−40=35; Exactly one: 60+35=95

Answer: 95

Key points
  • Use inverse operations to isolate variables.
  • Use the distributive property to eliminate parentheses.
  • Be mindful of order of operations when variables and numbers are mixed.
  • Know exponent rules to simplify expressions quickly.
  • Look for perfect square factors when simplifying roots.
  • Estimate square roots using nearby perfect squares.
  • Do not combine square root terms unless the radicands match.
  • Identify all given sets clearly (for example, A, B, C).
  • Union (∪) combines all unique elements, and intersection (∩) selects common elements.
  • For combined operations such as (A∪B)∩C, work step by step.
  • In a two set Venn diagram:
    • n(A∪B)=nA​+nB​−nAB​
    • A only =nA​−nAB​, B only =nB​−nAB​
    • Neither =N−nA​−nB​+nAB​