document.write( "Question 912093: Draw the graph of the equation y = x^2 - 4x + 3 by taking the value of x from -3 to 3. Also find the vertex.\r
\n" );
document.write( "\n" );
document.write( "How can I plot it, please provide step by step solution.\r
\n" );
document.write( "\n" );
document.write( "Thank you so much. \n" );
document.write( "
Algebra.Com's Answer #553559 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Draw the graph of the equation y = x^2 - 4x + 3 by taking the value of x from -3 to 3. Also find the vertex.\r \n" ); document.write( "\n" ); document.write( "How can I plot it, please provide step by step solution. \n" ); document.write( "---------------- \n" ); document.write( "You can make a table of x & y \n" ); document.write( "Pick values for x and find y. \n" ); document.write( "----------- \n" ); document.write( "x = 0, y = 3 --> (0,3) \n" ); document.write( "x = 1, y = 0 --> (1,0) \n" ); document.write( "x = 2, y = 1 --> (2,1) \n" ); document.write( "x = -1, y = 8 --> (-1,8) \n" ); document.write( "etc \n" ); document.write( "Make as many points as you need. \n" ); document.write( "Plot the points. \n" ); document.write( "Draw a curve thru them. \n" ); document.write( " \n" ); document.write( " |