document.write( "Question 63694: 1. Find the slope of the line that passes through the points (-3, -5) and (3, 2).\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "2. Find the equation, in slope-intercept form, of the line that passes through the points (-3, 1) and (-2, -5).\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "3. Find the equation, in standard form, with all integer coefficients, of the line perpendicular to x – 2y = 24 and passing through (1, 3).\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "4. Solve the system of equations using the substitution method.
\n" );
document.write( "If the answer is a unique solution, present it as an ordered pair: (x, y). If not, specify whether the answer is “no solution” or “infinitely many solutions.”
\n" );
document.write( "7x + y = 1
\n" );
document.write( "3x + 2y = -9
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #44777 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! 1. Find the slope of the line that passes through the points (-3, -5) and (3, 2) \n" ); document.write( "m=(y2-y1)/(x2-x1) [formula for the slope of a line] \n" ); document.write( "m=(2-(-5))/(3-(-3)) [plug-in the values] \n" ); document.write( "m=(2+5)/(3+3)=7/6\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |