document.write( "Question 1020997: Hello, I am having trouble with a Word problem/quadratic equation. \"A company manufactures high-powered fountains that can be used to create water shows set to light and music. The company makes 3 models, each can launch a vertical stream of water to a different height, as indicated in the table below . Model A Model B Model C
\n" );
document.write( "Height(ft)----------- -77---------100---------240
\n" );
document.write( "time to fall(s)---- --2.194---- ? ---- ?
\n" );
document.write( "Initial velocity (ft/s)----70.2---------?-----------123.9 ** I need to find the 3 missing values (time water would take to fall from each height in the table back to its starting level for models B & C, and the initial upward velocity required for model B to launch the water to its maximum height, and create a function that will give the minimum initial upward velocity (v) required to launch water to any give height (h). I apologize for such a large question and will appreciate any help you can give me! \n" );
document.write( "
Algebra.Com's Answer #636798 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Hello, I am having trouble with a Word problem/quadratic equation. \"A company manufactures high-powered fountains that can be used to create water shows set to light and music. The company makes 3 models, each can launch a vertical stream of water to a different height, as indicated in the table below . ________________________Model A Model B Model C \n" ); document.write( "Height(ft)----------- -77---------100---------240 \n" ); document.write( "time to fall(s)---- --2.194---- ? ---- ? \n" ); document.write( "Initial velocity (ft/s)----70.2---------?-----------123.9 \n" ); document.write( "------- \n" ); document.write( "h(t) = -16t^2 + Vot + Ho \n" ); document.write( "------------ \n" ); document.write( "Using Model A DATA: \n" ); document.write( "77 = -16(2.194)^2 + 70.2(2.194) + 0 \n" ); document.write( "------ \n" ); document.write( "Using Model B DATA: \n" ); document.write( "100 = -16t^2 + Vo(t) \n" ); document.write( "------ \n" ); document.write( "Using Model C DATA: \n" ); document.write( "240 = -16t^2 + 123.9t \n" ); document.write( "Solve for \"t\":: \n" ); document.write( "t = 4 seconds \n" ); document.write( "----------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |