AmritaISBAspirant
Thank you so much for writing the detailed solution.
The values we got is x > 1.8
y < x
when we plug these values in the inequalities :
assume x=2
y=1
5(x)+3(y)>15
5(2)+3(1)>15 which is not true. Why is this happening...
This is a very common yet interesting mistake that a lot of test takers make.
In the case of inequalities, plugging values doesn't really work in the same way as it does for linear equations.
Let's understand why.
Firstly, let us try and get the range of y in the same way we got the range of x
We have \(3x + 5y < 15.....(i)\) and \(-5x-3y<-15......(ii)\)
Multiplying equation (i) with 5, equation (ii) with 3, and adding the equations, we get:
\(15x+25y-15x-9y<75-45\)
\(⇒16y<30\)
\(⇒y<\frac{30}{16}\)
\(⇒y<1.8\)
Now does it mean we can take any values of x > 30/18 and any value of y < 30/18 and the inequalities will be satisfied? No.
Let us also understand this
using a graph which should give you a lot clearer idea.
Attachment:
graphinequality.png [ 115.13 KiB | Viewed 4860 times ]
The red part is the region of 3x + 5y < 15 while the blue is the region of 5x + 3y > 15 and the overlapping part is what we are concerned with.
If you look closely, coordinates like (2, 1) do not lie in the overlapping range.
The
idea behind is really simple.
All the values in the overlapping range will follow the trend of x > y, x > 1.8, and y < 1.8. However, all the values following the trend of x > y, x > 1.8, and y < 1.8 will not necessarily fall in the overlapping range. It is similar to "all alkalies are bases, but all bases are not alkali"
Hope this helps.