document.write( "Question 87824: Write an equation of the line containing the given point and parellel to the given line. Express your answer in form y=mx+b
\n" );
document.write( "(5,8) x+4y=y \n" );
document.write( "
Algebra.Com's Answer #63825 by madhujiithcharu@yahoo.co.in(28)![]() ![]() ![]() You can put this solution on YOUR website! Gn. x+4y=y. Therefore its parallel line is x+3y=some constant k \n" ); document.write( " x+3y = k \n" ); document.write( " Since it passes through (5,8) we have 5 + 21 = k \n" ); document.write( " => k = 26 \n" ); document.write( " hence the required line is x + 3y = 26 \n" ); document.write( " 3y = -x + 26 \n" ); document.write( " y = -1/3x +26/3 of the form y =mx + c where m = -1/3 & c = 26/3 \n" ); document.write( " |