agha79 Wrote:I am having hard time following Atuls approach and I am not sure what "If x <> -y" means.
Ron can you please help!!
apparently, "<>" is how computer programmers write "≠". don't feel bad, i didn't know this until ... about twenty seconds ago.
i'll go edit the original post.
--
an alternative approach to solving this problem is simply to
plug in numbers -- this is certainly the approach i would take; treating fractional inequalities algebraically is fraught with issues.
let's assume that you can get rid of the individual statements (re-post if you don't know how).
let's take the statements together: x > 0 and y < 0.
let's try x = 1, y = -2 --> Is 3/-1 > 1? -->
NOlet's try x = 2, y = -1 --> Is 3/1 > 1? -->
YESthere you have it -- solid proof of insufficiency.
notice that this problem also underscores the importance of being familiar with both algebra and number-plugging methods: if a statement is
sufficient, then that's probably easier to show with algebra -- but there's no doubt that number plugging is better at showing
insufficiency.
be comfortable with both!