To solve the expression \((4 × (10 + 17)^2) / 5\), we should 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)).
-
Parentheses: The first operation to perform is inside the parentheses. We calculate \(10 + 17\). \[ 10 + 17 = 27 \]
-
Exponents: Next, we handle the exponent. We need to calculate \(27^2\). \[ 27^2 = 729 \]
-
Multiplication: After that, we multiply by 4. Now we have: \[ 4 × 729 \]
-
Division: Finally, we divide by 5. The expression now reads: \[ (4 × 729) / 5 \]
So, the first operation to perform in order to arrive at the correct answer is the calculation inside the parentheses, which is \(10 + 17\).