document.write( "Question 1194181: Phil leaves Northampton and walks north for an hour and a half. Don leaves Northampton
\n" );
document.write( "at the same time and rides his bicycle south at a rate of 10 mph. Phil stops walking and
\n" );
document.write( "Don continues to bike for another half an hour. At the end of the excursion, they find
\n" );
document.write( "themselves 26 miles apart. What is Phil's rate? \n" );
document.write( "
Algebra.Com's Answer #826322 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The ultimate question here is \"What is Phil's rate?\" \n" ); document.write( "So we'll let x be the this unknown value\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = Phil's rate or speed in mph \n" ); document.write( "This is some positive real number.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Use the formula \n" ); document.write( "distance = rate*time \n" ); document.write( "to find this equation for Phil \n" ); document.write( "d = r*t \n" ); document.write( "d = x*1.5 \n" ); document.write( "d = 1.5x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "After 1.5 hours (aka an hour and a half), Phil has walked 1.5x miles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Meanwhile, Don travels at a rate of 10 mph and started traveling south at the same time Phil went north. \n" ); document.write( "Don travels for the 1.5 hours mentioned, but an extra 1/2 = 0.5 an hour to get a total of 1.5+0.5 = 2 hours of travel.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's find how far Don traveled south: \n" ); document.write( "d = r*t \n" ); document.write( "d = 10*2 \n" ); document.write( "d = 20 \n" ); document.write( "Don traveled 20 miles south.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Add this onto the 1.5x miles Phil traveled north. Then set this to the 26 mile gap between the two people. \n" ); document.write( "It might help to draw out a vertical number line. \n" ); document.write( "1.5x+20 = 26 \n" ); document.write( "1.5x = 26-20 \n" ); document.write( "1.5x = 6 \n" ); document.write( "x = 6/(1.5) \n" ); document.write( "x = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: Phil's rate or speed is 4 mph. \n" ); document.write( " \n" ); document.write( " |