document.write( "Question 714117: I drive from town A to my home and then to town B.
\n" );
document.write( "The journey time is 30 minutes.
\n" );
document.write( "What is my average speed?
\n" );
document.write( "Show your working. \n" );
document.write( "
Algebra.Com's Answer #438688 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! I drive from town A to my home and then to town B. \n" ); document.write( "The journey time is 30 minutes. \n" ); document.write( "What is my average speed? \n" ); document.write( "----------------- \n" ); document.write( "d = r*t \n" ); document.write( "r = d/t \n" ); document.write( "r = d/30 in distance units/minute \n" ); document.write( " \n" ); document.write( " |