document.write( "Question 63723: I need to graph a pencil of lines described by y = mx + 3m - 2. Can you help me?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #46144 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! I don't know what you are asking when you say a pencil of lines, but here is what I know: \n" ); document.write( "y = mx + 3m - 2 \n" ); document.write( "y = m(x + 3) - 2 \n" ); document.write( "y + 2 = m(x + 3) \n" ); document.write( "slope = m \n" ); document.write( "(-3,-2) is a point \n" ); document.write( " |