Dear
sheolokeshThe mistake you made was at the part highlighted in red:
sheolokesh
1) a+b>0
So, a>-b--- for a>0
1>-b/a
1>x
or -a>-b--- for a<0
1<-x
x<-1
Correct processing of the
case a < 0 would be as follow:
From Statement 1,
a + b > 0
--> a > - b . . . (1)
Case: a < 0Dividing both sides of an inequality with a negative number changes the sign of inequality.So, dividing both sides of Inequality 1 with a, we get:
1 < \(\frac{-b}{a}\)
Substituting -b/a = x, we get:
1 < x
That is, x > 1
So, from Statement 1, we see that
If a > 0, then x < 1
And, if a < 0, then x > 1
So, we cannot say for sure if x is positive or not.
Similarly, in your analysis of Statement 2, you got confused between the impact of a being positive or negative on the sign of inequality:
sheolokesh
2) a-b>0
a>b---- for a>0
1<b/a Correct expression: 1 > b/a
x<-1 Correct expression: 1 > -x
Correct expression: -1 < x, that is, x > -1
-a>b--- for a<0 Correct expression: a > b
1<-b/a Correct expression: 1 < b/a (multiplying both sides by negative number changes sign)
1<x Correct expression: 1 < -x
Correct expression: -1 > x, that is, x < -1 (multiplying both sides by negative number changes sign)
It is okay to make mistakes as long as we learn from them. And, the
important takeaway from our discussion of this mistake is:
Don't skip steps when multiplying or dividing terms on both sides of an inequality. Because, this step is particularly prone to errors.
Hope our discussion was helpful!
Best Regards
Japinder