document.write( "Question 875011: Every morning at precisely 6:00 am, Susie begins her jogging circuit of the neighborhood. It’s a hilly route with no level stretches. Her uphill speed is always 2 miles per hour and her downhill speed is always 6 miles per hour. Ordinarily she completes her circuit at 7:00 am, but yesterday she completed it at 8:00 am. The only difference is that she ran the course counterclockwise rather than clockwise. How long is the course (in miles)? \n" ); document.write( "
Algebra.Com's Answer #527950 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Every morning at precisely 6:00 am, Susie begins her jogging circuit of the neighborhood. \n" ); document.write( " It’s a hilly route with no level stretches. \n" ); document.write( " Her uphill speed is always 2 miles per hour and her downhill speed is always 6 miles per hour. \n" ); document.write( " Ordinarily she completes her circuit at 7:00 am, but yesterday she completed it at 8:00 am. \n" ); document.write( " The only difference is that she ran the course counterclockwise rather than clockwise. \n" ); document.write( " How long is the course (in miles)? \n" ); document.write( ": \n" ); document.write( "Let x = original up-hill distance, at 2 mph \n" ); document.write( "Let y = original down-hill distance, at 6 mph \n" ); document.write( ": \n" ); document.write( "When he reverses the the circuit (goes counterclockwise) \n" ); document.write( "x = down-hill distance, at 6 mph \n" ); document.write( "y = up-hill distance, at 2 mph \n" ); document.write( ": \n" ); document.write( "Write a time equation for each circuit, time = dist/speed \n" ); document.write( " \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "multiply both equations by 6 to clear the denominators \n" ); document.write( "3x + y = 6 \n" ); document.write( "x + 3y = 12 \n" ); document.write( ": \n" ); document.write( "Multiply the 1st equation by 3, subtract the 2nd equation \n" ); document.write( "9x + 3y = 18 \n" ); document.write( " x + 3y = 12 \n" ); document.write( "---------------Subtraction eliminates y find x \n" ); document.write( "8x = 6 \n" ); document.write( "x = 6/8 = .75 mi \n" ); document.write( ": \n" ); document.write( "Find y \n" ); document.write( ".75 + 3y = 12 \n" ); document.write( "3y = 12 - .75 \n" ); document.write( "3y = 11.25 \n" ); document.write( "y = 11.25/3 \n" ); document.write( "y = 3.75 \n" ); document.write( ": \n" ); document.write( "Find the distance of one circuit \n" ); document.write( ".75 + 3.75 = 4.5 mi is the length of the course \n" ); document.write( " |