Associativity Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
Calculate \((8 + 3) + 7\) and \(8 + (3 + 7)\). Which is easier? Why?

Solution

  1. 1
    \((8+3)+7 = 11+7 = 18\).
  2. 2
    \(8+(3+7) = 8+10 = 18\).
  3. 3
    The second grouping is easier because \(3+7=10\) is a nice round number.

Answer

18 (second grouping is easier)
Associativity lets us pick the most convenient grouping. Here \(8 + (3 + 7) = 8 + 10\) is simpler than \(11 + 7\).

About Associativity

A property where changing the grouping of operands does not change the result: (aโ‹†b)โ‹†c=aโ‹†(bโ‹†c)(a \star b) \star c = a \star (b \star c).

Learn more about Associativity โ†’

More Associativity Examples