document.write( "Question 274920: ) The equation of the line that goes through the point ( 5, 4 ) and is parallel to the line going through the points ( -5 ,2 ) and ( 3 ,5 ) can be written in the form y = mx+b where
\n" );
document.write( "m is:
\n" );
document.write( "and b is: \n" );
document.write( "
Algebra.Com's Answer #200603 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! Through ( 5, 4 ) and parallel to ( -5 ,2 ) and ( 3 ,5 ). \n" ); document.write( "Y=mX+b \n" ); document.write( "m=(y2-y1)/(x2-x1) \n" ); document.write( "m=(5-2)/(3+5) \n" ); document.write( "m=3/8 is the slope. \n" ); document.write( "4=3/8*5+b \n" ); document.write( "4=15/8+b \n" ); document.write( "b=4-15/8 \n" ); document.write( "b=(32-15)/8 \n" ); document.write( "b=17/8 is the Y interception. \n" ); document.write( "Y=3X/8+17/8 is the ans. \n" ); document.write( " |