document.write( "Question 37430: Rewrite the equation 4x – 10y = 11 as a function of x \n" ); document.write( "
Algebra.Com's Answer #23572 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Rewriting as a function of x is nothing more than solving for y, since y IS a function of x...that is, y = f(x)...so from \n" ); document.write( "4x – 10y = 11 \n" ); document.write( "we subtract 4x \n" ); document.write( "-10y = -4x + 11 \n" ); document.write( "and divide by -10 \n" ); document.write( "y = (2/5)x - 11/10 \n" ); document.write( "f(x) = (2/5)x - 11/10 \n" ); document.write( " |