document.write( "Question 491913: Find the equation of the line parallel to 10x + 21y = 15 and passing through the point (0,18). \n" ); document.write( "
Algebra.Com's Answer #334828 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of the line parallel to 10x + 21y = 15 and passing through the point (0,18) \n" ); document.write( "** \n" ); document.write( "Given line \n" ); document.write( "10x + 21y = 15 \n" ); document.write( "21y=-10x+15 \n" ); document.write( "slope m=-10 \n" ); document.write( ".. \n" ); document.write( "Parallel line \n" ); document.write( "slope=-10 \n" ); document.write( "equation: \n" ); document.write( "y=-10x+b \n" ); document.write( "solving for b using coordinates of given point (0,18) \n" ); document.write( "18=0+b \n" ); document.write( "b=18 \n" ); document.write( "equation: \n" ); document.write( "y=-10x+18 \n" ); document.write( " |