Monday, October 10, 2011

Problem of the Day 10 Oct 2011

Ten identical boxes of dimensions 2 \times 3 \times 5 are stacked flat on top of each other, with the orientation of each box being independent and random. If \frac{m}{n} is the probability that the height of the stack is 31 and \gcd(m, n)=1, find m. All units are in feet.

6 comments:

  1. well x,y,z be number of 2,3,5 as the hieght
    so x+y+z=10
    and we need the case where 2x+3y+5z=31

    now prob is m/n total cases possi are 12C2 tht is 66
    of this i only want those where sum is 31

    now since rhs is odd means...one of 3 or 5 is odd while other is even

    only twocases
    x,y,z = (1,8,1) and (3,5,2)

    so m/n = 2/66 or 1/33
    since gcd is 1
    m=1
    now am sure of the method.. mabye may make a mistake with the number of cases :)
    anyways cheers

    ReplyDelete
  2. one mroe case wld be there... of (5,3,2)
    so well even then m/n=3/66 or 1/22

    ReplyDelete
  3. I have a doubt
    Should the denominator be
    12C2 or 3^10
    rahul let me know that

    ReplyDelete
  4. well the Q is abt the final hieght that is got...
    that means say 2+3+5 = 10 also 3+2+5 =10 both are the same and not two diff cases.... as here am concentrating on the number of times each distinct value is repeated... and not the permutations whithin them.

    but yes if u take that each case in itself is diff.. then given those three cases... permute them... with p alike of one type...q of the second and r of the third...
    (p+q+r)!/p!*r!*q!

    ReplyDelete