edited by
1,741 views
1 votes
1 votes

$\text{A, B, C}$ are three numbers. 
Let $@ \text{(A, B)} =$ average of $\text{A}$ and $\text{B}$,  
$/ \text{(A, B)} = $ product of $\text{A}$ and $\text{B}$, and 
$\text{X(A, B)} = $ the result of dividing $\text{A}$ by $\text{B}$ 

The sum of $\text{A}$ and $\text{B}$ is given by

  1. $/(@\text{(A, B)}, 2)$
  2. $X(@\text{(A, B)}, 2)$
  3. $@(/\text{(A, B)}, 2)$
  4. $@(X\text{(A, B)}, 2)$
edited by

2 Answers

0 votes
0 votes
$@(A,B)=\frac{A+B}{2}$

$/(@\text{(A, B)}, 2)=\frac{A+B}{2}*2=A+B$

Option $(A)$ is correct.

Related questions

0 votes
0 votes
0 answers
2
1 votes
1 votes
1 answer
3
go_editor asked Mar 28, 2016
750 views
Let $x, y$ and $z$ be distinct integers, that are odd and positive. Which one of the following statements cannot be true?$xyz^2$ is odd.$(x − y)^2 z$ is even.$(x + y �...
0 votes
0 votes
0 answers
5
go_editor asked May 1, 2016
768 views
Answer the following question based on the information given below.For real numbers $x, y,$ let$f(x, y) = \left\{\begin{matrix} \text{Positive square-root of}\; (x + y),\...