document.write( "Question 1185203: Hi, I hope you are doing fine. Can you help me?\r
\n" );
document.write( "\n" );
document.write( "A skateboard ramp is deigned to have a parabolic cross section. If the ends of the ramp should be 20 feet apart, derived the equation of its cross section using any height of your choice. What is the height of the ramp 5 feet from its center? \n" );
document.write( "
Algebra.Com's Answer #815983 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A skateboard ramp is deigned to have a parabolic cross section. If the ends of the ramp should be 20 feet apart, derived the equation of its cross section using any height of your choice. What is the height of the ramp 5 feet from its center? \n" ); document.write( "--------------- \n" ); document.write( "For a parabola centered on the y-axis, y-int = (0,h), and with x-intercepts of -10 and +10: \n" ); document.write( "---------------------------- \n" ); document.write( "Parabolas have the form y = ax^2 + bx + c \n" ); document.write( "At x = 0, c = h \n" ); document.write( "---- \n" ); document.write( "At x = -10: \n" ); document.write( "y = a*100 - 10b + h \n" ); document.write( "At x = +10: \n" ); document.write( "y = a*100 + 10b + h \n" ); document.write( "----------------------------------- Subtract \n" ); document.write( "- 20b = 0 \n" ); document.write( "b = 0 \n" ); document.write( "--------- \n" ); document.write( "Add them \n" ); document.write( "200a + 2h = 0 \n" ); document.write( "a = -h/100 \n" ); document.write( "=================== \n" ); document.write( "---> y = -hx^2/100 + h \n" ); document.write( "===================================== \n" ); document.write( "5 feet from the center: \n" ); document.write( "y = -h/4 + h ---> 3h/4 \n" ); document.write( " \n" ); document.write( " |