document.write( "Question 186357: The position of an object moving in a straight line is given by s=2tsquared-3t, where s is in meters 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 6 meters? \n" ); document.write( "
Algebra.Com's Answer #140795 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "s=2tsquared-3t \n" ); document.write( "s=2t^2-3t \n" ); document.write( ". \n" ); document.write( "Set 's' to 6 and solve for 't': \n" ); document.write( "s=2t^2-3t \n" ); document.write( "6=2t^2-3t \n" ); document.write( "0=2t^2-3t-6 \n" ); document.write( "Since we can't factor, we must use the quadratic equation. \n" ); document.write( "Doing so yields: \n" ); document.write( "t = {2.6, -1.1} \n" ); document.write( "We can toss out the negative solution leaving \n" ); document.write( "t = 2.6 seconds \n" ); document.write( ". \n" ); document.write( "Details of quadratic follows: \n" ); document.write( "
|