document.write( "Question 157184: What should i do for this problem: Line through (1,-3) parallel to 2x-3y=7 \n" ); document.write( "
Algebra.Com's Answer #115835 by checkley77(12844) ![]() You can put this solution on YOUR website! Line through (1,-3) parallel to \n" ); document.write( "2x-3y=7 \n" ); document.write( "-3y=-2x+7 \n" ); document.write( "y=-2x/-3+7/-3 \n" ); document.write( "y=2x/3-7/3 (RED LINE) \n" ); document.write( "This line has a slope=2/3. THus the parallel line will also have a slope=2/3. \n" ); document.write( "replace x & y by (1,-3) & m by the slope=2/3 in the line equation Y=mX+b & SOLVE FOR THE Y INTERCEPT (b). \n" ); document.write( "-3=2/3*1+b \n" ); document.write( "-3=2/3+b \n" ); document.write( "b=-3-2/3 \n" ); document.write( "b=(-3*3-2)/3 \n" ); document.write( "b=(-9-2)/3 \n" ); document.write( "b=-11/3 IS THE Y INTERCEPT. \n" ); document.write( "Y=2X/3-11/7 (GREEN LINE) \n" ); document.write( " |