document.write( "Question 1001878: Write the slope intercept equation for a line passing through the given point that is parallel to the given line.
\n" );
document.write( "(3, 5), 𝑦=2/7𝑥+1
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618946 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Write the slope intercept equation for a line passing through the given point that is parallel to the given line. \n" ); document.write( "(3, 5), 𝑦=2/7𝑥+1 \n" ); document.write( "Equation of a line in slope-intercept form:y=mx+b, m=slope, b=y-intercept \n" ); document.write( "y=(2/7)x+1 \n" ); document.write( "slope,m=2/7 \n" ); document.write( "Parallel lines have the same slope \n" ); document.write( "y=(2/7)x+b \n" ); document.write( "solve for b using given coordinates(3,5) on the line \n" ); document.write( "b=y-(2/7)x=5-(2/7)*3 \n" ); document.write( "5-6/7=35/7-6/7=29/7 \n" ); document.write( "equation of line: y=(2/7)x+29/7 \n" ); document.write( " |