document.write( "Question 675462: Find an equation of the line parallel to 5x + 4y = 2 containing the point (3, –1). \n" ); document.write( "
Algebra.Com's Answer #419850 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find an equation of the line parallel to 5x + 4y = 2 containing the point (3, –1) \n" ); document.write( "** \n" ); document.write( "Equation of a line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "5x + 4y = 2 \n" ); document.write( "4y=-5x+2 \n" ); document.write( "y=-5x/4+1/2 \n" ); document.write( "m=-5/4 \n" ); document.write( ".. \n" ); document.write( "lines parallel to each other have the same slopes \n" ); document.write( "equation of parallel line: \n" ); document.write( "y=-5x/4+b \n" ); document.write( "solve for b using coordinates of given point (3,-1) \n" ); document.write( "-1=-5*3/4+b \n" ); document.write( "b=-1+15/4=-4/4+15/4=11/4 \n" ); document.write( "equation: y=-5x/4+11/4 \n" ); document.write( " |