document.write( "Question 389123: 1. Write an equation of the line that passes through the given two points ( -3 , 5 ), ( 41 , -127 ) \r
\n" );
document.write( "\n" );
document.write( "2. Write the slope of the line passing through the two points ( -4 , -1 ), ( -6 , 6 \r
\n" );
document.write( "\n" );
document.write( "3.Write the slope of the line passing through the two points ( 7 , -3 ), ( -3 , 5 ) \r
\n" );
document.write( "\n" );
document.write( "4. Solve each system of equations using the elimination method5x + 6y = -75x - 3y = 146\r
\n" );
document.write( "\n" );
document.write( "5.Write the slope-intercept form of the equation 3y = -15 + 3x \n" );
document.write( "
Algebra.Com's Answer #275647 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Write an equation of the line that passes through the points (-3,5), (41,127) \n" ); document.write( "------------ \n" ); document.write( "Given 2 points example. \n" ); document.write( "Find the equation of the line thru the points (2,1) and (3,5) \n" ); document.write( "--------------------- \n" ); document.write( "This is a 2 step process. First find the slope of the line thru the points. \n" ); document.write( "slope, m = diffy/diffx \n" ); document.write( "m = (5-1)/(3-2) \n" ); document.write( "m = 4 \n" ); document.write( "--------- \n" ); document.write( "Now use y = mx + b with either point to find b, the y-intercept. \n" ); document.write( "y = mx + b \n" ); document.write( "5 = 4*3 + b \n" ); document.write( "b = -7 \n" ); document.write( "------- \n" ); document.write( "y = mx + b \n" ); document.write( "y = 4x - 7 is the answer. \n" ); document.write( "------------------------ \n" ); document.write( "Another approach using determinants: \n" ); document.write( "|x y 1| \n" ); document.write( "|2 1 1| = 0 \n" ); document.write( "|3 5 1| \n" ); document.write( "-------- \n" ); document.write( "x(1-5) - y(2-3) + 1(10-3) = 0 \n" ); document.write( "-4x + y + 7 = 0 \n" ); document.write( "y = 4x - 7 \n" ); document.write( "--------- \n" ); document.write( "For further assistance, or to check your work, email me via the thank you note \n" ); document.write( " or at Moral Loophole@aol.com \n" ); document.write( " \n" ); document.write( " |