document.write( "Question 84415: find the equation of a line in standard form that has slope 2/3 and contains the point p(3,6) \n" ); document.write( "
Algebra.Com's Answer #60810 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! Y=mX+b WHERE m=SLOPE & b=Y INTERCEPT. \n" ); document.write( "REPLACE X & Y WITH THE VALUES 3 & 6 & REPLACE m WITH 2/3 & SOLVE FOR b. \n" ); document.write( "6=2/3*3+b \n" ); document.write( "6=2+b \n" ); document.write( "b=6-2 \n" ); document.write( "b=4 ANSWER FOR THE Y INTERCEPT. THUS THE LINE FORMULA IS: \n" ); document.write( "Y=2X/3+4. THE GRAPH FOLLOWS: |