document.write( "Question 225406: How do i plot the following 5 equations?
\n" );
document.write( "1.) y= x+2
\n" );
document.write( "2.) y=2x-2
\n" );
document.write( "3.) y=2x+4
\n" );
document.write( "4.) y=1/6+6
\n" );
document.write( "5.) y=1/2Xsq-8
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #168194 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! How do i plot the following 5 equations? \n" ); document.write( "1.) y= x+2 \n" ); document.write( "2.) y=2x-2 \n" ); document.write( "3.) y=2x+4 \n" ); document.write( "4.) y=1/6+6 \n" ); document.write( "--------------- \n" ); document.write( "1 - 3 are linear, meaning the graph is a straight line. \n" ); document.write( "Find 2 points, draw a line thru them. \n" ); document.write( "Let x = any value, find y, plot the points. \n" ); document.write( "--------- \n" ); document.write( "#4 has no x ?? \n" ); document.write( "------------- \n" ); document.write( "5.) y=1/2Xsq-8 \n" ); document.write( "#5 is ambiguous. It could be (1/2)x^2 - 8 \n" ); document.write( "or (1/(2x^2)) - 8 or something else. \n" ); document.write( " |