Answer:
To evaluate the expression 100 / (4 * (3 + 2)) using the order of operations, you must first perform the operation inside the innermost parentheses.
Inside the parentheses (3 + 2), the sum evaluates to 5.
Next, you multiply 4 by the result of the inner parentheses, giving you 4 * 5 = 20.
Finally, you divide 100 by 20, which gives you the final result of 5.
Therefore, the expression 100 / (4 * (3 + 2)) evaluates to 5.