alpha_plus_gamma
+ | x | y | z |
---------------
4 | 1 |-5| m
e | 7 | n | 10
f | 2 |-4 | 5
What is the value of m+n?
the positive sign, +, in the upper left tells that every entry in the box equal to sum of the corresponding element in the top row and first column.
so m = corresponding element in the top row (i.e. z) + corresponding element in the first column (i.e. 4) = z + 4
similarly n = y + e
so, m+n = y + e + z + 4
m+n = y + e + z + 4
lets try what value fits if we combine any two of the right hand side of the equation.
e + z = 10
y + 4 = -5
so lets sum them.
m+n = 10-5 = 5
did i make it clear?
prasannar
GMATTIGER,
Could you explain this please,
I am lost
