document.write( "Question 1071591: write an equation in standard form for a line passing through the pair of points. (-8,0) and (0,3).
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #686488 by math_helper(2461)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Standard form is Ax + By = C where A,B,and C are constants (often integers).\r
\n" ); document.write( "\n" ); document.write( "Point-slope form is y = mx + b, where m=slope and b=y-intercept (i.e. value at x=0).\r
\n" ); document.write( "\n" ); document.write( "I've always found it easiest to work in point-slope form, then rearrange it to standard form at the end. Given the two points, the slope can be found as rise/run (change in y value over change in x):
\n" ); document.write( "[ It does not matter which point you use as start/end, but once you decide which point to use as the \"end\", be sure to use the companion y value as the ending y value ]\r
\n" ); document.write( "\n" ); document.write( " m = (y2-y1)/(x2-x1)
\n" ); document.write( " m = (3-0)/(0-(-8)) = 3/8\r
\n" ); document.write( "\n" ); document.write( "[ If we used the points the other way —> m = (0-3)/(-8-0) = -3/-8 = 3/8 ]\r
\n" ); document.write( "\n" ); document.write( "So far we have:
\n" ); document.write( " y = (3/8)x + b\r
\n" ); document.write( "\n" ); document.write( "To find 'b', choose one of the points, say (-8,0), then plug in and solve for b:
\n" ); document.write( " 0 = (3/8)(-8) + b —> 0 = -3 + b —> b=3\r
\n" ); document.write( "\n" ); document.write( " Now we have
\n" ); document.write( " y = (3/8)x + 3\r
\n" ); document.write( "\n" ); document.write( " Re arranging to standard form:\r
\n" ); document.write( "\n" ); document.write( " -(3/8)x + y = 3
\n" ); document.write( "
\n" ); document.write( "Technically, the above is acceptable. Some teachers may want you to make the coefficients integers if possible, and some *think* the coefficient in front of x should be positive (my Calculus book does not say this is a requirement). So here are other forms that are equally valid:\r
\n" ); document.write( "\n" ); document.write( "Multiply through by 8:
\n" ); document.write( " -3x + 8y = 24 (probably what most teachers expect)\r
\n" ); document.write( "\n" ); document.write( "Multiply through by -1:
\n" ); document.write( " 3x - 8y = -24 (some teachers may want to see it expressed like this, A>0)\r
\n" ); document.write( "\n" ); document.write( "Good luck!\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );