document.write( "Question 931972: What is 3y=2x-6 in standard form? \n" ); document.write( "
Algebra.Com's Answer #572438 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! standard form is ax+by =c \n" ); document.write( " given line is 3y =2x-6 \n" ); document.write( " move -6 to the left \n" ); document.write( " 3y+6 = 2x \n" ); document.write( " move 3y to the right \n" ); document.write( " 6= 2x-3y \n" ); document.write( "Result: standard form 2x-3y =6 \n" ); document.write( " |