document.write( "Question 537331: Freddie gets a car ride to the top of a hill, then rides his skateboard back down. The downhill ride takes 15 minutes longer than the uphill. If the car averages 32 mph, and Freddie rides his skateboard at 8 mph, find out how much time he spends skateboarding.\r
\n" );
document.write( "\n" );
document.write( "Let t=time spent driving to the top of the hill then, t+15=time going down the hill.
\n" );
document.write( "distance up=distance down
\n" );
document.write( "from the formula speed=distance/time(s=d/t), then d=st, \r
\n" );
document.write( "\n" );
document.write( "32t=8(t+15)
\n" );
document.write( "32t=8t+120\r
\n" );
document.write( "\n" );
document.write( "I can't get to the answer of 1/3 hour. I keep coming up with 1/4 hour. \n" );
document.write( "
Algebra.Com's Answer #352823 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 15 minutes is 1/4 hr so t+1/4 not t+15\r \n" ); document.write( "\n" ); document.write( "32t=8(t+1/4) \n" ); document.write( "32t=8t+2 \n" ); document.write( "24t=2 \n" ); document.write( "t=1/12 hour. \n" ); document.write( "t=5 minutes \n" ); document.write( "5+15=20 minutes \n" ); document.write( "20/60=1/3 hour skateboarding\r \n" ); document.write( "\n" ); document.write( "If you use t+15 then you get t=5 but 5 means 5 hours not 5 minutes!!! \n" ); document.write( " |