First of all, we need to realize this - Mod is always nonnegative, so maximum possible of
Negative of a mod expression will be at the
minimum possible value of the mod expression.
So we are looking at Min value of |xy|
|x| < 5 or
-5 < x < 5
|x| is also the distance of x from zero, and in general |x-a| is the distance of x from a.
Hence |x+3| would be the distance of x from -3: which would translate to x ranging from 5 units to left of-3 to 5 units to right of -3.
Just imagine that we have shifted the origin to -3 and then applying mod functiontherefore, -8 < x < 2
Similarly, -1 < y < 9
we also have |x+3| = |y-4| so this could happen at x = -1 and y = 2 or at any of the following (x,y) pairs = ( -2.3) (-3,4) (-4,5) (-5,6) ...( -7,8)
you can check by putting the values in.Min absolute value of xy would be when
x = -1 and y = 2 as y is nonzero integer. Hence , max value of -|xy| will be -2.
Option (D) is our choiceRegards,
Gladi
|x + 3| = |y -4|, where x and y are non-zero integers. If |x| < 5 and |y| < 5, what is the maximum possible value of -|xy|?
A.-12
B-6
C.-4
D.-2
E.0