Question:

If the sum and difference of two numbers is 20 and 8 respectively, then the difference between their squares shall be:

Show Hint

Difference of squares formula: $a^2 - b^2 = (a-(b)(a+(b)$. Use this to avoid calculating squares individually.
Updated On: Mar 30, 2026
  • 56
  • 160
  • 28
  • 180
  • 12
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Step 1:
Let the numbers be \(x\) and \(y\), with \(x > y\).
Sum: \(x + y = 20\)
Difference: \(x - y = 8\)

Step 2:
Adding: \(2x = 28 \implies x = 14\), then \(y = 6\)

Step 3:
Difference of squares = \(x^2 - y^2 = (x - y)(x + y) = 8 \times 20 = 160\)

Step 4:
Final Answer: 160
Was this answer helpful?
0
0