Drawing Circles

Consider the above diagram of two intersecting circles with two intersection points marked by red dots. You are to start on either one of the dots and draw the two circles without lifting the pen and without tracing the same line more than once.

How many different possibilities are there that you can draw these circles?

Clarification: Possibilities include starting on a different dot.


The answer is 48.

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.

1 solution

Kushal Bose
Dec 8, 2016

Consider 2 2 red dots as vertices v 1 , v 2 v_1,v_2 and it is connected by 4 4 edges.So now we have to find Eulerian paths from the diagram.

One path will be like this v 1 v 2 v 1 v 2 v 1 v_1 \to v_2 \to v_1 \to v_2 \to v_1 .For the first time there are 4 4 paths available then after chosing one path there are 3 3 paths available and in this way at last two and one path will be available.So number of ways 4 × 3 × 2 × 1 = 24 4 \times 3 \times 2 \times 1=24

Here we have started with v 1 v_1 now if we start with v 2 v_2 then same number of paths will be accounted.

So, total number of paths will be 48 \boxed{48}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...