+0  
 
0
324
2
avatar
Find a linear inequality with the following solution set. Each grid line represents one unit. [asy] size(200); fill((-5,3)--(3,-5)--(-5,-5)--cycle,yellow); real ticklen=3; real tickspace=2; real ticklength=0.1cm; real axisarrowsize=0.14cm; pen axispen=black+1.3bp; real vectorarrowsize=0.2cm; real tickdown=-0.5; real tickdownlength=-0.15inch; real tickdownbase=0.3; real wholetickdown=tickdown; void rr_cartesian_axes(real xleft, real xright, real ybottom, real ytop, real xstep=1, real ystep=1, bool useticks=false, bool complexplane=false, bool usegrid=true) { import graph; real i; if(complexplane) { label("$\textnormal{Re}$",(xright,0),SE); label("$\textnormal{Im}$",(0,ytop),NW); } else { label("$x$",(xright+0.4,-0.5)); label("$y$",(-0.5,ytop+0.2)); } ylimits(ybottom,ytop); xlimits( xleft, xright); real[] TicksArrx,TicksArry; for(i=xleft+xstep; i0.1) { TicksArrx
 Mar 24, 2022
 #2
avatar+23245 
+1

For the first problem:  slope = -1     y-intercept = -2     shaded below     dashed line

                        y  <  -1x - 2

 

For the second problem:  slope = -1/3     y-intercept = -8/3     shaded below     solid line

                       y  <=  (-1/3)x - 8/3

 

Can you get these inequalities into the correct form?

 Mar 24, 2022

1 Online Users