document.write( "Question 611912: find the linear equation that passes through (p,q) and parallel to y = rx + s \n" ); document.write( "
Algebra.Com's Answer #385195 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the linear equation that passes through (p,q) and parallel to y = rx + s \n" ); document.write( "Standard form of equation for a straight line: y=mx+b, m=slope, b=y-intercept \n" ); document.write( "slope of parallel line=r \n" ); document.write( "equation: y=rx+b \n" ); document.write( "solving for b using coordinates of given point (p,q) \n" ); document.write( "q=rp+b \n" ); document.write( "b=q-rp \n" ); document.write( "Equation of parallel line: \n" ); document.write( "y=rx+(q-p) \n" ); document.write( " \n" ); document.write( " |