How this instrument works
Multiplication takes two numbers and returns their product, and for a whole-number second factor it is nothing more than repeated addition collapsed into one step: 6 × 7 means 7 added to itself 6 times, 7+7+7+7+7+7 = 42. The same operation has a geometric face — a × b is the area of a rectangle with sides a and b, which is why area, volume, and every rate-times-time calculation in the sciences reduce to a single multiplication.
The distributive law a × (b + c) = a×b + a×c falls straight out of the repeated-addition picture: splitting b+c copies into a group of b and a group of c and adding each group separately cannot change the total. That same law, insisted on even once negative numbers enter the picture, is what forces the sign rules: since 6 × 0 must equal 6 × (7 + (−7)), and the left side is 0 while 6×7 is 42, the only value that balances the equation is 6×(−7) = −42. Two negatives multiplied together follow the identical logic and land back on a positive product — not an arbitrary rule, but the one outcome consistent arithmetic allows.
Repeated addition is a picture, not the full definition — it breaks down the moment the second factor stops being a whole number, since there is no way to add a number to itself 2.5 times. Real multiplication is better understood as scaling: multiplying by a number greater than 1 stretches a quantity, multiplying by exactly 1 leaves it fixed, and multiplying by a number between 0 and 1 shrinks it, which is why 8 × 0.5 = 4 comes out smaller than 8 despite 'multiplication makes things bigger' being most people's first intuition.
- Enter your first figure into First number — any whole number, decimal, or negative value works.
- Enter the second figure into Second number; order does not matter, since multiplication is commutative.
- Read Product for the result — it updates the instant either field changes, computed to full precision.
- To check the sign by hand, count how many of the two inputs are negative: an even count gives a positive Product, an odd count gives a negative one.
Worked example — six times seven
A nursery arranges seedlings across 6 trays, with 7 seedlings sown in each tray. Enter First number as 6 and Second number as 7, and Product reports 6 × 7 = 42 — the total seedling count, reached without laying every tray out and counting one by one.
Repeated addition confirms the total: six trays of seven is 7+7+7+7+7+7 = 42, the same figure multiplication reaches in a single step. Split the six trays into a batch of four and a batch of two instead, and the distributive property still lands on 42: (4×7) + (2×7) = 28 + 14 = 42, regardless of how the trays are grouped.
Questions
What is the formula for multiplying two numbers?
product = a × b — multiply the two entered values directly, with no intermediate step. This sheet's own worked example uses a = 6 and b = 7, giving product = 42; swap the two fields and the answer is unchanged, since a × b always equals b × a.
Why does multiplying two negative numbers give a positive result?
Because the distributive law has to keep working even once a number turns negative. Take 6 × 0 and rewrite the 0 as 7 + (−7): 6 × (7 + (−7)) = 6×7 + 6×(−7), so 0 = 42 + 6×(−7), which forces 6×(−7) = −42. Apply the same reasoning with both factors negative and the two minus signs cancel, landing back on a positive product — the one value that keeps arithmetic consistent with itself.
How is multiplication related to addition?
For a whole-number second factor, multiplication is repeated addition: 6 × 7 is 7 added to itself 6 times, 7+7+7+7+7+7 = 42. That picture stops working once the second factor is not a whole number — there is no sensible way to add a number to itself 2.5 times — so multiplication is properly defined as scaling, a definition that still agrees with repeated addition wherever repeated addition makes sense.
Is this the same as the multiplying fractions calculator?
No — this sheet multiplies two plain numbers directly, product = a × b, with nothing else involved. Multiplying fractions first has to combine numerators and denominators separately, (a/b) × (c/d) = (a×c)/(b×d), before the result can even be read as a single number. Both operations are called multiplication, but they act on different kinds of quantities and follow different mechanics.
Does multiplying always make a number bigger?
No — only when the other factor is greater than 1. Multiply by a number between 0 and 1 and the result shrinks: 8 × 0.5 = 4, smaller than 8. Multiply by exactly 1 and nothing changes; multiply by 0 and the result collapses to 0 regardless of the other factor. 'Multiplication makes things bigger' only holds for the narrow case most people practice on first — whole numbers greater than 1.
What's a common mistake when multiplying multi-digit numbers by hand?
Losing track of place value in the partial products — multiplying 25 × 34 requires shifting the second partial product (25 × 30) one place left before adding it to the first (25 × 4), and skipping that shift is the usual source of wrong answers. This sheet sidesteps the issue entirely, since it multiplies the full values directly rather than building partial products column by column.