document.write( "Question 1097745: Find a function p(x) for an arch that is 15 feet tall and 16 feet wide at the base \n" ); document.write( "
Algebra.Com's Answer #712184 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The arch is in the shape of a parabola. Let us choose the coordinates so that the vertex is at (0,15)
\n" ); document.write( "Then the equation will take on the form p(x) = y = ax^2 + c
\n" ); document.write( "Since the base is 16 feet wide, the parabola intersects the y-axis at the points (8,0) and (-8,0)
\n" ); document.write( "When x = 0, the constant term c = 15
\n" ); document.write( "Use one of the other points to find a:
\n" ); document.write( "0 = a*8^2 + 15
\n" ); document.write( "a = -15/64
\n" ); document.write( "Thus one function which describes the arch is p(x) = (-15/64)x^2 + 15
\n" ); document.write( "Note that the coefficient a is equal to -h/(b/2)^2, where h = the height and b = the base
\n" ); document.write( "
\n" );