document.write( "Question 1131120: \"Julio intends to drive his motorbike to a friend's house 200 kilometers away. If he increases his planned rate of speed by 10km/hr, he can decrease his travel time by 40 minutes. What is his planned rate of speed?\" \r
\n" );
document.write( "\n" );
document.write( "I made a RxT=D chart and I had an original rate and a new rate.\r
\n" );
document.write( "\n" );
document.write( "Original Rate | R = x - 10 | T = 200/(x-10) | D = 200\r
\n" );
document.write( "\n" );
document.write( "New Rate | R = x + 10 | T = 200/(x+10) | D = 200\r
\n" );
document.write( "\n" );
document.write( "I feel like I filled out the chart a bit off and thus resulting in solving my problem wrong. (I wasn't able to multiply & distribute all the way through so I didn't get an answer) \n" );
document.write( "
Algebra.Com's Answer #747735 by stanbon(75887) ![]() You can put this solution on YOUR website! \"Julio intends to drive his motorbike to a friend's house 200 kilometers away. If he increases his planned rate of speed by 10km/hr, he can decrease his travel time by 40 minutes. What is his planned rate of speed?\" \n" ); document.write( "----- \n" ); document.write( "Original Data:: \n" ); document.write( "rate = r kph ; time = t hrs ; distance = 200 km \n" ); document.write( "---- \n" ); document.write( "New DATA: \n" ); document.write( "rate = r+10 kph ; time = t-(2/3) ; distance = 200 km \n" ); document.write( "----- \n" ); document.write( "Equations: \n" ); document.write( "r*t = 200 \n" ); document.write( "(r+10)(t-2/3) = 200 \n" ); document.write( "---- \n" ); document.write( "Substitute for \"t\" and solve for \"r\" \n" ); document.write( "(r+10)((200/r)-(2/3)) = 200 \n" ); document.write( "(r+10)[(600-2r)/(3r)] = 200 \n" ); document.write( "(r+10)(600-2r) = 600r \n" ); document.write( "600r -2r^2 + 1200 - 20r = 600r \n" ); document.write( "r^2 +20r - 1200 = 0 \n" ); document.write( "r is approximately 26 kph \n" ); document.write( "-------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " \n" ); document.write( " |