Difficulty: Easy
Correct Answer: 2704
Explanation:
Problem Restatement
Compute {(476 + 424)2 − 4 × 476 × 424} using algebraic identities.
Concept / Approach
Recognize the identity: (a + b)2 − 4ab = a2 + 2ab + b2 − 4ab = a2 − 2ab + b2 = (a − b)2.
Step-by-Step Calculation
Let a = 476, b = 424(a − b)2 = (476 − 424)2 = 522 = 2704
Common Pitfalls
Final Answer
2704
Discussion & Comments