document.write( "Question 945346:  (1.) A line passes through the points (20, 42) and (21, 6).\r
\n" );
document.write( "\n" );
document.write( "The slope of the line is m =   .\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "An equation for the line is?\r
\n" );
document.write( "\n" );
document.write( "(2.) A line has the x-intercept 2 and y-intercept 17.\r
\n" );
document.write( "\n" );
document.write( "The slope of the line is m =   .\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "An equation for the line is\r
\n" );
document.write( "\n" );
document.write( "Thanks! \n" );
document.write( "
| Algebra.Com's Answer #576493 by lwsshak3(11628)      You can put this solution on YOUR website! (1.) A line passes through the points (20, 42) and (21, 6). \n" ); document.write( "The slope of the line is m = . \n" ); document.write( "slope=∆y/∆x=(42-6)/(20-21)=36/-1=-36 \n" ); document.write( ".. \n" ); document.write( "An equation for the line is? \n" ); document.write( "y=-36x+b \n" ); document.write( "solveing for b using one of the coordinates on the line(21,6) \n" ); document.write( "6=-36*21+b \n" ); document.write( "b=762 \n" ); document.write( "equation: y=-36x+762 \n" ); document.write( ".. \n" ); document.write( "(2.) A line has the x-intercept 2 and y-intercept 17. \n" ); document.write( "The slope of the line is m = . \n" ); document.write( "points on the line: (2/0) and (0,17) \n" ); document.write( "slope=(17-0)/(0-2)=-17/2 \n" ); document.write( "An equation for the line is: y=-17x/2+17 \n" ); document.write( " \n" ); document.write( " |