document.write( "Question 457019: h= 16t+28f+6,where height,h,is in feet and the time,t,is in seconds.How long does it take for this ball to reach a height of 12 feet? \n" ); document.write( "
Algebra.Com's Answer #313594 by nerdybill(7384) You can put this solution on YOUR website! I think your formula should be: \n" ); document.write( "h= -16t^2+28t+6 \n" ); document.write( "Now, you set h to 12 and solve for t: \n" ); document.write( "12= -16t^2+28t+6 \n" ); document.write( "0 = -16t^2+28t-6 \n" ); document.write( "0 = -8t^2+14t-3 \n" ); document.write( "0 = 8t^2-14t+3 \n" ); document.write( "factoring we have: \n" ); document.write( "0 = (4t-1)(2t-3) \n" ); document.write( "t = {1/4, 3/2} \n" ); document.write( "it reaches a height of 12 feet at: \n" ); document.write( "1/4 second (on the way up) \n" ); document.write( "and again at \n" ); document.write( "3/2 second (on the way down)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |