document.write( "Question 43797: Help please: Determine algebraically whether the lines are parallel, perpendicular or neither. State the number of solution. \r
\n" );
document.write( "\n" );
document.write( "x - y = 5
\n" );
document.write( " x = 5 - y \n" );
document.write( "
Algebra.Com's Answer #28750 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! x - y = 5 \n" ); document.write( "-y = -x + 5 \n" ); document.write( "y = x - 5 \n" ); document.write( "and \n" ); document.write( "x = 5 - y \n" ); document.write( "x - 5 = -y \n" ); document.write( "-x + 5 = y \n" ); document.write( "The slopes are perpendicular, so the lines are perpendicular. There is only one solution. \n" ); document.write( " |