document.write( "Question 605201: a ball is thrown vertically upward from the ground. its distance in feet from the ground in t seconds is s=-16t^2+96t. after how many seconds will the ball be 128 feet from the ground \n" ); document.write( "
Algebra.Com's Answer #381585 by nerdybill(7384) You can put this solution on YOUR website! a ball is thrown vertically upward from the ground. its distance in feet from the ground in t seconds is s=-16t^2+96t. after how many seconds will the ball be 128 feet from the ground \n" ); document.write( ". \n" ); document.write( "Set s to 128 and solve for t: \n" ); document.write( "s=-16t^2+96t \n" ); document.write( "128=-16t^2+96t \n" ); document.write( "dividing both sides by -16: \n" ); document.write( "-8 = t^2-6t \n" ); document.write( "0 = t^2-6t+8 \n" ); document.write( "factoring: \n" ); document.write( "0 = (t-2)(t-4) \n" ); document.write( "t = {2,4} \n" ); document.write( ". \n" ); document.write( "answer: \n" ); document.write( "the ball is 128 feet from the ground at \n" ); document.write( "2 seconds and again at 4 seconds \n" ); document.write( " |