document.write( "Question 536021: For pair of line y=4x-2 and -x +4y=0, is it perpendicular, parallel, or neither? \n" ); document.write( "
Algebra.Com's Answer #352099 by mananth(16946) You can put this solution on YOUR website! y=4x-2 \n" ); document.write( "--- \n" ); document.write( "-x+4y=0 \n" ); document.write( "4y=x \n" ); document.write( "y=(1/4)x\r \n" ); document.write( "\n" ); document.write( " compare the equations \n" ); document.write( "the slopes are not the same so lines are not parallel \n" ); document.write( ".. \n" ); document.write( "slope of first line = 4 \n" ); document.write( "slope of second line = 1/4\r \n" ); document.write( "\n" ); document.write( "m1* m2 = 4*1/4 = 1\r \n" ); document.write( "\n" ); document.write( "If the lines are perpendicular m1*m2 mustbe equal to -1. \n" ); document.write( "So the lines are not perpendicular \n" ); document.write( " |