document.write( "Question 808245: The function D(t)=12t^2-140t gives the distance a car going a certain speed will skid in t seconds. Find the time it would take for the car to skid 180 feet.\r
\n" );
document.write( "\n" );
document.write( "The time to skid 180 feet is ____ seconds. (round to nearest tenth).\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "how would I set up the problem so I can get the right answer? \n" );
document.write( "
Algebra.Com's Answer #486928 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The function D(t)=12t^2-140t gives the distance a car going a certain speed will skid in t seconds. Find the time it would take for the car to skid 180 feet. \n" ); document.write( "The time to skid 180 feet is ____ seconds. (round to nearest tenth). \n" ); document.write( ": \n" ); document.write( "This means D(t) = 180, therefore: \n" ); document.write( "12t^2 - 140t = 180 \n" ); document.write( "12t^2 - 140t - 180 = 0 \n" ); document.write( "simplify, divide by 4 \n" ); document.write( "3t^2 - 35t - 45 = 0 \n" ); document.write( "Using the quadratic formulat, I got a positive: \n" ); document.write( "t = 12.835 ~ 12.8 seconds \n" ); document.write( " |