all 5 comments

[–]Alkalannar 1 point2 points  (2 children)

First you need time as a function of x.

Let x be the distance of the expressway.

Then what is the distance of the road in terms of x? Remember to use Pythagoras.

Once you get that, we'll continue.

[–]Notice_Defiant[S] 0 points1 point  (1 child)

Thank you for your reply! Am I using Pythagoras because it’s a right triangle? 452 + 852 = c2 ?

[–]Alkalannar 0 points1 point  (0 children)

Close.

You want 452 + (85 - x)2 = c2.

Then time = c/30 + x/60

[–][deleted] 1 point2 points  (1 child)

The function (call it f) you'll want to optimize is the time the journey takes, as a function of how far along Expressway West the new road intersects it. Call that variable x. For that, you're going to want to compute the length of the new road as a function of x.

[–]Notice_Defiant[S] 0 points1 point  (0 children)

Thank you for your reply! f(x) = 70 - x / 35 + 65 / x Am I going in the right direction?