document.write( "Question 189760: Find an equation of the line having the given slope and containing the given point. m=7,(7,3) \n" ); document.write( "
Algebra.Com's Answer #142381 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an equation of the line having the given slope and containing the given point. m=7,(7,3) \n" ); document.write( "--------------- \n" ); document.write( "ALWAYS use \n" ); document.write( "y-y1 = m*(x-x1) where (x1,y1) is the point. \n" ); document.write( "y-3 = 7*(x-7) \n" ); document.write( "y-3 = 7x-49 \n" ); document.write( "y = 7x - 46 slope-intercept form \n" ); document.write( "7x - y = 46 standard form \n" ); document.write( " \n" ); document.write( " |