document.write( "Question 22112: How do you write out equation when it gives you two sets of coordinates? For example:write the equation of the line:(4,-3) (5,9). What are the steps I would take to solve this problem.\r
\n" );
document.write( "\n" );
document.write( "Thank you for the help =](smiley) \n" );
document.write( "
Algebra.Com's Answer #10704 by queenofit(120) ![]() You can put this solution on YOUR website! First you would have to find your slope. this is done by using the point-slope formula. for my purposes, when you see x1 or y1 and x2 and y2, the 1's are your first set of points and the 2s are the second set of points. \n" ); document.write( "the formula for finding the slope is \n" ); document.write( "y2-y1 \n" ); document.write( "----- = m = slope for your equation \n" ); document.write( "x2-x1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "9-(-3) \n" ); document.write( "-------= 12/1=12=m=slope \n" ); document.write( "5-4 \n" ); document.write( "now that you have your slope you can plug it into the point slope form to get your equation that formula is y-y1=m(x-x1) for your equation the plug your numbers in \n" ); document.write( "y-(-3)=12(x-4) \n" ); document.write( "y+3=12x-48 \n" ); document.write( "y=12x-48-3 \n" ); document.write( "y=12x-51 This is your equation of a line in y=mx+b form \n" ); document.write( " |