document.write( "Question 391109: how to solve for y 3x+y>o \n" ); document.write( "
Algebra.Com's Answer #277398 by nerdybill(7384) You can put this solution on YOUR website! start with: \n" ); document.write( "3x+y>0 \n" ); document.write( "subtract 3x from both sides: \n" ); document.write( "3x+y-3x > 0-3x \n" ); document.write( "y > -3x \n" ); document.write( " \n" ); document.write( " |