document.write( "Question 417350: determine whether the line through P1(1,-2) and P2(4,-3) is parallel to the line through Q1(4,3) and Q2(7,4) \n" ); document.write( "
Algebra.Com's Answer #292174 by mananth(16946)![]() ![]() You can put this solution on YOUR website! determine whether the line through P1(1,-2) and P2(4,-3) is parallel to the line through Q1(4,3) and Q2(7,4)\r \n" ); document.write( "\n" ); document.write( "The slope of line passing through (x1,y1),(x2,y2) = (y2-y1)/(x2-x1)\r \n" ); document.write( "\n" ); document.write( "P1(1,-2) and P2(4,-3) \n" ); document.write( "m= (-3-(-2))/(4-1) \n" ); document.write( "m=-1/3 \n" ); document.write( "... \n" ); document.write( "line through Q1(4,3) and Q2(7,4) \n" ); document.write( "m=(4-3)/(7-4) \n" ); document.write( "m=1/3 \n" ); document.write( "The slopes are different so they are not parallel \n" ); document.write( " |