To simplify the expression \(-5[2+4(6-9)]\), we need to follow the order of operations, often remembered by the acronym PEMDAS (Parentheses, Exponents, Multiplication and Division (from left to right), Addition and Subtraction (from left to right)). First, solve the expression inside the innermost parentheses, then proceed with multiplication, and finally apply the multiplication outside the brackets.
First, simplify the expression inside the innermost parentheses: \(6 - 9\).
\[
6 - 9 = -3
\]
Next, substitute \(-3\) back into the expression and perform the multiplication inside the brackets: \(4 \times (-3)\).
\[
4 \times (-3) = -12
\]
Add the result to the remaining term inside the brackets: \(2 + (-12)\).
\[
2 + (-12) = -10
\]
Finally, multiply the result by \(-5\) outside the brackets: \(-5 \times (-10)\).
\[
-5 \times (-10) = 50
\]