document.write( "Question 498552: how do i graph the line passing through (2,4) that is parallel to the graph of x-3y=6 \n" ); document.write( "
Algebra.Com's Answer #337061 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! how do i graph the line passing through (2,4) that is parallel to the graph of x-3y=6 \n" ); document.write( "---- \n" ); document.write( "Find the slope of x-3y=6 \n" ); document.write( "3y = x-6 \n" ); document.write( "y = (1/3)x-2 \n" ); document.write( "--- \n" ); document.write( "slope = 1/3 \n" ); document.write( "--- \n" ); document.write( "Find equation of line with slope = 1/3 passing thru (2,4) \n" ); document.write( "Form: y = mx + b \n" ); document.write( "Solve for \"b\": \n" ); document.write( "4 = (1/3)2 + b \n" ); document.write( "12/3 = 2/3 + b \n" ); document.write( "10/3 = b \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "y = (1/3)x + (10/3) \n" ); document.write( "========================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |