document.write( "Question 480071: An athlete decides to run the same distance in 1/4th less time that she usually took. By how
\n" );
document.write( "much percent will she have to increase her average speed? \n" );
document.write( "
Algebra.Com's Answer #328864 by Alan3354(69443) You can put this solution on YOUR website! d = r1*t \n" ); document.write( "For 3/4 the time: \n" ); document.write( "d = r2*(3t/4) \n" ); document.write( "r1*t = r2*3t/4 \n" ); document.write( "r1 = r2*3/4 \n" ); document.write( "r2 = 4*r1/3 \n" ); document.write( "4/3 as fast, a 33 1/3% increase \n" ); document.write( " \n" ); document.write( " |