document.write( "Question 1013457: a parabolic arch has a width of 18 m across the bottom. at a vertical distance 3 m above the bottom, the width across the arch is 12 m. what is the height of the arch in meters? \n" ); document.write( "
Algebra.Com's Answer #629815 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! a parabolic arch has a width of 18 m across the bottom. \n" ); document.write( " at a vertical distance 3 m above the bottom, the width across the arch is 12 m. what is the height of the arch in meters? \n" ); document.write( ": \n" ); document.write( "Using the form ax^2 + bx + c = y \n" ); document.write( "arch will be going thru origin, 0,0 so c = 0 \n" ); document.write( "Using two pairs; x=3; y=3 and x=15, y=3, construct two equations \n" ); document.write( "x=3; y=3 \n" ); document.write( "9a + 3b = 3 \n" ); document.write( "Simplify,divide by 3 \n" ); document.write( "3a + b = 1 \n" ); document.write( "b = (-3a+1) \n" ); document.write( ": \n" ); document.write( "x=15; y=3 \n" ); document.write( "225a + 15b = 3 \n" ); document.write( "simplify, divide b 3 \n" ); document.write( " 75a + 5b = 1 \n" ); document.write( "Replace b with (-3a+1) \n" ); document.write( "75a + 5(-3a+1) = 1 \n" ); document.write( "75a - 15a + 5 = 1 \n" ); document.write( "60a = 1 - 5 \n" ); document.write( "a = -4/60 \n" ); document.write( "a = -.0667 \n" ); document.write( "Find b using b = -3a+1 \n" ); document.write( "b = -3(-.0667) + 1 \n" ); document.write( "b = .2 + 1 \n" ); document.write( "b = 1.2 \n" ); document.write( ": \n" ); document.write( "The equation for our arch: y = -.0667x^2 + 1.2x \n" ); document.write( ": \n" ); document.write( "Looks like this, green line is y = 3 \n" ); document.write( " \n" ); document.write( "Axis of symmetry x=9 \n" ); document.write( "Find max, the height of the arch \n" ); document.write( "y = -.0667(9^2) + 1.2(9) \n" ); document.write( "y = -5.4 + 10.8 \n" ); document.write( "y = 5.4 meters is the height of the arch \n" ); document.write( " \n" ); document.write( " |