document.write( "Question 593657:  Find the angle (in degrees) between the two lines:
\n" );
document.write( "6x-y+8=0
\n" );
document.write( "-3x-11y+10=0 \n" );
document.write( "
| Algebra.Com's Answer #376393 by Alan3354(69443)     You can put this solution on YOUR website! Find the angle (in degrees) between the two lines: \n" ); document.write( "6x-y+8=0 \n" ); document.write( "-3x-11y+10=0 \n" ); document.write( "------------- \n" ); document.write( "Find the slope of each: \n" ); document.write( "6x-y+8=0 \n" ); document.write( "m1 = 6 \n" ); document.write( "------ \n" ); document.write( "-3x-11y+10=0 \n" ); document.write( "m2 = -3/11 \n" ); document.write( "------ \n" ); document.write( "The tangent of the angle between the x-axis and the line is the slope. \n" ); document.write( "----- \n" ); document.write( "tan(A) = 6 \n" ); document.write( "A =~ 80.54 degs \n" ); document.write( "--- \n" ); document.write( "tan(B) = -3/11 \n" ); document.write( "B = -15.26 degs \n" ); document.write( "diff = 96.8 degs \n" ); document.write( "or 180 - 96.8 = 83.2 degs \n" ); document.write( " \n" ); document.write( " |