document.write( "Question 250706: Find an equation of a straight line that passes through the point (2,3) and is parallel to the line with equation 3x + 4y -8 = 0 \n" ); document.write( "
Algebra.Com's Answer #184752 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Step #1 - solve 3x + 4y -8 = 0 for y. \n" ); document.write( "Y = -(3/4)X +2. \n" ); document.write( "STEP #2 - find the slope based on the equation from STEP #1. M = (-3/4). \n" ); document.write( "STEP #3 - parallel lines have the same slope. The slope you have from STEP #2 is the slope you want. m = (-3/4). \n" ); document.write( "STEP #4 - using the slope from STEP #3, pick a point (2,3) and put those into \n" ); document.write( "Y = mX + b. Solve for b. \n" ); document.write( "3 = (-3/4)(2) + b. \n" ); document.write( "b = 9/2. \n" ); document.write( "STEP #5 - write the equation. \n" ); document.write( "Y = (-3/4)X + 9/2. \n" ); document.write( " \n" ); document.write( " |