document.write( "Question 222132: how can i graph a line that satisfies the conditions of passing through (2,-1) parallel to graph of 2x+3y=6\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #166415 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! passing through (2,-1) parallel to graph of 2x+3y=6 \n" ); document.write( "3Y=-2X+6 \n" ); document.write( "Y=-2X/3+6/3 \n" ); document.write( "Y=-2X/3+2 THIS LINE HAS A SLOPE = -2/3. THEREFORE A PARALLEL LINE WILL ALSO HAVE A SLOPE=-2/3 \n" ); document.write( "-1=-2/3*2+b \n" ); document.write( "-1=-4/3+b \n" ); document.write( "b=-1+4/3 \n" ); document.write( "b=-3/3+4/3 \n" ); document.write( "b=1/3 the y intercept. \n" ); document.write( "y=-2x/3+1/3 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |