document.write( "Question 1133197: Convert the following linear equations from standard form to y-intercept form step by step.
\n" );
document.write( "1.a) 5x-y+3=0
\n" );
document.write( "b) x+7y-14=0
\n" );
document.write( "c)6x-3y+9=0
\n" );
document.write( "d)7x+2y-3=0
\n" );
document.write( "e) 2x+5y+5=0
\n" );
document.write( "f) 12x-30y+13=0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #750361 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Convert the following linear equations from standard form to y-intercept form step by step. \n" ); document.write( "1.a) 5x-y+3=0 \n" ); document.write( "------ \n" ); document.write( "That means solve for y. \n" ); document.write( "5x-y+3=0 \n" ); document.write( "5x+3 = y \n" ); document.write( "y = 5x+3 \n" ); document.write( "============= \n" ); document.write( "Do the others the same way. \n" ); document.write( " |