document.write( "Question 1050427: At highway speeds, a particular automobile is
\n" );
document.write( "capable of an acceleration of about 1.6 m/s2. At this
\n" );
document.write( "rate, how long does it take to accelerate from 80
\n" );
document.write( "km/h to 110 km/h? \n" );
document.write( "
Algebra.Com's Answer #666029 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! v = v0 + at, where v is the final velocity, v0 is initial velocity, a is acceleration and t is time, solve for t \n" ); document.write( ": \n" ); document.write( "t = (v - v0) / a \n" ); document.write( ": \n" ); document.write( "note that all variables must be in the same units, we want m/s which is a \n" ); document.write( ": \n" ); document.write( "110 km / hour = (110 * 1000) / (60 * 60) = 30.5556 m/s \n" ); document.write( ": \n" ); document.write( "80 km / hour = (80 * 1000) / (60 * 60) = 22.2222 m/s \n" ); document.write( ": \n" ); document.write( "********************************************** \n" ); document.write( "t = (30.5556 - 22.2222) / 1.6 = 5.2084 seconds \n" ); document.write( "********************************************** \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |