Question

Prove that no six positive integers, not exceeding 21, can have sums of all subsets different

Prove that no six positive integers, not exceeding 21, can have sums of all subsets different

Homework Answers

Answer #1

SOLUTION

Given that,

So we have 6 positive integers all less than equal to 21.

smallest size of subset is 0 i e, of empty set it has sum equal to 0 as no elements are in it

And largest size is 6 with all integers in the subset

It can have the largest sum: 21+20+19+18+17+16 = 111

And total number of subsets is

26 = 64 and number of possible sums is from 0 to 111 is 112

So if we have 64 boxes with i th box corresponding to subset with sum i and we assign each subset to the box i if the sum of its elements is i

Then we have 112 subsets and 64 boxes so by Pigeonhole principle at least two of the subsets are in the same box i e, at least two of the subsets have the same sum

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Problem 1. Prove that for all positive integers n, we have 1 + 3 + ....
Problem 1. Prove that for all positive integers n, we have 1 + 3 + . . . + (2n − 1) = n ^2 .
1. Prove that 21 divides 3n7 + 7n3 + 11n for all integers n. 2. Prove...
1. Prove that 21 divides 3n7 + 7n3 + 11n for all integers n. 2. Prove that n91 ≡ n7 (mod 91) for all integers n. Is n91 ≡ n (mod 91) for all integers n ?
Using induction prove that for all positive integers n, n^2−n is even.
Using induction prove that for all positive integers n, n^2−n is even.
Cubes can be written as sums of consecutive odd integers Express 5^3 in a similar manner...
Cubes can be written as sums of consecutive odd integers Express 5^3 in a similar manner as demonstrated by the pattern in the figure. State and prove a formula for n^3 Illustrate your formula geometrically with cubic blocks
Prove: For all positive integers n, the numbers 7n+ 5 and 7n+ 12 are relatively prime.
Prove: For all positive integers n, the numbers 7n+ 5 and 7n+ 12 are relatively prime.
Prove that for all positive integers n, (1^3) + (2^3) + ... + (n^3) = (1+2+...+n)^2
Prove that for all positive integers n, (1^3) + (2^3) + ... + (n^3) = (1+2+...+n)^2
Prove by induction that 5n + 12n – 1 is divisible by 16 for all positive...
Prove by induction that 5n + 12n – 1 is divisible by 16 for all positive integers n.
Prove by induction that 5^n + 12n – 1 is divisible by 16 for all positive...
Prove by induction that 5^n + 12n – 1 is divisible by 16 for all positive integers n.
1. (a) Let a, b and c be positive integers. Prove that gcd(ac, bc) = c...
1. (a) Let a, b and c be positive integers. Prove that gcd(ac, bc) = c x gcd(a, b). (Note that c gcd(a, b) means c times the greatest common division of a and b) (b) What is the greatest common divisor of a − 1 and a + 1? (There are two different cases you need to consider.)
1. You are given an array of integers, where different integers may have different number of...
1. You are given an array of integers, where different integers may have different number of digits, but the total number of digits over all the integers in the array is n. Show how to sort the array in O(n) time. 2. You are given an array of strings, where different strings may have different numbers of characters, but the total number of characters over all the strings is n. Show how to sort the strings in O(n) time. (Note...