document.write( "Question 87082: re-write the equation as a function of x.
\n" );
document.write( "f(x)\r
\n" );
document.write( "\n" );
document.write( "-3x+4y=11 \n" );
document.write( "
Algebra.Com's Answer #63050 by tutorcecilia(2152) You can put this solution on YOUR website! -3x+4y=11 [solve for the y-term; answer will be in the \"y=mx+b\" format] \n" ); document.write( "-3x+3x+4y=-3x+11 \n" ); document.write( "4y=-3x+11 \n" ); document.write( "4x/4=-3x/4+11/4 \n" ); document.write( "y= -3/4x+11/4 [write as a function of x] \n" ); document.write( "f(x)= -3/4x+11/4 \n" ); document.write( " |