+0  
 
0
275
1
avatar

Find the equation whose graph is shown below. Write your answer in standard form. (Standard form is $Ax+By = C$, where $A$ is positive, and $A$, $B$, and $C$ are integers with greatest common divisor 1.) [asy] size(150); 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; i

 Aug 22, 2021
 #1
avatar
0

The equation of the line is 5x - 3y = 4.

 Aug 22, 2021

0 Online Users