document.write( "Question 1132234: what is an equation of the line that passes through the point (-2,1)and is parallel to the line whose equation is 4x-2y=8?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #749203 by greenestamps(13206) You can put this solution on YOUR website! \n" ); document.write( "Every line parallel to the line with equation 4x-2y=8 can be written in the form 4x-2y=C for some constant C. \n" ); document.write( "To find the equation of that form that passes through (-2,1), substitute those values of x and y in the equation: \n" ); document.write( "4(-2)-2(1) = -8-2 = -10 \n" ); document.write( "An equation of the line you are looking for is 4x-2y = -10. \n" ); document.write( " |