document.write( "Question 150713: if the line containing points (-8,m) and (2,1) is parallel to the line containing points (11,-1) and (7,m+1), what must be the value of m? \n" ); document.write( "
Algebra.Com's Answer #110648 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
In order to two lines to be paralle, they need to have the same slope. Generally slope is assigned to a variable named \"m\". In this problem the points are using m in them, so use a different variable for slope.\r
\n" ); document.write( "\n" ); document.write( "slope using the first two points
\n" ); document.write( "\"s+=+%28y%5B2%5D+-+y%5B1%5D%29%2F%28x%5B2%5D+-+x%5B1%5D%29\"
\n" ); document.write( "\"s+=+%281-m%29%2F%282+-+%28-8%29%29\"
\n" ); document.write( "\"s+=+%281-m%29%2F10\"\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "slope using the second two points
\n" ); document.write( "\"s+=+%28y%5B2%5D+-+y%5B1%5D%29%2F%28x%5B2%5D+-+x%5B1%5D%29\"
\n" ); document.write( "\"s+=+%28m%2B1+-+1+%29%2F%287+-+11%29\"
\n" ); document.write( "\"s+=+m%2F%28-4%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now set the two slopes equal
\n" ); document.write( "\"%281-m%29%2F10+=+-m%2F4\"
\n" ); document.write( "\"1-m+=+-5m%2F2\"
\n" ); document.write( "\"2+-+2m+=+-5m\"
\n" ); document.write( "\"2+=+-3m\"
\n" ); document.write( "\"-2%2F3+=+m\"
\n" ); document.write( "
\n" );