document.write( "Question 896373: 1.) you're in a diving competition on the 3m springboard. you hit the water (3m below board) 1.6 seconds after you leave the board. \r
\n" );
document.write( "\n" );
document.write( "a. what's the initial upward velocity?\r
\n" );
document.write( "\n" );
document.write( "b. when do you pass the board again on the way down?\r
\n" );
document.write( "\n" );
document.write( "c. how high above the board did you go?\r
\n" );
document.write( "\n" );
document.write( "d. if another person steps off the 10m platform at the same time as you jump for the dive, who hits the water first? how much sooner?\r
\n" );
document.write( "\n" );
document.write( "2.) clare can paint a fence in 14 hours. john can paint the same fence in 12 hours. mr smith can paint the fence in 18 hours. if all 3 work together, how long will it take the three people to paint the fence?\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #543449 by Alan3354(69443) You can put this solution on YOUR website! 1.) you're in a diving competition on the 3m springboard. you hit the water (3m below board) 1.6 seconds after you leave the board. \n" ); document.write( "You didn't spec a function. \n" ); document.write( "h(t) = -4.9t^2 + vot + h is commonly used with metric units.\r \n" ); document.write( "\n" ); document.write( "a. what's the initial upward velocity? \n" ); document.write( "h(t) = 0 at t = 1.6 seconds \n" ); document.write( "-4.9*1.6^2 + vo*1.6 + 3 = 0 \n" ); document.write( "1.6vo = 7.84 - 3 = 4.84 \n" ); document.write( "vo = 3.025 m/sec \n" ); document.write( "---------------------- \n" ); document.write( "b. when do you pass the board again on the way down? \n" ); document.write( "h(t) = -4.9t^2 + vot + h = 3 \n" ); document.write( "h(t) = -4.9t^2 + 3.025t + 3 = 3 \n" ); document.write( "Solve for t \n" ); document.write( "-------------------- \n" ); document.write( "c. how high above the board did you go? \n" ); document.write( "h(t) = -4.9t^2 + vot + h is a parabolic function. \n" ); document.write( "Find the vertex \n" ); document.write( "-------------------------- \n" ); document.write( "d. if another person steps off the 10m platform at the same time as you jump for the dive, who hits the water first? how much sooner? \n" ); document.write( "h(t) = -4.9t^2 + 3.025t + 3 = 0 for you. \n" ); document.write( "h(t) = -4.9t^2 + 0t + 3 for the other person. \n" ); document.write( "Solve for t and compare. \n" ); document.write( "------------------------ \n" ); document.write( "2.) clare can paint a fence in 14 hours. john can paint the same fence in 12 hours. mr smith can paint the fence in 18 hours. if all 3 work together, how long will it take the three people to paint the fence? \n" ); document.write( "In 1 hour, Clare does 1/14, John does 1/12 and Smith does 1/18. \n" ); document.write( "1/t = 1/14 + 1/12 + 18 \n" ); document.write( " \n" ); document.write( " |