document.write( "Question 228052: graph y = 3x + 4
\n" );
document.write( "I am doing this on something called EZgraph but I don't understand how to put the numbers in, can you help me?
\n" );
document.write( "TIA
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #169402 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! graph y = 3x + 4 \n" ); document.write( "----------------- \n" ); document.write( "You need two points to graph a line. \n" ); document.write( "--- \n" ); document.write( "Let x = 0, then y = 3*0+4 = 4 \n" ); document.write( "This gives you the point (0,4) \n" ); document.write( "----------------- \n" ); document.write( "Let x = 2, then y = 3*2+4 = 10 \n" ); document.write( "This gives you the point (2,10) \n" ); document.write( "------------------------\ \n" ); document.write( "Plot the two points and draw a line thru them to see the graph. \n" ); document.write( "---------------------------- \n" ); document.write( " \n" ); document.write( "------------------------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |