Numbers & Place Value

Problem

Make result largest or smallest

We have the expression 10 x 8 + 5 - 16 / 4. We may add exactly one pair of parentheses anywhere we like. We want to choose the placement that makes the value as large as possible, while keeping the final answer a whole number, and then report that largest value.
Operations
Your answer
How to solve
Strategy Guess and Check — There are only a handful of sensible spots to drop a parenthesis, so we can list the meaningful placements and test each one (guess and check). To get a large result we look for the placement that boosts the part being multiplied, since 10 multiplies whatever follows it - that is the pattern that pays off most.
1STEP 1

See what happens with no parentheses

First evaluate the bare expression using order of operations: do the multiply and divide first, then add and subtract left to right.

10 × 8 + 5 - 16 ÷ 4 = 80 + 5 - 4 = 81
2STEP 2

Notice 10 is a multiplier - grow what it multiplies

Whatever is folded inside the parentheses gets multiplied by 10 too, so 8 + 5 makes it 13.

10 × (8 + 5) = 10 × 13 = 130
3STEP 3

Finish that candidate placement

With the parentheses around 8 + 5, finish the rest of the expression: still divide 16 by 4 first, then subtract.

10 × (8 + 5) - 16 ÷ 4 = 130 - 4 = 126
4STEP 4

Check the other reasonable placements

Every other grouping gives 90, a non-whole 77.25, or leaves 81, so none of them beats it.

10 × (8 + 5 - 16 ÷ 4) = 10 × 9 = 90
Answer
126
126 is larger than the no-parenthesis value of 81 and larger than every other whole-number placement we tested (the next best whole number was 90), so it is the maximum. It is a whole number, which satisfies the rule. A quick recheck: 8 + 5 = 13, 10 x 13 = 130, 16 / 4 = 4, 130 - 4 = 126.
Takeaway

Put the parentheses where they help the times-10 work harder: 10 x (8 + 5) - 16 / 4 = 126.

  • See what happens with no parentheses
  • Notice 10 is a multiplier - grow what it multiplies
  • Finish that candidate placement
  • Check the other reasonable placements
Where next?
Another one like thissuggested

▶ Practice — 12 problems