document.write( "Question 348118: A little girl throws a Frisbee. It is 3 feet above the ground at the time she lets go. The Frisbee follows a parabolic path and after 5 seconds it is 6 feet above the ground. After 10 seconds it is again six feet above the ground.\r
\n" );
document.write( "\n" );
document.write( "a. Write the particular equation of the quadratic
\n" );
document.write( "b. How high is the frisbee after 3 seconds?
\n" );
document.write( "c. How high is the frisbee after 12 seconds?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #248904 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A little girl throws a Frisbee. It is 3 feet above the ground at the time she lets go. The Frisbee follows a parabolic path and after 5 seconds it is 6 feet above the ground. After 10 seconds it is again six feet above the ground. \n" ); document.write( "---- \n" ); document.write( "You have three points: (0,3),(5,6),(10,6) \n" ); document.write( "--------------- \n" ); document.write( "a. Write the particular equation of the quadratic \n" ); document.write( "Substitute each point-pair into the following form \n" ); document.write( "to get three equations with variables a,b,c. \n" ); document.write( "============ \n" ); document.write( "Form ax^2 + bx + c = y \n" ); document.write( "0 + 0 + c = 3 \n" ); document.write( "25a + 5b + c = 6 \n" ); document.write( "100a+10b + c = 6 \n" ); document.write( "------------------- \n" ); document.write( "Solve by any method you know to get: \n" ); document.write( "f(x) = -0.06x^2 + 0.9x + 3 \n" ); document.write( "---------------------------\r \n" ); document.write( "\n" ); document.write( "b. How high is the frisbee after 3 seconds? \n" ); document.write( "f(3) = 5.16 ft. \n" ); document.write( "------ \n" ); document.write( "c. How high is the frisbee after 12 seconds? \n" ); document.write( "f(12) = 5.16 ft. \n" ); document.write( "======================= \n" ); document.write( "Cheers, \n" ); document.write( "stan H. \n" ); document.write( " \n" ); document.write( " |