document.write( "Question 545243: I want to find the slope, y-intercept and angle of this equation:\r
\n" );
document.write( "\n" );
document.write( "14x -y -sqrt(2) = 0\r
\n" );
document.write( "\n" );
document.write( "I know the answer but I want the method please\r
\n" );
document.write( "\n" );
document.write( "Anwer: Slope = 14, y-intercept = sqrt(2) and the degrees = about 85.9\r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #355542 by Alan3354(69443) You can put this solution on YOUR website! I want to find the slope, y-intercept and angle of this equation:\r \n" ); document.write( "\n" ); document.write( "14x -y -sqrt(2) = 0\r \n" ); document.write( "\n" ); document.write( "I know the answer but I want the method please\r \n" ); document.write( "\n" ); document.write( "Anwer: Slope = 14, y-intercept = sqrt(2) and the degrees = about 85.9 \n" ); document.write( "--------------- \n" ); document.write( "14x -y -sqrt(2) = 0 \n" ); document.write( "Solve for y \n" ); document.write( "y = 14x - sqrt(2) \n" ); document.write( "Slope, m = coeff of x = 14 \n" ); document.write( "y-int, b = -sqrt(2) \n" ); document.write( "------------ \n" ); document.write( "Angle with the x-axis = arctan(14) =~ 85.9 degs \n" ); document.write( " |