document.write( "Question 54613: what is the answer for the problem slope=4, passing through (1,3) \n" ); document.write( "
Algebra.Com's Answer #36859 by tutorcecilia(2152) You can put this solution on YOUR website! slope=4, passing through (1,3)[Use the point-intercept formula] \n" ); document.write( "(y-y1)=m(x-x1) [Plug-in the values] \n" ); document.write( "(3-y)=4(1-x) [Simplify] \n" ); document.write( "3-y=4-4x [Solve for y] \n" ); document.write( "3-3-y=4-4x-3 \n" ); document.write( "-y=-4x+4-3 \n" ); document.write( "-y=-4x+1 \n" ); document.write( "-y/-1=-4x/-1 + 1/-1 \n" ); document.write( "y=4x-1 \n" ); document.write( " |