document.write( "Question 965716: If a ball is thrown up with an initial velocity of 48ft per second. Its height s after t is given by the equation s = 48t-16ft^2. Find the maximum height attained by the ball and the time it takes for the ball to return to Earth \n" ); document.write( "
Algebra.Com's Answer #590252 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! s=48t-16t^2 \n" ); document.write( "Velocity v=ds/dt=48-32t \n" ); document.write( "For maximum height v=0 \n" ); document.write( "48-32t=0 \n" ); document.write( "32t=48 \n" ); document.write( "t=48/32=1.5 sec \n" ); document.write( "Maximum height s(max)=48(1.5)-16(1.5^2)=72-36=36 feet. \n" ); document.write( "Total time to come back to Earth=1.5(2)=3 sec \n" ); document.write( " |