document.write( "Question 453618: How do I solve a linear equation if the y is listed first? For example\r
\n" );
document.write( "\n" );
document.write( "-4Y-3x=-4 \n" );
document.write( "
Algebra.Com's Answer #311651 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! It makes no difference the order as long as you remember that when making an input/output table the x is always listed first and the x is always first in an ordered pair. \n" ); document.write( "you can also change the equation to the \"slope/intercept\" form. \n" ); document.write( "-4y=3x-4 \n" ); document.write( "y=-3/4+1 \n" ); document.write( "slope m=-3/4 \n" ); document.write( "y int b=1 \n" ); document.write( " |