SOLUTION: There are 2 red, 5 green, 3 blue, and 4 white points on a circle. Find the number of line segments which have vertices of different colors at the given points.

Algebra.Com
Question 1205744: There are 2 red, 5 green, 3 blue, and 4 white points on a circle. Find the number of line segments which have vertices of different colors at the given points.
Answer by greenestamps(13200)   (Show Source): You can put this solution on YOUR website!


The points on the circle are 2 red (R), 5 green (G), 3 blue (B), and 4 white (W). That's a total of 14 points.

The segments that can be drawn between different color points are...

RG: 2*5 = 10
RB: 2*3 = 6
RW: 2*4 = 8
GB: 5*3 = 15
GW: 5*4 = 20
BW: 3*4 = 12

total: 10+6+8+15+20+12 = 71

ANSWER: 71

To check this answer, we can find the number of segments that can be drawn between points of the same color. Those segments, plus the 71 segments between points of different colors, should be the total number of segments between any two points.

RR: C(2,2) = 1
GG: C(5,2) = 10
BB: C(3,2) = 3
WW: C(4,2) = 6

total between two points of the same color: 1+10+3+6 = 20

total between any two points: 71+20 = 91

total between any two of the 14 points: C(14,2) = 91


RELATED QUESTIONS

Find the probability of the following. (answered by Boreal)
A bag contains 20 marbles, 3 are colored red, 6 are colored green, 4are colored blue, 2... (answered by Fombitz)
1. Kara needs to pick a pair of matching socks from a drawer consisting of 4 black socks, (answered by ikleyn)
A jar of marbles contains a total of 14 marbles, 4 are red, 4 are blue, 4 are green and 2 (answered by edjones)
Write an algebraic model to find the number of possible segments drawn using "n" points... (answered by stanbon)
There are g green marbles, r red marbles, and b blue marbles in a bag, and the chance of... (answered by Fombitz)
1.(a) Kara needs to pick a pair of matching socks from a drawer consisting of 4 black... (answered by VFBundy,ikleyn,Edwin McCravy)
A bag has 2 blue marbles, 3 red marbles, and 5 white marbles. Which events have a... (answered by Boreal,ikleyn)
A bag contains red, white, green, and blue marbles. There are an equal number of red... (answered by ikleyn,greenestamps)