Multiplication Calculator
57 multiplied by 70 is 3,990. This multiplication calculator finds the product of any two numbers and shows the partial-products breakdown behind the answer, the same distributive method taught in grade school for multiplying multi-digit numbers by hand. Enter two factors, labeled a and b, and the tool returns the product along with a step-by-step breakdown whenever both numbers are positive whole numbers under 100,000. Multiplication comes up constantly, from scaling a recipe and estimating a shopping total to computing area, unit conversions, and compound growth. This calculator handles both a quick lookup, such as multiplying two decimals, and the full partial-products breakdown that mirrors how long multiplication works on paper, splitting one factor into place-value pieces before multiplying and adding.
Quick answer
The two numbers being multiplied are called factors, and the result is the product.
What this tells you
- •The two numbers being multiplied are called factors, and the result is the product.
- •Multiplication is commutative, so a x b always equals b x a no matter which order you enter the factors.
- •The partial-products breakdown splits the first factor into place-value pieces, such as 57 into 50 and 7, and multiplies each piece by the second factor.
- •Adding the partial products back together always reconfirms the total product, which is how long multiplication is checked by hand.
- •The breakdown only appears for positive whole numbers under 100,000, since larger or decimal factors do not split cleanly into a small set of place-value pieces.
- •A product of zero means at least one factor is zero, since anything multiplied by zero is zero.
How to Use
- 1Enter the first factor, a, in the top field.
- 2Enter the second factor, b, in the second field.
- 3Click Calculate to get the product.
- 4Review the partial-products breakdown below the result when both factors are positive whole numbers under 100,000.
- 5Swap the two factors and recalculate to confirm the commutative property. The product should stay identical.
How It Works
Formula
a x b = product, where a = sum of place-value partsLong multiplication relies on the distributive property, which says multiplying by a sum gives the same result as multiplying each part separately and adding them. To multiply 57 by 70, split 57 into its place-value parts, 50 and 7, then multiply each part by 70 and add the results: 50 x 70 = 3500, plus 7 x 70 = 490, for a total of 3990. This works because 57 is really 50 plus 7, so 57 x 70 is (50 + 7) x 70, which distributes to (50 x 70) plus (7 x 70). The same idea extends to numbers with more digits, such as splitting 348 into 300, 40, and 8 before multiplying each part by 6.
Calculation note: values are processed in the order shown above, using the current input units.
Worked Examples
Multiply 57 by 70
Splitting 57 into 50 and 7 gives partial products of 3500 and 490. Adding those two partial products gives 3990.
Multiply 348 by 6
Splitting 348 into 300, 40, and 8 gives partial products of 1800, 240, and 48. Adding all three gives 2088.
Multiply a decimal by a whole number
12.5 is not a whole number, so no partial-products breakdown is shown, but the exact product is still returned.
Multiply two single-digit numbers
9 has only one nonzero place value, so the breakdown collapses to a single line, 9 x 9 = 81, with no separate total line needed.
Multiplication Table (1 to 12)
Common products for the numbers 1 through 12 multiplied by 2, 5, 10, and 12.
| Factor | x2 | x5 | x10 | x12 |
|---|---|---|---|---|
| 1 | 2 | 5 | 10 | 12 |
| 2 | 4 | 10 | 20 | 24 |
| 3 | 6 | 15 | 30 | 36 |
| 4 | 8 | 20 | 40 | 48 |
| 5 | 10 | 25 | 50 | 60 |
| 6 | 12 | 30 | 60 | 72 |
| 7 | 14 | 35 | 70 | 84 |
| 8 | 16 | 40 | 80 | 96 |
| 9 | 18 | 45 | 90 | 108 |
| 10 | 20 | 50 | 100 | 120 |
| 11 | 22 | 55 | 110 | 132 |
| 12 | 24 | 60 | 120 | 144 |
Use this table for quick lookups of common multiplication facts, or enter any two numbers above for products outside this range.
Why the partial-products method works
Every multi-digit number is really a sum of place-value pieces. The number 57 is 50 plus 7, and 348 is 300 plus 40 plus 8. Multiplying by a sum instead of a single number does not change the total product, because the distributive property guarantees that a x (c + d) equals (a x c) plus (a x d). Splitting the first factor this way turns one large multiplication into several smaller ones that are easier to do in your head or on paper.
This is exactly what happens in traditional long multiplication, just organized differently. When you multiply 57 by 70 by hand, you are implicitly computing 50 x 70 and 7 x 70 and adding them, even though the standard column method hides those steps behind carried digits. The partial-products method makes each step visible, which is why it is often taught before the compact column method and why it catches place-value mistakes the shortcut version can hide.
The distributive property does not stop at arithmetic. The same reasoning makes polynomial multiplication work, where (x + 5)(x + 7) expands to x times x, plus x times 7, plus 5 times x, plus 5 times 7. Getting comfortable with partial products now builds the exact skill needed for multiplying binomials and other algebraic expressions later in algebra.
Common mistakes
- Forgetting a placeholder zero when hand-multiplying by a tens or hundreds digit. Multiplying by the tens digit of 70 produces a result that represents tens, not ones, so a placeholder zero keeps the place values aligned.
- Misaligning place values when adding the partial products by hand. If 3500 and 490 are not lined up by their ones, tens, and hundreds columns, the sum comes out wrong even though each partial product on its own is correct.
- Confusing multiplication order. The commutative property means a x b always equals b x a, so swapping the two factors never changes the answer, which is a good sanity check when doing mental math.
- Dropping a zero when one factor is a multiple of ten, such as treating 50 x 70 as 5 x 7 and forgetting to restore the two zeros afterward.
- Rounding too early in a multi-step calculation, which compounds small errors across several partial products before they are added together.
Embed this calculator on your site
Drop this single line where you want the calculator to appear. It is responsive, mobile-friendly, resizes automatically, and is free to use with attribution.
<script src="https://calctide.com/embed.js" data-tool="multiplication-calculator" async></script>Preview the embed at /embed/multiplication-calculator/.