document.write( "Question 799968: How do you rewrite these equations in Function Form:
\n" ); document.write( "-3x+y=12
\n" ); document.write( "2x+3y=6
\n" ); document.write( "-x-y=5
\n" ); document.write( "

Algebra.Com's Answer #483161 by thepianist25(8)\"\" \"About 
You can put this solution on YOUR website!
To write these equations in function form, first change them to slope-intercept form. \r
\n" ); document.write( "\n" ); document.write( "Slope intercept form is \"y = mx + b\", where m is the slope of a line, x and y are the coordinates, and b is the y-intercept. Once you have solved for y, then you can can simply substitute \"f(x)\" in place of y, to show that it is in function form (which you could graph).\r
\n" ); document.write( "\n" ); document.write( "So, in -3x + y = 12, I must solve for \"y\".\r
\n" ); document.write( "\n" ); document.write( "-3x + y = 12
\n" ); document.write( "-3x + 3x + y = 12 + 3x (addition axiom)
\n" ); document.write( "y = 3x + 12\r
\n" ); document.write( "\n" ); document.write( "Notice that we are in slope-intercept form. You can now change the equation to f(x) = 3x + 12\r
\n" ); document.write( "\n" ); document.write( "The other two equations are done the same way.\r
\n" ); document.write( "\n" ); document.write( "2x + 3y = 6
\n" ); document.write( "2x - 2x + 3y= 6 - 2x (subtraction axiom)
\n" ); document.write( "3y = -2x + 6
\n" ); document.write( "3y/3 = -2x/3 + 6/3 (division axiom)
\n" ); document.write( "y = -2x/3 + 2 or f(x) = -2x/3 + 2\r
\n" ); document.write( "\n" ); document.write( "-x - y = 5
\n" ); document.write( "-x + x - y = 5 + x (addition axiom)
\n" ); document.write( "-y = x + 5 (At this point, I do not want to leave y with a negative on it. So if I divide both sides by -1, I will not destroy the equality of the equation.)\r
\n" ); document.write( "\n" ); document.write( "-y/-1 = x/-1 + 5/-1
\n" ); document.write( "y = -x - 5 or f(x) = -x - 5
\n" ); document.write( "
\n" );