document.write( "Question 137128: How do I compute the x and y axis intercepts of a quadratic function? Please provide an example to illustrate the explanation. Thank you \n" ); document.write( "
Algebra.Com's Answer #100334 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
You can find the x- and y-intercepts of a quadratic function \"y+=+ax%5E2%2Bbx%2Bc\"as follows:
\n" ); document.write( "1) Set x = 0 and solve for y. This will give you the y-intercept.
\n" ); document.write( "2) Set y = 0 and solve for x. This will give you the x-intercept.
\n" ); document.write( "Here's an example:
\n" ); document.write( "\"y+=+x%5E2-8x%2B12\" Find the x- and y-intercepts.
\n" ); document.write( "1) Set x = 0 and solve for y.
\n" ); document.write( "\"y+=+%280%29%5E2-8%280%29%2B12\"
\n" ); document.write( "\"y+=+12\" The y-intercept is: (0, 12)
\n" ); document.write( "2) Set y = 0 and solve for x.
\n" ); document.write( "\"0+=+x%5E2-8x%2B12\" Factor the trinomial:
\n" ); document.write( "\"%28x-2%29%28x-6%29+=+0\" from which we get:
\n" ); document.write( "\"x+=+2\" and \"x+=+6\" These are the x-intercepts. These are also called the \"zeros\" or the \"roots\" of the equation and notice that they are \"real\" numbers, which really means that the equation has real x-intercepts.
\n" ); document.write( "Of course, not all quadratic equations will have x-intercepts but they will alway have a y-intercept.
\n" ); document.write( "Here's a graph of the given example:
\n" ); document.write( "\"graph%28400%2C400%2C-5%2C8%2C-5%2C15%2Cx%5E2-8x%2B12%29\"
\n" ); document.write( "Here's an example in which the quadratic equation has no x-intercepts.
\n" ); document.write( "\"y+=+x%5E2%2B4x%2B5\"
\n" ); document.write( "1) Set x = 0 and solve for y.
\n" ); document.write( "\"y+=+%280%29%5E2%2B4%280%29%2B5\"
\n" ); document.write( "\"y+=+5\" This is the y-intercept.
\n" ); document.write( "2) Set y = 0 and solve for x.
\n" ); document.write( "\"0+=+x%5E2%2B4x%2B5\" Use the quadratic formula to solve: (You can do the details)
\n" ); document.write( "\"x+=+-2%2Bi\" and \"x+=+-2-i\" No \"real\" roots so no x-intercepts.
\n" ); document.write( "Here's the graph:
\n" ); document.write( "\"graph%28400%2C400%2C-5%2C5%2C-5%2C8%2Cx%5E2%2B4x%2B5%29\"
\n" ); document.write( "
\n" );