document.write( "Question 210902: Solve 8x^2y+3y=2x for y as a function of x (express in calculator syntax form) \n" ); document.write( "
Algebra.Com's Answer #159316 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! 8x^2y+3y = 2x \n" ); document.write( "Factoring out the y on the left side: \n" ); document.write( "y(8x^2+3) = 2x \n" ); document.write( "Dividing both sides by (8x^2+3): \n" ); document.write( "y = 2x/(8x^2+3) \n" ); document.write( " \n" ); document.write( " |