document.write( "Question 981452: In a dolphin show, the height h in feet reached by a dolphin t seconds after breaking the surface water is given by h=-4t^2 - 20t.Find how many seconds after breaking the surface water will the dolphin reach 25 feet to get the fish from the trainer's hand? \n" ); document.write( "
| Algebra.Com's Answer #602411 by Boreal(15235)     You can put this solution on YOUR website! h=25=-4t^2-20t;I think this has to be -4t^2+20t, because otherwise as t increases from zero, the height gets less and less.\r \n" ); document.write( "\n" ); document.write( "4t^2-20t+25=0; if I move everything to the left side.\r \n" ); document.write( "\n" ); document.write( "(2t-5)^2=0 \n" ); document.write( "2t=5 \n" ); document.write( "t=2.5 seconds. NOTE: if I use the equation given with -20t, I get t=-2.5 seconds\r \n" ); document.write( "\n" ); document.write( "-4(2.5)^2+20(2.5)=-25+50=25\r \n" ); document.write( "\n" ); document.write( "2.5 seconds \n" ); document.write( " \n" ); document.write( " |