Question 1195108
1 .

{{{y>(3/4)x-1/2}}}


<a href="https://ibb.co/Z8RTvDr"><img src="https://i.ibb.co/Z8RTvDr/download.png" alt="download" border="0"></a>


so, any point in blue area will be fine

I will go with a point ({{{1}}},{{{1}}})

check:

{{{1>(3/4)*1-1/2}}}

{{{1>3/4-1/2}}}

{{{1>1/4}}} -> true



2. 

{{{y<-(1/2)x+4}}}

<a href="https://ibb.co/qsrVbrc"><img src="https://i.ibb.co/qsrVbrc/download-1.png" alt="download-1" border="0"></a>




 any point in blue area will be fine

I will go with a point ({{{-2}}},{{{3}}})

check:

{{{3<-(1/2)*(-2)+4}}}

{{{3<1+4}}}

{{{3<5}}}-> true


3. 

{{{6x+3y<12}}}

<a href="https://ibb.co/3sRsMs2"><img src="https://i.ibb.co/3sRsMs2/download-2.png" alt="download-2" border="0"></a>



I will go with a point ({{{-2}}},{{{0}}})

check:

{{{6(-2)+3*0<12}}}

{{{-12<12}}} ->true