document.write( "Question 374081: find a slope parallel to the line that passes through:
\n" );
document.write( "(4,0)and (3.8,2) \n" );
document.write( "
Algebra.Com's Answer #266358 by rfadrogane(214)![]() ![]() You can put this solution on YOUR website! find a slope parallel to the line that passes through: \n" ); document.write( "(4,0)and (3.8,2) \n" ); document.write( " Sol'n: \n" ); document.write( " let m - the slope of the line joining the two points \n" ); document.write( " m = (x2-x1)/(y2-y1) \n" ); document.write( " P1(4,0) & P2(3.8,2) \n" ); document.write( " m = (2-0)/(3.8-4) \n" ); document.write( " m = -10 ---answer \n" ); document.write( " |