document.write( "Question 69429: find the equation of a line in standard form for a line that passes through (1,-3) and has a slope of -1/2 \n" ); document.write( "
Algebra.Com's Answer #49440 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! Use the point-slope equation: \n" ); document.write( "(y-y1)=m(x-x1)[plug-in the values and simplify] \n" ); document.write( "(y-(-3))=(-1/2)((x-1) \n" ); document.write( "y+3=-1/2x+1/2 [Solve for y] \n" ); document.write( "y=-1/2x+1/2-3 \n" ); document.write( "y=-1/2x-5/2 \n" ); document.write( " |