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 #48342 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! How do I rewrite each equation as a function of x. \n" ); document.write( "-3x + 4y = 11 \n" ); document.write( "-3X+4Y-4Y=11-4Y \n" ); document.write( "-3X=11-4Y \n" ); document.write( "X=-(11-4Y)/3=(4Y-11)/3 \n" ); document.write( " |