Deduce hidden digits from the ones place up
The long-multiplication below shows a three-digit number multiplied by a two-digit number. Find the digit that belongs in each of , , , , and .
(Layout) The top three-digit number is and the two-digit multiplier is . The first partial product is , the second partial product is written shifted one place to the left, and adding the two partial products gives the final product .
Show solution
Understand
A three-digit number 4A2 is multiplied by a two-digit number 3B. The two partial products are 2C10 and 1D86 (shifted one place left), and the final product is E6170. We must find each hidden digit A, B, C, D, and E.
- Top factor is 4A2 (a three-digit number)
- Bottom factor is 3B (a two-digit number)
- First partial product (top factor times ones digit B) is 2C10
- Second partial product (top factor times tens digit 3) is 1D86, shifted one place left
- Final product is E6170
- The digits A, B, C, D, and E
- Each letter is a single digit 0-9
- The second partial product equals 4A2 times 3
- The first partial product equals 4A2 times B
Plan
#6 Guess and Check · also uses: #7 Identify Subproblems#5 Look for a Pattern
The second partial product 1D86 must equal 4A2 x 3, which depends only on A; testing digits for A in a bounded range pins it down. With A known, the first partial product 4A2 x B = 2C10 fixes B, and the addition fixes E. Breaking the multiplication into its known partial products is the key subproblem split.
Execute
Review
Check the whole multiplication: 462 x 35 = 16170, a five-digit number matching E6170 = 16170. Both partial products (2310 and 1386 shifted) add correctly, so all five digits are consistent.
Instead of guess-and-check, use Look for a Pattern (tool 5) on the ones digits: the second partial ends in 6, and since 2 x 3 = 6 the ones place is automatic, then read each column of the standard algorithm to deduce digits one place at a time.
Standards · min grade 4
4.NBT.B.5Multiply a whole number of up to four digits by a one-digit whole number — Computing each partial product (462 x 3 and 462 x 5) and the full product 462 x 35 to identify the hidden digits.