document.write( "Question 55366: The position of an object moving in a straight line is given by s=t^2-8t, where s is in feet and t is the time in seconds the object has been in motion. How long (to the nearest tenth) will it take the object to move 10 feet? \n" ); document.write( "
Algebra.Com's Answer #37558 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! s=t^2-8t \n" ); document.write( "10=t^2-8t \n" ); document.write( "t^2-8t-10=0 \n" ); document.write( "Use the quadratic formula to get: \n" ); document.write( "t=[8+-sqrt(64+40)]/2 \n" ); document.write( "t=[8+-2sqrt(26)]]2 \n" ); document.write( "t=[4+-sqrt26] \n" ); document.write( "t= 9.09 seconds \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |