document.write( "Question 159118: A ball is thrown downward from a window in a tall building. Its position in time t in seconds is s=16t^2 + 32t, where s is in feet. how long (to the nearest tenth) will it take the ball to fall 175 feet? \n" ); document.write( "
Algebra.Com's Answer #117232 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! s=16t^2 + 32t \n" ); document.write( "175=16t^2+32t \n" ); document.write( "16t^2+32t-175=0 \n" ); document.write( "Using the quadratic equatuion: \n" ); document.write( "t=(-32+-sqrt[32^2-4*16*-175])/2*16 \n" ); document.write( "t=(-32+-sqrt[1,024+11,200])/32 \n" ); document.write( "t=(-32+-sqrt[12,224]/32 \n" ); document.write( "t=(-32+-110.56)/32 \n" ); document.write( "t=(-32+110.56)/32 \n" ); document.write( "t=(78.56)/32 \n" ); document.write( "t=2.5 seconds. \n" ); document.write( " \n" ); document.write( " |