📖 Why This Matters on the GED
On the GED math test, the first 5 questions are no-calculator. One of the most common no-calculator question types is decimal multiplication — things like 5.2 × 1.3 or 0.08 × 47. These can look intimidating, but you do not need to be fast at multiplication facts to solve them.
There are two strategies that solve most of these problems with very little arithmetic:
- Estimation. Round to easy numbers, get a rough answer, then pick the choice closest to your estimate.
- Decimal-place counting. The number of decimal places in the answer is fixed by the question — you can eliminate impossible answers before computing.
⭐ The big idea
Estimate first, count decimal places second, and only do the full multiplication if you truly need to.
🎯 Strategy 1 — Estimate First
Before you multiply anything, ask: "Roughly, what should the answer be?" This catches misplaced decimals and unreasonable choices fast.
The 3-step estimate
- Round each decimal to the nearest whole number.
- Multiply the two whole numbers in your head.
- Look at the answer choices — eliminate any that aren't close to your estimate.
Example. What is 7.8 × 4.2?
Round: 7.8 → 8, and 4.2 → 4. So the answer is about 8 × 4 = 32. Any answer choice that isn't near 32 (like 3.2 or 327.6) is wrong — even before you do the real math. The real answer is 32.76.
Most GED no-calc decimal questions can be solved this way alone.
🔢 Rounding Review — Closest Whole Number
To round a decimal to the nearest whole number, look at the digit right after the decimal point:
Digit is 0, 1, 2, 3, or 4
Round DOWN
7.3 → 7 · 12.4 → 12 · 0.49 → 0
Digit is 5, 6, 7, 8, or 9
Round UP
7.8 → 8 · 12.5 → 13 · 0.71 → 1
Quick check: Is 43.6 closer to 40 or to 44? The tenths digit is 6, which rounds up, so 43.6 → 44. (Or to round to the nearest 10, look at the ones digit: 43.6 has a 3 in the ones place — round down to 40. Either choice is fine if it's easier to multiply in your head.)
🎯 Strategy 2 — Count Decimal Places
Here's the rule that solves a huge number of GED no-calc questions on its own:
⭐ Decimal-place rule
The number of decimal places in the answer = the number of decimal places in the question (added together).
Counting decimal places means counting digits to the right of the decimal point.
Count both factors
Add the decimal places
3.4 (1 place) × 2.15 (2 places) = answer has 1 + 2 = 3 decimal places
Apply at the end
Place the decimal in your final number
34 × 215 = 7310 → final answer = 7.310 (3 places from the right)
Why this matters: If the answer choices are 0.7310, 7.310, 73.10, and 731.0, only one of those has the right number of decimal places. The other three can't be right — you don't even need to multiply.
↗️ Carrying/Regrouping — Quick Review
When you multiply digit by digit and the answer is 10 or bigger, you write down the ones digit and "carry" the rest to the next column. This is the part most students find tricky — go slowly.
Example. 7 × 8 = 56. Write down the 6, carry the 5 to the next column. Then when you multiply the next column, add that 5 to whatever you get.
Tip: write the carry digit clearly, even draw a small box around it. If you skip writing it, you'll forget to add it later.
📐 The Standard 3-Step Procedure
When estimation and decimal-place counting can't narrow it down to one choice, you have to do the full multiplication. Follow these three steps:
⭐ Multiplying decimals — 3 steps
- Ignore the decimal points and multiply the numbers as if they were whole numbers.
- Count the total decimal places in the two original numbers (added together).
- Place the decimal in your answer that many places from the right.
Why it works: Multiplying 3.4 × 2.1 is the same as 34 × 21, just with a built-in division by 100 at the end (because 3.4 = 34 ÷ 10 and 2.1 = 21 ÷ 10, so the product gets divided by 10 × 10 = 100). Moving the decimal 2 places left in 714 gives you 7.14.
🔢 Worked Examples
Example 1 — Solve with estimation alone
Which is the best estimate for 6.7 × 4.2?
Step 1. Round each number to the nearest whole.
6.7 → 7 (tenths digit is 7, round up) · 4.2 → 4 (tenths digit is 2, round down)
Step 2. Multiply the rounded numbers.
7 × 4 = 28
Step 3. The real answer is about 28.
(Real answer: 28.14. Estimate was within 1 of the real answer.)
Example 2 — Eliminate by counting decimal places
If 53 × 27 = 1,431, then 5.3 × 2.7 = ?
A) 0.1431 B) 1.431 C) 14.31 D) 143.1
Step 1. Count the decimal places in each number.
5.3 has 1 decimal place. 2.7 has 1 decimal place.
Step 2. Add them — that's the number of decimal places in the answer.
1 + 1 = 2 decimal places.
Step 3. Take the whole-number answer (1,431) and place the decimal 2 places from the right.
1,431 → 14.31
Step 4. Check by estimation: 5.3 × 2.7 ≈ 5 × 3 = 15. The answer 14.31 is very close to 15. ✓
Example 3 — Full 2-digit × 2-digit multiplication
Find 4.6 × 3.7 without a calculator.
Step 1. Estimate first to know roughly what answer to expect.
5 × 4 = 20, so the answer is about 20.
Step 2. Ignore the decimals — multiply 46 × 37.
46 × 7 = 322 (carry the 4 when 6×7=42, then 4×7=28+4=32)
46 × 30 = 1380
322 + 1380 = 1702
Step 3. Count decimal places — 4.6 has 1, 3.7 has 1 → total 2.
Step 4. Place the decimal 2 places from the right of 1702.
1702 → 17.02
Step 5. Sanity-check against the estimate: 17.02 ≈ 20. Close. ✓
Example 4 — 3-digit × 2-digit with decimals
Find 24.5 × 1.6 without a calculator.
Step 1. Estimate.
25 × 2 = 50, so the answer is about 50.
Step 2. Multiply 245 × 16 (ignore decimals).
245 × 6 = 1,470
245 × 10 = 2,450
1,470 + 2,450 = 3,920
Step 3. Decimal places: 24.5 has 1, 1.6 has 1 → total 2.
Step 4. Place the decimal 2 places from the right.
3,920 → 39.20 = 39.2
Step 5. Sanity-check: 39.2 ≈ 50. Reasonable. ✓
Example 5 — Multiplying by a number less than 1
Find 0.4 × 25 without a calculator.
Step 1. Estimate. When you multiply by a number less than 1, the answer is less than the other number.
0.4 is between 0 and 1, so the answer should be less than 25.
Step 2. Multiply 4 × 25 (ignore the decimal).
4 × 25 = 100
Step 3. Decimal places: 0.4 has 1, 25 has 0 → total 1.
Step 4. Place the decimal 1 place from the right of 100.
100 → 10.0 = 10
Step 5. Check: 10 is less than 25 — matches the estimate. ✓
⚠️ Common Mistakes
These are the slips that trip up most students. Watch for them.
1. Misplacing the decimal in the final answer
If you forget to count decimal places, you'll write an answer that's 10× or 100× too big (or too small). Always estimate first so you'd notice if you wrote 1.702 instead of 17.02.
2. Lining up the decimal points like in addition
Decimal multiplication is NOT like decimal addition. You do not line up the decimals. Multiply the numbers as if the decimals weren't there, then put the decimal at the end.
3. Forgetting to add the carry digit
When 8 × 7 = 56, the "5" gets carried to the next column. Many students drop it. Write the carry above the next column clearly so you remember to add it.
4. Counting decimal places wrong
Count digits to the right of the decimal point, not total digits. 0.5 has 1 decimal place. 0.05 has 2. 1.234 has 3.
5. Skipping the estimate
If you skip the estimate, you have no way to catch a misplaced decimal. The estimate takes 5 seconds and can save you the whole question.
6. Doing extra arithmetic when elimination would have worked
On a multiple-choice question, you don't need the exact answer. You need to pick the right choice. Estimate + decimal counting usually narrows it down to one option — stop there.
🎯 GED Strategy Summary
Every time you face a decimal multiplication question on the no-calculator section, run through this checklist:
Before you compute anything
- Round to whole numbers and estimate the answer in your head.
- Count decimal places in the two factors — add them up.
- Look at the answer choices. Eliminate any that aren't close to your estimate OR don't have the right number of decimal places.
- If only one choice remains, you're done — no multiplication needed.
- If two choices remain, do the full multiplication.
⭐ Takeaway
Estimate, count decimal places, eliminate. Most no-calc decimal multiplication questions can be solved without doing the real multiplication.
✏️ Practice Questions