The pairs of expressions that are equivalent are:
(d / 8) / 4 and d / (8 / 4)
and
x * (5 + 2) and (x * 5) + 2
Which of the pairs of expressions are equivalent?
(d / 8) / 4 and d / (8 / 4)
(y - 9) - 8 and y - (9 - 8)
x * (5 + 2) and (x * 5) + 2
(k * 18) * 0.5 and k * (18 * 0.5)
1 answer