document.write( "Question 188131: Find the equation of the line that has the given slope and passes through the given point. Write the equation in the slope-intercept form. \r
\n" );
document.write( "\n" );
document.write( "m=-3/4, (3,2) \n" );
document.write( "
Algebra.Com's Answer #141033 by Mathtut(3670) ![]() You can put this solution on YOUR website! use point slope form y-k=m(x-h) where m is the slope and (h,k) is any point on the line \n" ); document.write( ": \n" ); document.write( "y-2=(-3/4)(x-3) \n" ); document.write( ": \n" ); document.write( "4y-8=-3x+9......muliplied all terms by 4 to eliminate fraction \n" ); document.write( ": \n" ); document.write( "3x+4y=1 \n" ); document.write( " |