The Associative Property of Multiplication states that the products of a multiplication expression can be grouped within parentheses in any order without changing the value of the expression.
For 4 * 25 * 27,
you can group it like this:
(4 * 25) * 27
= 100 * 27
= 2,700