document.write( "Question 37524: Rewrite the equation 2x – 3y = -6 as a funcion of x. \n" ); document.write( "
Algebra.Com's Answer #23128 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! y can be expressed as a function of x in this, and in most, examples at this level...thus we merely solve for y... \n" ); document.write( "2x – 3y = -6 \n" ); document.write( "-3y = -2x - 6 \n" ); document.write( "y = (2/3)x + 2 or \n" ); document.write( "f(x) = (2/3)x + 2 \n" ); document.write( " |