document.write( "Question 238899: write n equation of the line contaning the given point and parallel to the given line\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " (6,8); x+4y=3 \n" );
document.write( "
Algebra.Com's Answer #175525 by Alan3354(69443) You can put this solution on YOUR website! write n equation of the line contaning the given point and parallel to the given line \n" ); document.write( "------------- \n" ); document.write( "Find the slope, m, of the line by putting it into slope-intercept form y = mx+b \n" ); document.write( "x+4y=3 \n" ); document.write( "y = (-1/4)x + 3/4 \n" ); document.write( "m = -1/4 \n" ); document.write( "-------- \n" ); document.write( "Parallel lines have the same slope. \n" ); document.write( "Usy y = mx + b to find b using the point. \n" ); document.write( "8 = (-1/4)*6 + b \n" ); document.write( "b = 19/2 \n" ); document.write( "--------- \n" ); document.write( "y = (-1/4)x + 19/2 \n" ); document.write( " \n" ); document.write( " |