A bug wants to walk from one vertex to the opposite vertex of an icosahedron in the most efficient way, and must stay on the surface.(i.e. At no time can it delve into the icosahedron's interior.)
The edges of the icosahedron have unit length.
If the minimum distance the bug must travel is , what is ?
Image credit: http://home.btconnect.com/
Check out my other problems
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If you flatten out the icosahedron, like this...
You can see that the minimum distance is from a point on the top, to a point on the bottom, which has an ( x , y ) offset of ( 0 . 5 , 1 . 5 3 ) . So the distance, x , is given by, x 2 = ( 0 . 5 ) 2 + ( 1 . 5 3 ) 2 = 7 .