document.write( "Question 350024: Find the equation of the line that passes through the pair of points. Write your answer in standard form. \r
\n" );
document.write( "\n" );
document.write( "(1/4, -1/3) (-1/4, -3) \n" );
document.write( "
Algebra.Com's Answer #250175 by cdmcg(2)![]() ![]() ![]() You can put this solution on YOUR website! use the formula y2-y1=m(x2-x1)\r \n" ); document.write( "\n" ); document.write( "-3+1/3=m(-1/4-1/4) \n" ); document.write( "-8/3=m(-1/2) \n" ); document.write( "m=16/3\r \n" ); document.write( "\n" ); document.write( "standard formula ax+by=c\r \n" ); document.write( "\n" ); document.write( "16/3=(y+3):(x+1/4) => 3(y+3)=16(x+1/4) 3y+9=16x+4 =>-16x+3y=-5 =>16x-3y=5 \n" ); document.write( " \n" ); document.write( " |