Praxis Core: Number & Quantity — Study Guide
Overview
This study guide covers the core Number & Quantity concepts tested on the Praxis Core Mathematics exam. Topics include number properties, fraction and decimal operations, ratios and proportions, percentages, and integer arithmetic. Mastery of these foundational skills is essential, as they appear both directly and embedded within more complex problem types.
---
Number Properties
Summary
Number properties describe how numbers behave under operations and how they are classified. Understanding classifications (rational, prime, composite) and operational properties (distributive, associative) allows you to simplify problems efficiently and recognize shortcuts on the exam.
Number Classifications
- Includes: integers, terminating decimals (0.625), repeating decimals (0.333...)
Prime vs. Composite Numbers
| Type | Definition | Example |
|------|-----------|---------|
| Prime | Exactly 2 factors: 1 and itself | 2, 3, 5, 7, 11 |
| Composite | More than 2 factors | 4, 6, 9, 12 |
| Neither | The number 1 | 1 |
> ⚠️ Watch Out For: The number 1 is neither prime nor composite — this is a frequent trap on the exam. Also, 2 is the only even prime number.
Key Properties of Operations
| Property | Addition | Multiplication |
|----------|----------|---------------|
| Commutative | a + b = b + a | a × b = b × a |
| Associative | (a + b) + c = a + (b + c) | (a × b) × c = a × (b × c) |
| Identity | a + 0 = a | a × 1 = a |
| Distributive | a(b + c) = ab + ac | (applies across addition/subtraction) |
GCF and LCM
- GCF(36, 48) = 12
- Method: List all factors of each number; identify the largest shared factor
- LCM(8, 12) = 24
- Method: List multiples of each number; identify the smallest shared multiple
Absolute Value
Key Terms
---
Fractions & Decimals
Summary
Fraction operations require finding common denominators for addition/subtraction and using reciprocals for division. Converting between fractions, decimals, and mixed numbers is a tested skill. Always simplify your final answer.
Fraction Operations
#### Addition & Subtraction — Unlike Denominators
1. Find the LCM of the denominators (the LCD)
2. Convert each fraction to an equivalent fraction using the LCD
3. Add or subtract the numerators; keep the denominator
> Example: 1/3 + 1/4 → LCD = 12 → 4/12 + 3/12 = 7/12
#### Multiplication
#### Division — "Keep, Change, Flip"
> Example: (3/4) ÷ (2/5) = (3/4) × (5/2) = 15/8
Mixed Numbers
- 2⅓ → (2 × 3 + 1)/3 = 7/3
> Example: (7/3) × (3/7) = 21/21 = 1
Fraction ↔ Decimal Conversions
| To Convert | Method |
|-----------|--------|
| Fraction → Decimal | Divide numerator ÷ denominator |
| Decimal → Fraction | Write as fraction over power of 10; simplify |
> ⚠️ Watch Out For: Forgetting to convert mixed numbers to improper fractions before multiplying or dividing. Operating on the whole number and fraction parts separately is a common error.
Key Terms
---
Ratios, Rates & Proportions
Summary
Ratios compare two quantities; rates compare quantities with different units; proportions state that two ratios are equal. Cross-multiplication is the primary tool for solving proportions. Unit rates simplify comparisons.
Core Concepts
- 150 miles in 3 hours → 150 ÷ 3 = 50 miles per hour
Solving Proportions — Step-by-Step
1. Set up the equation: a/b = c/d
2. Cross-multiply: a × d = b × c
3. Solve for the unknown variable
> Example: Recipe calls for 2 cups flour per 3 cups sugar. How much flour for 9 cups sugar?
> 2/3 = x/9 → 3x = 18 → x = 6 cups of flour
Ratio Problems with Parts
> Example: Ratio of boys to girls is 3:5. If there are 25 girls → 5 parts = 25 → 1 part = 5 → boys = 3 × 5 = 15 boys
> ⚠️ Watch Out For: In ratio problems, the numbers given must align with the ratio parts. If your answer is not a whole number (e.g., 14.4 boys), re-read the problem — the given values may not perfectly match the ratio, or the question may ask for an approximation. Look for consistent setups.
Key Terms
---
Percentages
Summary
Percentages express a part out of 100. Three core problem types appear on the exam: finding a percent of a number, finding what percent one number is of another, and calculating percent change. Know the formula for each.
Essential Conversions
| Convert | Method | Example |
|---------|--------|---------|
| Percent → Decimal | Divide by 100 | 35% = 0.35 |
| Decimal → Percent | Multiply by 100 | 0.35 = 35% |
| Percent → Fraction | Write over 100; simplify | 35% = 35/100 = 7/20 |
The Three Core Percent Problems
#### 1. Finding a Percent of a Number
> Formula: Part = Percent (decimal) × Whole
> Example: 40% of 85 → 0.40 × 85 = 34
#### 2. Finding What Percent One Number Is of Another
> Formula: (Part ÷ Whole) × 100
> Example: 18 is what percent of 72? → (18 ÷ 72) × 100 = 25%
#### 3. Percent Change (Increase or Decrease)
> Formula: [(New Value − Old Value) / Old Value] × 100
> - Positive result = percent increase
> - Negative result = percent decrease
> Example: Salary from $40,000 → $46,000 → [(46,000 − 40,000) / 40,000] × 100 = 15% increase
Discounts & Sale Prices
- 25% off $120 → 0.25 × 120 = $30 → $120 − $30 = $90
- $120 × 0.75 = $90 (faster on exam)
> ⚠️ Watch Out For:
> - In percent change problems, always divide by the original (old) value, not the new value
> - Don't confuse "percent of" with "percent more than" — they require different setups
> - Moving the decimal: 35% → 0.35 (move left 2 places); not 3.5 or 0.035*
Key Terms
---
Integers & Order of Operations
Summary
Integers include all positive and negative whole numbers and zero. Rules for signs under multiplication and division, combined with strict adherence to order of operations (PEMDAS), are foundational skills that appear in nearly every math problem on the exam.
Integer Sign Rules
| Operation | Rule | Example |
|-----------|------|---------|
| (+) × (+) | Positive | 4 × 3 = 12 |
| (−) × (−) | Positive | −5 × −3 = 15 |
| (+) × (−) | Negative | 4 × −3 = −12 |
| (−) × (+) | Negative | −4 × 3 = −12 |
| Same rule applies to division | | |
> Memory tip: Same signs → Positive; Different signs → Negative
Order of Operations — PEMDAS
| Step | Letter | Operation |
|------|--------|-----------|
| 1 | P | Parentheses (innermost first) |
| 2 | E | Exponents |
| 3 | M/D | Multiplication & Division (left to right) |
| 4 | A/S | Addition & Subtraction (left to right) |
> ⚠️ Watch Out For: Multiplication and Division are performed left to right — not multiplication always before division. Same rule applies to Addition and Subtraction. This is a very common source of errors.
Worked Examples
Example 1: −3 × (−4) + 2² − 7
1. Exponent: 2² = 4
2. Multiply: −3 × (−4) = 12
3. Combine: 12 + 4 − 7 = 9 ✓
Example 2: 3 + 6 × 2 − (4 + 1)
1. Parentheses: (4 + 1) = 5
2. Multiply: 6 × 2 = 12
3. Left to right: 3 + 12 − 5 = 10 ✓
Key Terms
---
Quick Review Checklist
Use this checklist in the final days before your exam:
---
Focus extra attention on percent change, proportion setup, and PEMDAS — these are among the most frequently tested and most frequently missed topics on the Praxis Core.