Ok, this problem might be trivial, but i'm a bit stuck.
A string with length 3m is shaped to an "L". Find the shortest distance between the 2 endpoints.
So what i've done is to draw the figure, and i can see that pythagoras is key here. But how do i find the shortest distance?
Thanks.