document.write( "Question 751408: A parabola shaped tunnel is 10m high at the centre and spans 18m wide at the base. A 7.5 m high vehicle needs to use the tunnel;, what is the maximum width of the vehicle that can fit through the tunnel?
\n" ); document.write( "I need to draw a diagram to represent the tunnel on a coordinate number plane , and find the equation of the parabola. using algebra and coordinate geometry to determinate the maximum width of the truck
\n" ); document.write( " I try to solve this problem many times but my results seems to be wrong, please help me I'm so stuck
\n" ); document.write( " Ally
\n" ); document.write( "

Algebra.Com's Answer #457180 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
The parabola is upside down and has the vertex at (0,10). Notice how this is the highest point.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The two roots are (-9,0) and (9,0). The horizontal distance between these two points is exactly 18 m. Basically how I found these two points is that I divided the distance of 18 m in half to get 9 m, then you walk 9 m in each direction to land on (-9,0) and (9,0)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So we have the three points: (0,10), (-9,0) and (9,0)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The first point is the vertex. The first point is also the y-intercept.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The next two points are the x-intercepts or roots.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Let's use the roots to find the equation\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = -9 or x = 9\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x+9 = 0 or x-9 = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "k(x+9)(x-9) = 0 ... for some fixed number k (we don't know it yet, but we'll find it soon)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "k(x^2 - 81) = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The equation so far is y = k(x^2 - 81)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Since the y-intercept is (0,10), we can plug in x = 0 and y = 10 to find k\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = k(x^2 - 81)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10 = k(0^2 - 81)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10 = k(0 - 81)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10 = k(-81)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "10 = -81k\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "-81k = 10 \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "k = 10/(-81)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "k = -10/81\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the equation that models the tunnel is \"y+=+-expr%2810%2F81%29%28x%5E2-81%29\" which distributes to \"y+=+-expr%2810%2F81%29%28x%5E2%29-expr%2810%2F81%29%28-81%29\" and that simplifies to \"y+=+-expr%2810%2F81%29%28x%5E2%29%2B10\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So the equation in standard form is \"y+=+-expr%2810%2F81%29x%5E2%2B10\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Now we're told that the truck is 7.5 m, so this means that the height y is 7.5, so we can plug in y = 7.5 and solve for x to find the clearance\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"y+=+-expr%2810%2F81%29x%5E2%2B10\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"7.5+=+-expr%2810%2F81%29x%5E2%2B10\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"7.5-10+=+-expr%2810%2F81%29x%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"-2.5+=+-expr%2810%2F81%29x%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"-2.5%2A81+=+-10x%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"-202.5+=+-10x%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"-202.5%2F%28-10%29+=+x%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"20.25+=+x%5E2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x%5E2+=+20.25\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+sqrt%2820.25%29\" or \"x+=+-sqrt%2820.25%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"x+=+4.5\" or \"x+=+-4.5\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So when \"x+=+4.5\" or \"x+=+-4.5\", the height is exactly 7.5 m, which means that the truck's width must be less than 2*4.5 = 9 feet across so it can fit in the tunnel.
\n" ); document.write( "
\n" );