document.write( "Question 67980: How do I rewrite each equation as a function of x.\r
\n" );
document.write( "\n" );
document.write( " -3x + 4y = 11
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #48333 by tutorcecilia(2152)![]() ![]() You can put this solution on YOUR website! -3x + 4y = 11[solve for y] \n" ); document.write( "-3x+3x+4y=11+3x \n" ); document.write( "4y=11+3x \n" ); document.write( "4y/4=11/4+3x/4 \n" ); document.write( "y=3/4x+11/4 [re-arrange the terms] \n" ); document.write( "f(x)=3/4x+11/4\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |