To solve the given expression, 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, evaluate the expression inside the parentheses, then apply the exponent, and finally perform the multiplication and addition.
First, we calculate the expression inside the parentheses:
\[
-8 + 3 = -5
\]
Next, we take the result from Step 1 and apply the exponent:
\[
(-5)^2 = 25
\]
Now, we calculate the multiplication part of the expression:
\[
10 \cdot (-4) = -40
\]
Finally, we combine the results from Step 2 and Step 3:
\[
25 + (-40) = 25 - 40 = -15
\]