Implicit multiplication: what 2(3 + 4) really means

Implicit multiplication is multiplication written without a × sign. It is harmless on its own, but when a division comes before it, two sensible conventions can give different answers. This guide shows exactly when that happens.

What it is

Writing a number right next to a bracket, as in 2(3 + 4) or (1 + 2)(3 + 4), means multiply. In algebra the same idea appears as 3x. Nobody disputes its value in isolation: 2(3 + 4) is 14 either way.

When it causes trouble

The trouble starts when a division sits directly before it, as in 8 ÷ 2(2 + 2). Two conventions exist.

Both readings, side by side

These were computed by the same solver you can use on the solver page.

ExpressionLeft to rightImplicit firstSame answer?
2(3 + 4)1414Yes
3(4 + 5) − 22525Yes
6 ÷ 2(3)91No, they differ
10 ÷ 5(2)41No, they differ
12 ÷ 3(2 + 2)161No, they differ
8 ÷ 2(2 + 2)161No, they differ
48 ÷ 2(9 + 3)2882No, they differ

Notice the pattern: the two conventions agree whenever no division comes before the bracket, and split whenever one does.

The gap is always a square

When the expression has the form a ÷ b(c), the left-to-right reading is (a ÷ b) × c and the other reading is a ÷ (b × c). Their ratio is c². In the table, 6 ÷ 2(3) gives 9 and 1, a ratio of 3². The 48 ÷ 2(9 + 3) row differs by 12² = 144. The bigger the bracket, the bigger the disagreement.

Where each convention is used

Many school courses teach PEMDAS with all multiplication and division at one rank, so implicit multiplication gets no special treatment. Some scientific and mathematical writing, and some calculators, give it higher priority, because in handwritten algebra a term like 2x behaves as one unit. Neither is a mistake. They are different house styles.

What to do about it

See it in famous puzzles

Questions

Is implicit multiplication the same as regular multiplication?

In value, yes: 2(3 + 4) and 2 × (3 + 4) are both 14. The only question is how tightly it binds when a division comes before it.

Which convention is correct?

Neither is wrong. School courses that teach PEMDAS usually treat it as ordinary multiplication and go left to right. Some scientific writing and some calculators give it higher priority. When it matters, add brackets.

Does this affect algebra?

Sometimes. An expression like 1/2x can be read as (1/2)x or 1/(2x). Writing the fraction with brackets or a stacked fraction removes the doubt.