Question:

If A = 2 and B = 4, what is the value of \(@(/(*(A, B), B), A)\)?

Show Hint

Evaluate inner-most functions first when parsing nested operations.
Updated On: Aug 6, 2025
  • 2
  • 4
  • 6
  • 16
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Given definitions: - \( @(A, B) = \frac{A + B}{2} \) (average) - \( *(A, B) = A \times B \) (product) - \( /(A, B) = \frac{A}{B} \) (division) Given: \[ @(/(*(A, B), B), A) \] Step-by-step: - \( A = 2, B = 4 \) - \( *(A, B) = 2 \times 4 = 8 \) - \( /(8, B) = \frac{8}{4} = 2 \) - \( @(2, A) = \frac{2 + 2}{2} = \frac{4}{2} = \boxed{2} \)
Was this answer helpful?
0
0

Top Questions on Relations

View More Questions