document.write( "Question 486718: how do you dolve and what are the steps to solving
\n" );
document.write( "y=4-3x \n" );
document.write( "
Algebra.Com's Answer #332754 by richard1234(7193) You can put this solution on YOUR website! There is no need to \"solve\" it, unless you want to solve in terms of x. If this is so, then subtract 4 from both sides to get -3x = y-4. Divide both sides by -3 --> x = -(y-4)/3 = (4-y)/3. \n" ); document.write( " |