document.write( "Question 69824: Are the following lines parallel, perpendicular, or neither?
\n" );
document.write( " L1 with equation x – 4y = 12
\n" );
document.write( " L2 with equation 4x + y = 4\r
\n" );
document.write( "\n" );
document.write( "(A) Perpendicular
\n" );
document.write( "(B) Neither
\n" );
document.write( "(C) Parallel
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #49782 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! 1. Solve for y in each equation. \n" ); document.write( "2. if the slopes are equal, the equations are parellel. \n" ); document.write( "3. if the slopes are negative reciprocals, the lines are perpendicular \n" ); document.write( "In this case the lines have slopes that are negative reciprocals and are therefore perpendicular: \n" ); document.write( "y=1/4x-3 (slope = 1/4) \n" ); document.write( "y=-4x+4 (slope = -4) \n" ); document.write( " |