document.write( "Question 64613: Find the equation of the line, in slope-intercept form, that passes through the point (3, -4) and is parallel to the line 3x - 5y = 1.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #45208 by tanimachatterjee(60)![]() ![]() ![]() You can put this solution on YOUR website! equation of a line parallel to the line 3x - 5y = 1 is 3x - 5y=k[k=const] \n" ); document.write( " that line passes through the point(3,-4) it gives k=9+20=29 \n" ); document.write( " slope-intercept form is x/(29/3) -y/(29/5)=1 \n" ); document.write( " |