Question:

Which expression gives the sum of A and B?

Show Hint

Use average × 2 to get original sum when given mean of two numbers.
Updated On: Aug 6, 2025
  • *(@(A, B), 2)
  • /(@(A, B), 2)
  • @( *(A, B), 2)
  • @( /(A, B), 2)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

We want to compute \( A + B \). Given: \( @(A, B) = \frac{A + B}{2} \) So: \[ *(@(A, B), 2) = \left(\frac{A + B}{2}\right) \times 2 = A + B \boxed{*(@(A, B), 2)} \]
Was this answer helpful?
0
0