document.write( "Question 1202967: Yan is somewhere between his home and the stadium. To get to the stadium he can walk directly to the stadium, or else he can walk home and then ride his bicycle to the stadium. He rides $7$ times as fast as he walks, and both choices require the same amount of time. What is the ratio of Yan's distance from his home to his distance from the stadium? \n" ); document.write( "
Algebra.Com's Answer #838184 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer is the ratio 3:4\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Draw out a number line to plot these points. \n" ); document.write( "S = stadium location \n" ); document.write( "Y = Yan's start position \n" ); document.write( "H = Yan's home \n" ); document.write( "Make sure point Y is between S and H.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Define these distances. \n" ); document.write( "m = distance from S to Y \n" ); document.write( "n = distance from Y to H \n" ); document.write( "m+n = distance from S to H\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "And define these speeds. \n" ); document.write( "w = walking speed \n" ); document.write( "7w = biking speed\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Yan has the option to walk directly to the stadium. \n" ); document.write( "He must walk m miles and does so at w mph. \n" ); document.write( "t1 = number of hours it takes Yan to walk to stadium \n" ); document.write( "distance = rate*time \n" ); document.write( "d = r*t \n" ); document.write( "m = w*t1 \n" ); document.write( "t1 = m/w \n" ); document.write( "We'll use this later.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The other option is to walk home to get his bike.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Yan walks n miles to his home at speed w mph. \n" ); document.write( "t2 = number of hours it takes Yan to walk home \n" ); document.write( "d = r*t \n" ); document.write( "n = w*t2 \n" ); document.write( "t2 = n/w\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Yan bikes m+n miles from home to the stadium at the speed 7w mph. \n" ); document.write( "t3 = number of hours it takes Yan bike from home to stadium \n" ); document.write( "d = r*t \n" ); document.write( "m+n = 7w*t3 \n" ); document.write( "t3 = (m+n)/(7w)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Times t2 and t3 must add to t1 because of the phrasing \"both choices require the same amount of time\" mentioned in the instructions. \n" ); document.write( "t1 = t2+t3 \n" ); document.write( "t1 = n/w + (m+n)/(7w) \n" ); document.write( "t1 = (7n)/(7w) + (m+n)/(7w) \n" ); document.write( "t1 = (7n+m+n)/(7w) \n" ); document.write( "t1 = (m+8n)/(7w)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Set this equal to the previously stated t1 \n" ); document.write( "t1 = m/w \n" ); document.write( "(m+8n)/(7w) = m/w \n" ); document.write( "(m+8n)/7 = m \n" ); document.write( "m+8n = 7m \n" ); document.write( "8n = 7m-m \n" ); document.write( "8n = 6m \n" ); document.write( "Notice on the third step, the 'w's cancel. \n" ); document.write( "This is because we can multiply both sides by w. \n" ); document.write( "Therefore, the walking speed does not affect the final answer.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now the goal is to form the fraction or ratio n/m \n" ); document.write( "We will follow the cross multiplication process in reverse. \n" ); document.write( "8n = 6m \n" ); document.write( "8n/m = 6m/m \n" ); document.write( "8n/m = 6 \n" ); document.write( "(8n/m)*(1/8) = 6*(1/8) \n" ); document.write( "n/m = 6/8 \n" ); document.write( "n/m = 3/4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The ratio of the distance to his home to the stadium is 3:4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "For instance, we could have n = 3 and m = 4. \n" ); document.write( "Another option is n = 6 and m = 8. \n" ); document.write( "There are infinitely many possibilities. \n" ); document.write( " \n" ); document.write( " |