Proving Subset Sum Equality and Recursive Relations - Pigeonhole Problem Set

  • Thread starter Thread starter andytran
  • Start date Start date
  • Tags Tags
    Set
andytran
Messages
41
Reaction score
0
Hi,

It was a big mistake leaving my assignment till the last minutes. Now I'm stuck on a few questions and got no where to turn to except the net.
Please do give any hints you may have..
Thank You!1. Let A subset {1,2,3,...,25} where |A| = 9. For any subset B of A let SB denote the sum of the elements in B. Prove that there are distinct subsets C, D of A such that |C|=|D|=5 and SC=SD.

2.Let R subset Z+ X Z+ (Z+ means positive int, and X means cross product) be the relation given by the following recursive definition.
1. (1,1) element of R; and
2. for all (a,b) element of R, the three ordered pairs (a+1,b), (a+1,b+1), and (a+1, b+2) are also in R.
Prove that 2a _> b for all (a,b) element of R.
 
Last edited:
Physics news on Phys.org
How many 5-subsets of A are there? How small and how large could their sums possibly be?
 
Muzza said:
How many 5-subsets of A are there? How small and how large could their sums possibly be?
the number of subset of A of length 5 is 126.

there smallest sum would be 1+2+3+4+5=17 and largest 25+24+23+22+21 = 115.
 
Last edited:
What do you mean still clueless? You have 126 sets and only at most 98 possible sums and the thread is entitled pigeon hole principle.
 
matt grime said:
What do you mean still clueless? You have 126 sets and only at most 98 possible sums and the thread is entitled pigeon hole principle.

I got it now, at first i thought the question requires you to take the number of combination of the set A in account.

thx
 
1+2+3+4+5 is not 17, but it doesn't make a big difference.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top