document.write( "Question 150049: Write the slope-intercept equation of the line l that goes through (12, 3) and has a slope of 1/3.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #110155 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Write the slope-intercept equation of the line l that goes through (12, 3) and has a slope of 1/3. \n" ); document.write( "-------------- \n" ); document.write( "These are easier than they look. Use the standary slope-intercept form (y = mx + b) with the one point.\r \n" ); document.write( "\n" ); document.write( "y - y1 = m*(x - x1) \n" ); document.write( "y-3 = (1/3)*(x-12) \n" ); document.write( "Multiply by 3 to get rid of fractions \n" ); document.write( "3y-9 = x-12 \n" ); document.write( "x - 3y = 3 \n" ); document.write( "That's all. \n" ); document.write( " |