How to solve these math problems?

<p>Hi!
Would be delighted if somebody explained how to solve following problems.</p>

<ol>
<li>Single-color tokens of blue, red, green, or yellow are placed in a single line so that the pattern of blue, red, green, yellow, blue, red, green, yellow repeats throughout. If the first token in the line is blue, which of the following tokens is green?</li>
</ol>

<p>(A) 117th
(B) 118th
(C) 119th
(D) 120th
(E) 121st</p>

<ol>
<li>The integers 1 through 6 appear on the six faces of a cube, one on each face. If three such cubes are rolled. what is the probability that the sum of the numbers on the top faces is 17 or 18.</li>
</ol>

<p>(A) 1/108
(B) 1/54
(C) 1/27
(D) 1/18
(E) 1/16</p>

<p>Thank you in advance!</p>

<ol>
<li>If the pattern repeats “blue, red, green, yellow,” then it moves in cycles of four. Listing the first few tokens helps you visualize the progression:</li>
</ol>

<p>B, R, G, Y, B, R, G, Y, B, R, G, Y…</p>

<p>Here we see that the Y token always falls on a multiple of four, and the G token is just in front of every Y token in the order. Thus, the G token will always be at a position one less than a multiple of four. 120 is the only multiple of four provided, so 119 is the answer.</p>

<ol>
<li>To find the probability in a dice problem, we have to find the number of desired possibilities (in this case, sums of 17 or 18) and divide that by the number of total possibilities (in this case, total number of sums possible).</li>
</ol>

<p>The total number of sums is 6 * 6 * 6 = 216. This is because we can add any of 6 possibilities of the first die, 6 in the second, and 6 in the third to my sum. Thus, 6 numbers * 6 numbers * 6 numbers = 216 sums.</p>

<p>Now, how many desired possibilities are there? It should be clear that there is 1 possibility in which all the dice show a 6 and therefore sum to 18. Then, for the sum of 17, there are three possibilities: (5, 6, 6), (6, 5, 6), and (6, 6, 5). Hence, there are 4 desired possibilities.</p>

<p>We’re almost there! The probability, as I said earlier, is desired / total. 4/216 = 1/54, so that’s your answer.</p>

<p>Hope that helped!</p>

<p>Thank you very much!
It helped a lot :)</p>

<p>I just got another problem I can’t solve. Could anyone help?</p>

<p>If 0 ≤ x ≤ y and ( x + y )^2 - ( x - y )^2 ≥ 25, what is the LEAST possible value of y ?</p>

<p>Apply difference of two squares on the LHS:</p>

<p>((x+y) + (x-y))((x+y) - (x-y)) ≥ 25</p>

<p>(2x)(2y) ≥ 25</p>

<p>4xy ≥ 25 → xy ≥ 25/4</p>

<p>Since y is at least x (x ≥ 0) , the minimum value of y occurs when y = x = 5/2.</p>

<p>Thank you!
It seems so easy when I read an explanation, yet I had no clue what to do after I’d found that xy ≥ 25/4. But now I see. :)</p>