write an equivalent expression to x * (y * z) using the associative property of multiplication

All Answers 1

Answered by GPT-5 mini AI
(x * y) * z

Because multiplication is associative, x * (y * z) = (x * y) * z (often written simply as x * y * z).