document.write( "Question 371261: how do you complete the square, y=8-3x^2-2x
\n" ); document.write( "(3x^2)is suppose to be 3x squared
\n" ); document.write( "

Algebra.Com's Answer #264495 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"y=8-3x%5E2-2x\"\r\n" );
document.write( "\r\n" );
document.write( "Arrange the right side in descending order:\r\n" );
document.write( "\r\n" );
document.write( "\"y=-3x%5E2-2x%2B8\"\r\n" );
document.write( "\r\n" );
document.write( "Factor -3 out of the first two terms on the right:\r\n" );
document.write( "\r\n" );
document.write( "\"y=-3%28x%5E2%2Bexpr%282%2F3%29x%29%2B8\"\r\n" );
document.write( "\r\n" );
document.write( "[Note that I got the \"2%2F3\"\r\n" );
document.write( " by dividing -2 by -3]\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "To the side multiply the coefficient of x, which is \"2%2F3\" by \"1%2F2\",\r\n" );
document.write( "which gives \"1%2F3\" then square it, getting \"1%2F9\", then add and\r\n" );
document.write( "subtract \"1%2F9\" after the \"expr%282%2F3%29x\"\r\n" );
document.write( "\r\n" );
document.write( "\"y=-3%28x%5E2%2Bexpr%282%2F3%29x%2B1%2F9-1%2F9%29%2B8\"\r\n" );
document.write( "\r\n" );
document.write( "Notice that the first three terms inside the parentheses, \r\n" );
document.write( "\"x%5E2%2Bexpr%282%2F3%29x%2B1%2F9\" can be factored as \"%28x%2B1%2F3%29%28x%2B1%2F3%29\" and\r\n" );
document.write( "then as \"%28x%2B1%2F3%29%5E2\".  So replace the first three terms by this:\r\n" );
document.write( "\r\n" );
document.write( "\"y=-3%28%28x%2B1%2F3%29%5E2-1%2F9%29%2B8\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Remove the larger outside parentheses leaving the smaller parentheses\r\n" );
document.write( "intact:\r\n" );
document.write( "\r\n" );
document.write( "\"y=-3%28x%2B1%2F3%29%5E2%2B3%2F9%2B8\"\r\n" );
document.write( "\r\n" );
document.write( "Reduce \"3%2F9\" to \"1%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "\"y=-3%28x%2B1%2F3%29%5E2%2B1%2F3%2B8\"\r\n" );
document.write( "\r\n" );
document.write( "To add the last two terms:  \"1%2F3%2B8+=+1%2F3%2B24%2F3=25%2F3\", so\r\n" );
document.write( "the final answer is:\r\n" );
document.write( "\r\n" );
document.write( "\"y+=+-3%28x%2B1%2F3%29%5E2%2B25%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "Compare that to\r\n" );
document.write( "\r\n" );
document.write( "\"y+=+a%28x-h%29%5E2%2Bk\"\r\n" );
document.write( "\r\n" );
document.write( "and \"a=-3\", \"h=-1%2F3\", \"k=25%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "so the vertex is the point \"V%28h%2Ck%29=V%28-1%2F3%2C25%2F3%29\"\r\n" );
document.write( "\r\n" );
document.write( "the line of symmetry has the equation \"x=h\" or \"x=-1%2F3\".\r\n" );
document.write( "\r\n" );
document.write( "We know it opens downward since \"a\" is a negative number.\r\n" );
document.write( "\r\n" );
document.write( "We find the y-intercept by substituting x = 0 in the original\r\n" );
document.write( "\r\n" );
document.write( "equation:\r\n" );
document.write( "\r\n" );
document.write( "\"y=8-3x%5E2-2x\"\r\n" );
document.write( "\"y=8-3%280%29%5E2-2%280%29\"\r\n" );
document.write( "\"y=8-0-0\"\r\n" );
document.write( "\"y=8\"\r\n" );
document.write( "\r\n" );
document.write( "So the y-intecept is (0,8), \r\n" );
document.write( "\r\n" );
document.write( "We find the x-intercepts from the original equation,\r\n" );
document.write( "setting y=0\r\n" );
document.write( "\r\n" );
document.write( "\"y=8-3x%5E2-2x\"\r\n" );
document.write( "\r\n" );
document.write( "\"0=8-3x%5E2-2x\"\r\n" );
document.write( "\r\n" );
document.write( "Rewrite as\r\n" );
document.write( "\r\n" );
document.write( "\"-3x%5E2-2x%2B8=0\"\r\n" );
document.write( "\r\n" );
document.write( "Multiply through by -1\r\n" );
document.write( "\r\n" );
document.write( "\"3x%5E2-2x%2B8=0%29\"\r\n" );
document.write( "\r\n" );
document.write( "\"%283x-4%29%28x%2B2%29=0\"\r\n" );
document.write( "\r\n" );
document.write( "\"3x-4=0\" gives \"x=4%2F3\"\r\n" );
document.write( "\r\n" );
document.write( "\"x%2B2=0\" gives \"x=-2\"\r\n" );
document.write( "\r\n" );
document.write( "So the x-intercepts are the points (\"4%2F3\",0) and (-2,0)\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "so we plot the vertex, the y-intercept, the x-intercepts,\r\n" );
document.write( "and the vertical line of symmetry:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "and sketch in the parabola graph, through those points,\r\n" );
document.write( "symmetrical about the green line of symmetry:\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );