document.write( "Question 330283: I need to know how to solve an equation for y when there are two y's.
\n" );
document.write( "The equation is 3xy+y=15. \n" );
document.write( "
Algebra.Com's Answer #236737 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I need to know how to solve an equation for y when there are two y's. \n" ); document.write( "The equation is 3xy+y=15. \n" ); document.write( "------------- \n" ); document.write( "3xy+y=15 \n" ); document.write( "y*(3x+1) = 15 \n" ); document.write( "y = 15/(3x+1) \n" ); document.write( " \n" ); document.write( " |