HomeMath › Multiplication Calculator

Multiplication Calculator

Multiply any two numbers — whole numbers, decimals, or negatives — and get the exact product with thousands separators, plus a one-digit estimate so you can sanity-check the answer's size.

Example: with First number 57 · Second number 70 → Product: 3,990.

  • Equation57 × 70 = 3,990
  • Estimate check≈ 60 × 70 = 4,200 (one-digit estimate)

Computed by the calculator below using its default values. Change any input to see your own numbers.

Product
Equation
Estimate check

57 × 70 = 3,990. The estimate row rounds each factor to one significant digit (60 × 70 = 4,200) — if your exact answer is far from the estimate, recheck a decimal point.

Getting products right without a calculator nearby

Most multiplication errors are not fact errors — they are place-value errors. 57 × 70 is really 57 × 7 × 10: compute 399, then shift one place to get 3,990. Dropping or adding that zero is the classic slip, which is why the estimate row rounds each factor to its leading digit (60 × 70 = 4,200) — a five-second check that catches order-of-magnitude mistakes instantly.

Decimals follow one rule: multiply as if both numbers were whole, then place the decimal point so the answer has as many decimal places as the two factors combined. 0.25 × 0.4 becomes 25 × 4 = 100, and with three total decimal places that is 0.100 = 0.1. Signs are simpler still — same signs give a positive product, opposite signs give a negative one.

How it’s calculated

Product = a × b, computed in double-precision floating point and cleaned to 12 significant digits to remove binary rounding noise (so 0.25 × 0.4 displays as 0.1, not 0.10000000000000001). The estimate rounds each factor to one significant digit before multiplying. Results beyond 10^15 switch to scientific notation.

Standard 64-bit floating point carries about 15-16 significant digits — products of two very long numbers are rounded at that precision rather than computed in exact integer arithmetic.

Mental-math shortcuts

Multiply byTrickExample
5Halve, then × 1046 × 5 = 23 × 10 = 230
9× 10, minus the number57 × 9 = 570 − 57 = 513
11× 10, plus the number34 × 11 = 340 + 34 = 374
25Quarter, then × 10048 × 25 = 12 × 100 = 1,200
Multiples of 10Multiply digits, append zeros57 × 70 = 399 → 3,990

Standard arithmetic identities: 5 = 10/2, 9 = 10−1, 11 = 10+1, 25 = 100/4.

Common mistakes

  • Dropping a zero when a factor ends in 0 — 57 × 70 is 3,990, not 399.
  • Misplacing the decimal point: the product needs as many decimal places as both factors combined (0.25 × 0.4 has three, giving 0.100).
  • Sign slips with negatives — negative × negative is positive; only mixed signs give a negative product.
  • Trusting a typo because the answer 'looks big' — compare against a one-digit estimate to catch order-of-magnitude errors.

Frequently asked questions

What is 57 times 70?

57 × 70 = 3,990. Compute 57 × 7 = 399, then multiply by 10. The one-digit estimate, 60 × 70 = 4,200, confirms the size is right.

How do I multiply decimals?

Ignore the decimal points and multiply the whole numbers, then give the answer as many decimal places as the two factors had combined. 1.2 × 0.35: 12 × 35 = 420, three decimal places total, so 0.420 = 0.42.

What is the rule for multiplying negative numbers?

Same signs make a positive product, opposite signs make a negative one. So (−8) × (−4) = 32 and (−8) × 4 = −32; the digits never change, only the sign.

Why does the order of the numbers not matter?

Multiplication is commutative: a × b = b × a. A 57-row grid of 70 dots contains exactly as many dots as a 70-row grid of 57 — same total, different arrangement.

How big a number can this handle?

Exact to about 15 significant digits — plenty for anything you would do by hand. Beyond 1,000,000,000,000,000 the display switches to scientific notation and the trailing digits are rounded.