Assume that a lines are passing randomly through a rectangle with . What is the minimum number of lines are required to intersect with all the lines inside the rectangle?
HINT : the number of intersections will be .
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.
Answer: Minimum number of lines = 2 lines, regardless of the number of lines passing through the rectangle
Just connect the TWO diagonals A C and B D
The first diagonal A C intersects will all lines that connect A B to B C , A B to D C and A D to D C
The second diagonal D B intersects will all lines that connect A B to A D and B C to D C