document.write( "Question 934652: An engineer constructs side-by-side parabolic arches to support a bridge over a road and a river. The arch over the road has a maximum height of 6 m and a width of 16 m. The river arch has a maximum height of 8 m, but its width is reduced by 4 m because it intersects the arch over the road. Without this intersection, the river arch would have a width of 24 m. A support footing is used at the intersection point of the arches. The engineer sketched the arches on a coordinate system. She placed the origin at the left most point of the road.
\n" ); document.write( "(24, 8)
\n" ); document.write( "(8, 6)
\n" ); document.write( "a) Determine the system of equations that models the two arches.
\n" ); document.write( "

Algebra.Com's Answer #567926 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
the system of equations will be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y1 = -6/64 * x^2 + 96/64 * x \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y2 = -8/144 * x^2 + 384 / 144 * x - 3456 / 144\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "if you graph those equations, you will get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"$$$\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the first equation is modeled by knowing that the zeroes of that eqution are at x = 0 and x = 16.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "this means the factors of that equation are (x-0) * (x-16) = 0 which becomes x^2 - 16x = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the general equation becomes y = a * (x^2 - 16x)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you know that y = 6 when x = 8, so replace x in that equation to get a * (8^2 - 16(8)) = 6 which becomes a * (-64) = 6 which becomes -64*a = 6 which becomes a = -6/64.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your equation of y = a * (x^2 - 16x) becomes y = -6/64 * (x^2 - 16x) which becomes y = -6/64 * x^2 + 96/64 * x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "that's the first equation that was graphed.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the second equation was solved for in a similar manner.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "the roots were 12 and 36
\n" ); document.write( "the factors were (x-12) * (x-36) = 0
\n" ); document.write( "multiplying those factors out got x^2 - 48x + 432 = 0
\n" ); document.write( "the general equation became y = a * (x^2 - 48x + 432)
\n" ); document.write( "when x was 24, y was 8, so we got 8 = a * (24^2 - 48*24 + 432) which became 8 = 576 * a - 1152 * a + 432 * a which became 8 = -144 * a
\n" ); document.write( "divide both sides of that equation by -144 and you get a = -8/144.
\n" ); document.write( "your equation becomes y = -8/144 * x^2 + 384/144 * x - 3456/144
\n" ); document.write( "that's the equation you see in the graph.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );