Home » Aptitude » Numbers

Evaluate: {(476 + 424)<sup>2</sup> − 4 × 476 × 424}.

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

  • Attempting brute-force squaring; spotting the identity is faster and reduces errors.

Final Answer

2704

← Previous Question Next Question→

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion