romeokillsu
Bunuel
WoundedTiger
Which of the following points could lie in the same quadrant of the xy-coordinate plane as the point (a, b), where ab ≠ 0 ?
A. (–b, –a)
B. (–a, –b)
C. (b, –a)
D. (a, –b)
E. (–b, a)
First of all discard all options which have -a as the x-coordinate and -b as y-coordinate: eliminate B, and D.
(a, b) = (+, +), (+, -), (-, +), (-, -). Substitute in each option, to see which will match.
A. (–b, –a) --> (-, -),
(+, -),
(-, +), (+, +). Match. No need to continue.
Answer: A.[/quote
Please explain by example.. Thank you
If a is positive and b is positive: (a, b) = (+, +), then (–b, –a) = (-, -). For example, if (a, b) = (1, 1), then (–b, –a) = (-1, -1). So, (a, b) and (–b, –a) are NOT in the same quadrant.
If a is positive and b is negative: (a, b) = (+, -), then (–b, –a) = (+, -). For example, if (a, b) = (1, -1), then (–b, –a) = (1, -1). So, (a, b) and (–b, –a) are in the same quadrant.
If a is negative and b is positive: (a, b) = (-, +), then (–b, –a) = (-, +). For example, if (a, b) = (-1, 1), then (–b, –a) = (-1, 1). So, (a, b) and (–b, –a) are in the same quadrant.
If a is negative and b is negative: (a, b) = (-, -), then (–b, –a) = (+, +). For example, if (a, b) = (-1, -1), then (–b, –a) = (1, 1). So, (a, b) and (–b, –a) are NOT in the same quadrant.
Hope it's clear.