document.write( "Question 69798: Find the equation of the line through (6,-5) and parallel to 4x - 2y + 7 = 0 \n" ); document.write( "
Algebra.Com's Answer #49741 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! 4X-2Y+7=0 \n" ); document.write( "-2Y=-4X-7 \n" ); document.write( "Y=-4X/-2-7/-2 \n" ); document.write( "Y=2X+3.5 THIS LINE HAS A SLOPE OF 2 \n" ); document.write( "-5=6*2+b \n" ); document.write( "-5=12+b \n" ); document.write( "b=-5-12 \n" ); document.write( "b=-17 THUS THE EQUATION OF A PARALLEL LINE (SAME SLOPE) THROUGH (6,-5) IS \n" ); document.write( "Y=2X-17 \n" ); document.write( " |