document.write( "Question 37387: If 3x+y=6, then what is y?
\n" );
document.write( "Please show us how you are doing this so we can figure it out. \r
\n" );
document.write( "\n" );
document.write( "Thank you \n" );
document.write( "
Algebra.Com's Answer #23032 by fractalier(6550) You can put this solution on YOUR website! Well if all you have is 3x + y = 6, then you cannot find a value for y explicitly. All you can do is express y in terms of x: \n" ); document.write( "3x + y = 6 \n" ); document.write( "Here subtract 3x from both sides and get \n" ); document.write( "y = -3x + 6 \n" ); document.write( " |