document.write( "Question 1131384: Find an equation of the line that passes through the point
\n" );
document.write( "(−2, 2)
\n" );
document.write( " and is parallel to the line
\n" );
document.write( "7x − 8y − 3 = 0.
\n" );
document.write( " (Let x be the independent variable and y be the dependent variable.) \n" );
document.write( "
Algebra.Com's Answer #748037 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! rewrite the second as 8y=7x-3 and therefore y=(7/8)x-(3/8) \n" ); document.write( "parallel lines have the same slopes \n" ); document.write( "Point slope formula y-y1=m(x-x1) m slope and (x1, y1) point \n" ); document.write( "y-2=(7/8)(x+2) \n" ); document.write( "y=(7/8)x+(30/8) \n" ); document.write( " |