document.write( "Question 578988: A man is on a lake in a canoe one kilometer from the closest point P of a straight shore line. He wishes to get to his campsite at point Q, 10 kilometers along the shore form point P. In order to accomplish this, he paddles to point R between P and Q then walks the remaining distance to Q. He can paddle 3 km/hr and walk 5 km/hr. How should he pick the ponit R so as to get to Q as quickly possible? \n" ); document.write( "
Algebra.Com's Answer #370899 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A man is on a lake in a canoe one kilometer from the closest point P of a straight shore line. \n" ); document.write( " He wishes to get to his campsite at point Q, 10 kilometers along the shore form point P. \n" ); document.write( " In order to accomplish this, he paddles to point R between P and Q then walks the remaining distance to Q. \n" ); document.write( " He can paddle 3 km/hr and walk 5 km/hr. \n" ); document.write( "How should he pick the ponit R so as to get to Q as quickly possible? \n" ); document.write( ": \n" ); document.write( "let r = the distance from point p \n" ); document.write( "the distance he paddles will be the hypotenuse of a triangle formed by 1 kr and r \n" ); document.write( " \n" ); document.write( "the time if he paddles at 3 km/h \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "The distance he walks from point r to the campsite (Q): \n" ); document.write( "(10-r) \n" ); document.write( "the time if he walks at 5 km/h \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Create an equation for the total time paddling and walking \n" ); document.write( "T(r) = \n" ); document.write( "put this on your graphing calc, find the minimum time for some value of r \n" ); document.write( " \n" ); document.write( "the distance r is from the point p is on the x axis \n" ); document.write( "the total time is on the y axis \n" ); document.write( "Mimimum time is when, point r is .75 km from p and 9.25 km from Q \n" ); document.write( " \n" ); document.write( " |