A Mystic Rose consists of twenty points evenly spaced around a circle and every point is joined to every other point.
How many lines are required to construct the Mystic Rose?
Note- this can be generalized for n points.
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.
Upvoted coz i used the same formula....
Hey, I also did in the same way but was thinking that wouldn't some line be passing through more than 2 lines. If so we should subtract those one? Thanks for the help!
If a line (line 1) crosses over another line (line 2) then we would still only have 2 lines, just overlapping. They don't get split into separate lines when they overlap. (Or at least, we act as if they don't, think about lines that overlap on a (cartesian) graph - they still have only one equation each, and they don't split into two if another lines equation says so).
Label the points as A , B , C , D … T
Point A can be paired with 1 9 points
Point B can be paired with 1 8 lines. (Since B is already paired with A )
Point C can be paired with 1 7 lines.(Since C is already paired with A , B )
…
…
Point S can be paired with 1 lines (Since S is already paired with A , B , C … Q , R )
Point T can be paired with 0 lines (Since T is already paired with A L L ! )
Hence , total lines = i = 1 ∑ 1 9
= 2 1 9 × ( 1 9 + 1 )
= 2 1 9 × 2 0
= 1 9 × 1 0
= 1 9 0
For generalization, there are n points. To make line, we must connect one point to another point (2 points is required to make a line). So the lines that we can make is ( 2 n )
That is correct or the i = 1 ∑ n − 1 i
Starting at the first point, it must be joined to nineteen other points. The second point only needs to be joined to eighteen points now. The third point needs to join seventeen points and so on. Number of lines, L = 19 + 18 + 17 + ......... + 1 = 2 1 × 1 9 × [ 1 9 + 1 ] = 1 9 0 .
1st point will be conected to other 19 points with 19 lines.
2nd with 18 points with 18 lines (b/c it is already conected to 1st point)
similarly.
3rd with 17 lines
4th with 16 lines
5th with 15 lines
.
.
.
.
.
20th with 0 line (b/c it is already coneced to all other points)
therefore total number of lines is:
19 + 18 + 17 + 16 + 15 + . . . . . . . . . . . . + 0 = 19(19+1)/2 = |190| -----> ANSWER
Problem Loading...
Note Loading...
Set Loading...
This is what is known as a complete graph . This means that every point is connected to every other point - but not itself!
Therefore, if we have 20 points , each with 19 lines extending out from it, we must have 2 0 × 1 9 lines (that is to say, 20 sets of 19 lines, one set for each point). However, this actually counts each line twice , as each one is shared by two points. We must divide by 2 to get the result.
Therefore our result will be: 2 2 0 × 1 9 = 1 9 0
To use an analogy, if you want to count the number of handshakes made in a room (with n people) where each person shakes hands once with every other person, if you count all the handshakes made by every person ( n × ( n − 1 ) ), this will be twice as many as you need, because each handshake is made by 2 people. This is why we would half the total number of handshakes made by everyone, i.e. 2 n × ( n − 1 )