document.write( "Question 31203: Please find the equation of the line that passes through (2,1) and is parallel to the line: 4x-2y=3 \n" ); document.write( "
Algebra.Com's Answer #17935 by troyapplehelen(46)![]() ![]() ![]() You can put this solution on YOUR website! 1. 4x-2y=3 can be rewritten as 4x-3=2y, y=(4x)/2-(3/2) \n" ); document.write( " according line equation, y=mx+b, the slope of line m=2(from 4x/2) \n" ); document.write( " if the line is parallel to the original, the the slope shoulb the same so, the new line equation is y=2x+b. \n" ); document.write( "2. now, find \"b\" by substituting (2,1) into the new line formular y=2x+b. \n" ); document.write( " like, 1=(2 times 2)+b, then \"b\" is -3. \n" ); document.write( "3. so, the answer is y=2x-3. \n" ); document.write( " |