9.1 Multi-Digit Arithmetic, Factorization & Order of Operations (PEMDAS)

Key Takeaways

  • Because calculators are strictly prohibited on the CBEST, multi-digit operations must be executed efficiently using place-value decomposition, partial products, and distributive mental shortcuts.
  • In CBEST division word problems, the remainder cannot merely be calculated—it must be contextually interpreted by rounding up to a whole unit, discarding the remainder, or expressing it as an exact fraction.
  • Divisibility rules for 2, 3, 4, 5, 6, 8, 9, and 10 provide rapid factorization tests to evaluate answer choices and simplify fractions without long division.
  • Greatest Common Factor (GCF) partitions items into the largest identical groupings without leftovers, whereas Least Common Multiple (LCM) determines the smallest synchronized interval or repeating cycle for multiple events.
  • In the Order of Operations (PEMDAS/GEMDAS), multiplication does not take precedence over division, and addition does not take precedence over subtraction; both operation pairs must be executed strictly from left to right.
Last updated: September 2026

9.1 Multi-Digit Arithmetic, Factorization & Order of Operations (PEMDAS)

The No-Calculator Mandate on the CBEST

The California Basic Educational Skills Test (CBEST) Mathematics subtest strictly prohibits calculators of any kind. At a test center, examinees receive only a pen and a booklet of erasable sheets to complete 50 quantitative items within 120 minutes; online-proctored candidates are told outright that they "cannot use paper and pencil/pen." This structure yields an average pace of exactly 2.4 minutes (144 seconds) per question.

Candidates who rely exclusively on cumbersome, mechanical longhand scratchwork frequently exhaust their time budget and introduce computational errors, such as dropped place values or borrowing mistakes. Succeeding on Skill Factor 2 (Computation and Problem Solving) requires a balance of sound written algorithms and powerful mental shortcuts: using the distributive property to simplify large products, applying divisibility checks to factor composite numbers rapidly, and navigating grouping symbols without falling into order-of-operations traps.


Multi-Digit Addition and Subtraction Mechanics

Column Alignment and Partial Sums in Addition

When adding multi-digit integers manually, place-value alignment is fundamental. Numbers must align vertically with units under units, tens under tens, and hundreds under hundreds. In addition to standard vertical addition, high-speed test-takers frequently utilize the partial sums method (adding from left to right), which eliminates carrying confusion:

For example, to compute 487 + 356:

  1. Add hundreds: 400 + 300 = 700
  2. Add tens: 80 + 50 = 130
  3. Add ones: 7 + 6 = 13
  4. Combine partial sums: 700 + 130 + 13 = 843

Subtraction and Borrowing Across Zeros

Standard vertical subtraction requires borrowing (regrouping) across place values. When subtracting from minuends containing consecutive zeros (such as 5,000 - 1,784), traditional column borrowing often creates errors.

You can eliminate borrowing entirely using the equal addition (constant difference) property:

ab=(a1)(b1)a - b = (a - 1) - (b - 1)

Subtracting 1 from both numbers transforms 5,000 - 1,784 into 4,999 - 1,783. Because 4,999 contains no zeros, subtraction proceeds without a single regrouping step:

  • Thousands: 4 - 1 = 3
  • Hundreds: 9 - 7 = 2
  • Tens: 9 - 8 = 1
  • Ones: 9 - 3 = 6
  • Result: 3,216

Multi-Digit Multiplication & Mental Shortcuts

Traditional vertical multiplication of multi-digit numbers is both time-intensive and error-prone. The CBEST frequently constructs questions where numbers can be quickly decomposed using basic arithmetic properties:

The Distributive Property Shortcut

The distributive property states that a × (b + c) = (a × b) + (a × c). Decompose unfamiliar multi-digit factors into clean benchmark components:

  • Example 1: 24 × 15 = 24 × (10 + 5) = (24 × 10) + (24 × 5) = 240 + 120 = 360.
  • Example 2 (Near-Benchmark Subtraction): 18 × 99 = 18 × (100 - 1) = (18 × 100) - (18 × 1) = 1,800 - 18 = 1,782.
  • Example 3: 35 × 22 = 35 × (20 + 2) = (35 × 20) + (35 × 2) = 700 + 70 = 770.

The Doubling and Halving Technique

When multiplying two factors where one factor is even and the other ends in 5 or 25, multiply one factor by 2 while dividing the other by 2. The total product remains identical:

a×b=(a÷2)×(b×2)a \times b = (a \div 2) \times (b \times 2)

  • Problem: 16 × 25
    • Halve 16 and double 25: 8 × 50
    • Halve 8 and double 50: 4 × 100 = 400
  • Problem: 28 × 15
    • Halve 28 and double 15: 14 × 30 = 420
  • Problem: 48 × 3.5
    • Halve 48 and double 3.5: 24 × 7 = 168

Long Division and Real-World Remainder Interpretation

In whole-number long division, dividing dividend a by divisor b yields a whole-number quotient q and a non-negative remainder r:

a=b×q+r,0r<ba = b \times q + r, \quad 0 \le r < b

On the CBEST, arithmetic division questions are rarely presented in isolation; they are embedded in applied word problems. The exam assesses whether you know how to interpret the remainder r in context:

ContextProblem ScenarioAction on RemainderMathematical Example
Capacity / TransportationRenting passenger vans, school buses, or shipping cratesRound Up (q + 1): Any leftover individuals or objects require another full container or vehicle.145 students on 30-passenger buses: 145 ÷ 30 = 4 R 25 ⇒ 5 buses.
Discrete PackagingAssembling uniform supply kits or textbook setsDiscard Remainder (q): Partial kits cannot be distributed; leftovers remain unused.215 notebooks packed 12 per carton: 215 ÷ 12 = 17 R 11 ⇒ 17 complete cartons.
Continuous SharingDividing fabric lengths, liquid volumes, or moneyExpress as Fraction (q + r/b): Physical goods can be cut or distributed proportionally.Sharing 19 yards of ribbon among 4 classes: 19 ÷ 4 = 4 3/4 yards each.

Divisibility Rules for Rapid Elimination

Divisibility rules allow examinees to verify factors and simplify fractions without performing scratchpad long division:

DivisorDivisibility CriterionTest ExampleAnalysis
2The last digit is even (0, 2, 4, 6, 8).3,758Last digit is 8 (even) ⇒ Divisible.
3The sum of all digits is divisible by 3.4,2814 + 2 + 8 + 1 = 15; 15 ÷ 3 = 5 ⇒ Divisible.
4The last two digits form a number divisible by 4.9,536Last two digits 36; 36 ÷ 4 = 9 ⇒ Divisible.
5The last digit is 0 or 5.8,925Last digit is 5 ⇒ Divisible.
6The number is divisible by both 2 and 3.7,134Even (divisible by 2); 7+1+3+4=15 (divisible by 3) ⇒ Divisible.
8The last three digits form a number divisible by 8.15,128Last three digits 128; 128 ÷ 8 = 16 ⇒ Divisible.
9The sum of all digits is divisible by 9.28,4582 + 8 + 4 + 5 + 8 = 27; 27 ÷ 9 = 3 ⇒ Divisible.
10The last digit is 0.43,890Last digit is 0 ⇒ Divisible.

Prime Factorization, GCF, and LCM

Primes vs. Composites

A prime number is an integer strictly greater than 1 whose only positive divisors are 1 and itself. A composite number has three or more positive factors. The integer 1 is neither prime nor composite, and 2 is the only even prime number. The prime numbers less than 50 are:

{2,3,5,7,11,13,17,19,23,29,31,37,41,43,47}\{2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47\}

Factor Trees and Prime Power Decomposition

Every composite number can be uniquely decomposed into a product of prime factors. For example, factoring 360 using a factor tree:

360=36×10=(6×6)×(2×5)=(2×3×2×3)×(2×5)=23×32×5360 = 36 \times 10 = (6 \times 6) \times (2 \times 5) = (2 \times 3 \times 2 \times 3) \times (2 \times 5) = 2^3 \times 3^2 \times 5

Greatest Common Factor (GCF) vs. Least Common Multiple (LCM)

  • Greatest Common Factor (GCF): The largest integer that divides evenly into every number in a given set. Calculated by taking the lowest power of all shared prime factors.
    • Applied Context: Partitioning materials into identical groups or cutting lengths without leftover scrap.
  • Least Common Multiple (LCM): The smallest positive integer divisible by every number in the set. Calculated by taking the highest power of every prime factor present across all factorizations.
    • Applied Context: Determining when recurring cycles, synchronized alarms, or overlapping schedules coincide.

Comparative Factorization Example: 24 and 36

  • Prime factorizations: 24 = 2³ × 3¹ and 36 = 2² × 3²
  • GCF(24, 36) = 2^(min(3,2)) × 3^(min(1,2)) = 2² × 3¹ = 4 × 3 = 12
  • LCM(24, 36) = 2^(max(3,2)) × 3^(max(1,2)) = 2³ × 3² = 8 × 9 = 72

Order of Operations (PEMDAS/GEMDAS)

Mathematical expressions must be evaluated using the standard operational hierarchy:

  1. P / G (Parentheses & Grouping): Evaluate terms inside parentheses (), brackets [], braces {}, fraction bars, and absolute values from innermost to outermost.
  2. E (Exponents & Roots): Compute powers and square roots.
  3. M / D (Multiplication & Division): Evaluate strictly from left to right as they appear. Multiplication does not take precedence over division!
  4. A / S (Addition & Subtraction): Evaluate strictly from left to right as they appear. Addition does not take precedence over subtraction!

Three Classic PEMDAS Traps on the CBEST

  • Trap 1: The Multiplication-Before-Division Myth: Evaluate 24 ÷ 6 × 2.
    • Incorrect: Multiplying first gives 24 ÷ (6 × 2) = 24 ÷ 12 = 2.
    • Correct: Division and multiplication share equal precedence; work left to right: (24 ÷ 6) × 2 = 4 × 2 = 8.
  • Trap 2: Addition-Before-Subtraction Error: Evaluate 18 - 3 × 4 + 2.
    • Incorrect: Adding first gives 18 - 3 × 6 = 18 - 18 = 0; or subtracting first gives (18 - 3) × 4 + 2 = 62.
    • Correct: Multiply first (3 × 4 = 12) to yield 18 - 12 + 2. Then compute left to right: 18 - 12 = 6, followed by 6 + 2 = 8.
  • Trap 3: The Fraction Bar as a Grouping Symbol: Evaluate (36 + 14 × 2)/(10 - 2³).
    • Both the numerator and denominator function as grouped quantities: (36 + 28)/(10 - 8) = 64/2 = 32.
Loading diagram...
Order of Operations (PEMDAS) Evaluation Hierarchy
Distribution of Common Computational Errors on CBEST Whole Number Items
Test Your Knowledge

A district warehouse receives a shipment of 4,128 student workbooks and packs them into cartons that hold exactly 24 workbooks each. The full cartons are then divided evenly among 8 school sites; any cartons that cannot be distributed evenly remain at the warehouse. How many cartons does each school site receive?

A
B
C
D
Test Your Knowledge

In an elementary school daily schedule, three automated campus alerts chime at recurring intervals during afternoon rotations. The library chime sounds every 12 minutes, the computer laboratory chime sounds every 18 minutes, and the physical education chime sounds every 30 minutes. If all three chimes sound simultaneously at 1:00 PM, at what time will all three chimes sound together again next?

A
B
C
D
Test Your Knowledge

What is the simplified numerical value of the following arithmetic expression? 48÷[2×(95)224]+7×348 \div [ 2 \times (9 - 5)^2 - 24 ] + 7 \times 3

A
B
C
D