document.write( "Question 902742: determine the equation with the line with x-intercept -1/3 and y-intercept -1 \n" ); document.write( "
Algebra.Com's Answer #547499 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! determine the equation with the line with x-intercept -1/3 and y-intercept -1 \n" ); document.write( "*** \n" ); document.write( "Standard form of equation for a line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "For given line: \n" ); document.write( "y=mx-1 \n" ); document.write( "solve for m using coordinates of x-intercept,(-1/3,0) \n" ); document.write( "0=m*-1/3-1 \n" ); document.write( "-m/3=1 \n" ); document.write( "m=-3 \n" ); document.write( "equation: \n" ); document.write( "y=-3x-1 \n" ); document.write( " |