Jump to content
BrainDen.com - Brain Teasers

witzar

Members
  • Posts

    237
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by witzar

  1. any explanation please

    A problem is similar to (see my solution).

    You are adding new point on the circle and drawing new chords. For each chord you count intersections with old chords and add 1, this gives you the number of new regions. This is how you arrive at the formula. Last step is to simplify it.

    But to be honest I just guessed the solution :)

    I took the formula from above mentioned problem and made an adjustment for that extra 1s. Few tries and it worked.

    Edit: Guessing helped me only in the last step (simplification). I needed non-simplified formula to verify guessed one.

  2. I would go with binomial formula:

    (x+y)3 = x3 + 3x2y + 3xy2 + y3 = (x3 + y3) + 3xy(x+y)

    We know that

    x3 + y3 = 4

    and

    1/x + 1/y = -1

    or

    x + y = -xy.

    Let's introduce new variable:

    z = x + y = -xy.

    We can now substitute binomial formula with:

    z3 = 4 - 3z2,

    which is equivalent to

    (z-1)(z+2)2 = 0.

    Last thing to do is to solve system of equations:

    x + y = z

    xy = -z

    for z = 1 and for z = -2.

    For z=1 we get "golden ratio" solutions: (1 ± sqrt(5))/2,

    and z=-2 case has no real solutions.

  3. It obviously depends on jurisdictional procedure. If each judge votes guilty/not guilty, then the accused will be released, since only 1 out of 3 judges votes "guilty". But if judges vote on P, then vote on Q - he will be convicted (both P and Q will be voted "true" with 2 votes out of 3).

  4. The audience took 12 hours, which leaves 16 hours for climbing/descending. Since the seeker descended three times faster than he climbed, descending took three times less time then climbing, so he was climbing for 12 hours and descending for 4 hours. Climbing for 12 hours at the rate 1.5 mph means that the trail was 18 miles long. (Descending for 4h at the rate 4.5 mph gives the same 18 miles.)

  5. There are kn ways in which n dice can each show k or less.

    For the highest score to equal k, we must subtract those cases for which each die shows less than k; these number (k − 1)n.

    So, k is the highest score in kn − (k − 1)n cases out of 6n.

    In other words, pn(k), the probability that the highest individual score is k, is (kn − (k − 1)n)/6n.

    The expected value, E(n), of the highest score is the sum, from k = 1 to 6, of k · pn(k).

    Hence E(n) = [6(6n−5n) + 5(5n−4n) + 4(4n−3n) + 3(3n−2n) + 2(2n−1n) + 1(1n−0n)]/6n. = 6 − (1n + 2n + 3n + 4n + 5n)/6n.

    7 - (1^n + 2^n + 3^n + 4^n + 5^n + 6^n)/6^n =

    = 6 + 6^n/6^n - (1^n + 2^n + 3^n + 4^n + 5^n + 6^n)/6^n =

    = 6 - (1^n + 2^n + 3^n + 4^n + 5^n)/6^n

  6. 7 - (1^n + 2^n + 3^n + 4^n + 5^n + 6^n)/6^n

    For the highest score to equal k, we must subtract those cases for which each die shows less than k; these number (k − 1)n.

    So, k is the highest score in kn − (k − 1)n cases out of 6n.

    In other words, pn(k), the probability that the highest individual score is k, is (kn − (k − 1)n)/6n.

    The expected value, E(n), of the highest score is the sum, from k = 1 to 6, of k · pn(k).

    That's the obvious and natural approach. And that's exactly how I got the formula.

    When you say "close but", you mean that the formula is wrong?

×
×
  • Create New...