document.write( "Question 742372: Hi there,
\n" );
document.write( "I am having trouble with finding an equation for two sets of coordinates.
\n" );
document.write( "for example, the question is
\n" );
document.write( "find the equation for the coordinates (0,-3) (2,3)
\n" );
document.write( "I know y=mx+c and I know how to find m and c but I don't understand some things.
\n" );
document.write( "would they have the same equation or not? because for x1 y1 the equation would be
\n" );
document.write( "y=3x-3 right? But I don't think it is right for the whole of the coordinates because shouldn't there only be one equation for the co-ordinate (0,-3) (2,3)?
\n" );
document.write( "Help or if you cant understand me point me in the direction of a page to help :)
\n" );
document.write( "Thanks
\n" );
document.write( "Sariah
\n" );
document.write( "p.s this site is amazing :) helped out a lot. \n" );
document.write( "
Algebra.Com's Answer #452424 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! find the equation for the coordinates (0,-3) (2,3) \n" ); document.write( "I think you are referring to the equation of a line, y=mx+b, m=slope, b=y-intercept \n" ); document.write( "slope can be found when you have 2 points on the line which you have. \n" ); document.write( "slope=∆y/∆x=(y1-y2)/(x1-x2)=(3-(-3))/(2-0)=6/2=3 \n" ); document.write( "equation: y=3x+b \n" ); document.write( "solve for b, using any one of the given points(2,3) \n" ); document.write( "3=3*2+b \n" ); document.write( "b=-3 \n" ); document.write( "equation of the line given coordinates are on: y=3x-3 \n" ); document.write( "You got the correct answer and hopefully you now have a better understanding of the problem. \n" ); document.write( " |