document.write( "Question 858292: 1. During a downhill ski race, the distance (in yds) a skier has travelled since leaving the starting gate follows this quadratic equation: d=5t^2+32t+1000 where t is the time in seconds measuring her run. After how many seconds has she skied 2,000yds?\r
\n" );
document.write( "\n" );
document.write( "I have tried this question and keep getting stuck. please help \n" );
document.write( "
Algebra.Com's Answer #517159 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we are given d=5t^2+32t+1000 and the skier has skied 2000 yards \n" ); document.write( "2000 = 5t^2+32t+1000 and solve for t \n" ); document.write( "5t^2+32t-1000 = 0 \n" ); document.write( "use quadratic formula \n" ); document.write( "t = (-b + square root(b^2 - 4ac)) / 2a = (-32 + square root(32^2 + 20*1000) / 10 = 11.30 seconds \n" ); document.write( "t = (-b - square root(b^2 - 4ac)) / 2a = (-32 - square root(32^2 + 20*1000) / 10 = -17.70 seconds \n" ); document.write( "our answer is t = 11.30 seconds\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |