document.write( "Question 1029836: David knew he made a mistake when he calculated that Gilda walks 123 miles to the station. Read through David's calculations:\r
\n" );
document.write( "\n" );
document.write( "Using d = rt, the distance is the same, but the rate and time are different.
\n" );
document.write( "If Gilda misses the train, it means the time t needs 7 more minutes so d = 3(t + 7).
\n" );
document.write( "If she gets to the station 5 minutes early means the time t can be 5 minutes less so d = 4(t - 5).
\n" );
document.write( "3(t + 7) = 4(t - 5)
\n" );
document.write( "3t + 21 = 4t - 20
\n" );
document.write( "t = 41
\n" );
document.write( "d = rt, so d = 3(41) = 123
\n" );
document.write( "Find David's mistake in his calculations. Include the correct calculations and solutions. \n" );
document.write( "
Algebra.Com's Answer #644771 by Theo(13342) You can put this solution on YOUR website! he solved for t = 41. \n" ); document.write( "the equation of d = rt is not the one he needs, however. \n" ); document.write( "he needs to go back to the two equation he used to solve for t = 41.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "d = 3(t+7) becomes d = 3(41+7) becomes d = 3(48) becomes d = 144. \n" ); document.write( "d = 4(t-5) becomes d = 4(41-5) becomes d = 4(36) becomes d = 144.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the correct distance is 144.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |