document.write( "Question 1044206: A group of people decided to go cross- country skiing and the group has decided to stop at a rest cabin located on the trail. What is the distance from the parking lot to the rest cabin, if they skied 3km west, 2km northwest, 3 km east and 4 km north to get to the cabin?\r
\n" );
document.write( "\n" );
document.write( "much much appreciated ..thanks for all your help \n" );
document.write( "
Algebra.Com's Answer #659860 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Use the coordinate system. \n" ); document.write( "Start at the origin and go to (-3,0) \n" ); document.write( "Then go 2 km NW. This is sqrt(2) unit to left and sqrt (2) unit up. Sum of the squares is 2+2=4, and square root of 4 is 2. The new coordinate is (-3-sqrt(2),sqrt(2)) \n" ); document.write( "3 km east and the coordinate is (-sqrt(2), sqrt (2)) \n" ); document.write( "4 km north and the final coordinate is (-sqrt(2), sqrt (2)+4)) \n" ); document.write( "The distance is the sqrt of the sum of the squares, using the distance formula--subtracting 0 from each doesn't change that. \n" ); document.write( "sqrt (2+16+8 sqrt(2)+2)=sqrt(20+8 sqrt(2)) \n" ); document.write( "numerically, that is 5.60 km \n" ); document.write( " |