document.write( "Question 628834: The height of a new building in China will be 859 feet. Neglecting air resistance, the height of an object dropped from this building at time t seconds would be given by the polynomial -16t^2+859. Find the height of the object at time t=4 seconds. \n" ); document.write( "
Algebra.Com's Answer #395880 by richwmiller(17219) You can put this solution on YOUR website! Just plug in 4 for t \n" ); document.write( "-16t^2+859 \n" ); document.write( "-16*4^2+859 \n" ); document.write( "859-256 \n" ); document.write( "603\r \n" ); document.write( "\n" ); document.write( "BTw to find out how long it would take to reach the ground set it to zero \n" ); document.write( "-16t^2+859=0 and solve for t \n" ); document.write( "859=16t^2 \n" ); document.write( "859/16=t^2 \n" ); document.write( "sqrt(859)/4=t \n" ); document.write( "7.32 =t \n" ); document.write( "It will take about 7.32 seconds to hit the ground. \n" ); document.write( " \n" ); document.write( " |