document.write( "Question 156494: I can't figure this out, could you please help me!
\n" );
document.write( "a line passes through the point (x,y) = (3,4)and has a slope of 6. Write the equation for this. \n" );
document.write( "
Algebra.Com's Answer #115286 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! a line passes through the point (x,y) = (3,4)and has a slope of 6. Write the equation for this. \n" ); document.write( "------------- \n" ); document.write( "Put it in slope-intercept form, y = mx + b \n" ); document.write( "y-y1 = m*(x-x1) (x1,y1) is the given point, (3,4) \n" ); document.write( "y-4 = 6*(x-3) \n" ); document.write( "y-4 = 6x-18 \n" ); document.write( "y = 6x-14 (slope-intercept form) \n" ); document.write( "6x-y = 14 (standard form) \n" ); document.write( " |