What is the value of 5 + 3 × 5 + 4 × 52 + 3 × 53 + 4 × 54?
2026
What is the value of 5 + 3 × 5 + 4 × 52 + 3 × 53 + 4 × 54?
Answer: C. 2995 — ConceptIn an expression containing powers, multiplication, and addition, apply the order of operations: evaluate powers first, then multiplication, and…
- A.
2959
- B.
2599
- C.
2995
- D.
2955
Attempted by 34 students.
Show answer & explanation
Correct answer: C
Concept
In an expression containing powers, multiplication, and addition, apply the order of operations: evaluate powers first, then multiplication, and finally addition.
For a positive integer exponent n, the power an means multiplying a by itself n times. Operations at the same precedence level are then completed from left to right.
Application
Evaluate the powers: 52 = 5 × 5 = 25; 53 = 5 × 5 × 5 = 125; and 54 = 5 × 5 × 5 × 5 = 625.
Substitute these values: 5 + 3 × 5 + 4 × 25 + 3 × 125 + 4 × 625.
Perform the multiplications: 3 × 5 = 15, 4 × 25 = 100, 3 × 125 = 375, and 4 × 625 = 2500.
Add the evaluated terms: 5 + 15 + 100 + 375 + 2500 = 20 + 100 + 375 + 2500 = 120 + 375 + 2500 = 495 + 2500 = 2995.
Cross-check
The same polynomial can be evaluated by Horner’s method, which repeatedly multiplies by 5 and adds the next coefficient:
4 × 5 + 3 = 23
23 × 5 + 4 = 119
119 × 5 + 3 = 598
598 × 5 + 5 = 2995
Both methods give 2995; therefore, the value of the expression is 2995.