Bismuth83
In a regional darts challenge, the board is divided into six color zones: Red, Orange, Yellow, Green, Blue, and Violet. Each color gives a unique even number of points between 2 and 12, inclusive. Players throw exactly three darts. To qualify for the next round, a score of at least 22 is required.
The following facts are known:
- One player scored exactly 18 with Red, Green, and Violet and did not qualify.
- A different player scored exactly 24 with Orange, Yellow, and Blue and just qualified.
- The value of Green is exactly 2 more than Violet.
- Red is worth 4 times more than Orange.
- Blue is worth less than Yellow.
Based on the following information, select for Highest the color that gives the most amount of points, and for Lowest the color that gives the least amount of points.Given
six color zones: Red, Orange, Yellow, Green, Blue, and Violet.
six points unique even number of points between 2 and 12, inclusive.
To win : >= 22 pts needed.
Table 1:
18 pts = R+ G+V to get sum of 18, possible cases are
4,6,8
2,6,10
2,4,12
Table 2:
24 pts = O+ Y+ B POSSIBLE CASES 10,12,2
10,8,6
12,8,4
Table 3:
G = 2+V possible cases (G,V) 4,2
6,4
8,6
10,8
12,10
using table 1 cases to compare table 3, (12,10) ; (10,8) are out .
We are
left with (G,V) = (4,2);(6,4);(8,6) if G,V = 4,2 then R = 12
if G,V = 6,4 then R = 8
if G,V = (8,6) then R = 4
using the constraint R = 4* orange
if G,V = 4,2 then R = 12 ,
then orange =3 if G,V = 6,4 then R = 8. , then orange = 2
if G,V = (8,6) then R = 4 , then
orange = 1 So, we know now
18 pts = R+ G+V = 8+ 6+4 and Orange = 2 Now look table 2, the only case with orange 2 is first one.
Table 2:
24 pts = O+ Y+ B POSSIBLE CASES 10,12,210,8,6
12,8,4
Given constraints is Blue less than yellow.
hence, Yellow = 12, Blue =10, orange =2
Greatest is 12 yellow , least is 2= Orange