Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. Korrespondenskurs 2010/2011
  2. Problemblad 4
  3. Find the smallest and the largest among all 10-digit numbers, divisible by 99,
  4. and in which each of the digits 0, 1, 2, . . . , 9 occurs exactly once.
  5. 1.
  6. We shall call a die unfair if the probability to throw k, 1 ≤ k ≤ 6, is pk (≥ 0),
  7. with p1 + p2 + p3 + p4 + p5 + p6 = 1. Given that two dice are thrown simultaneously,
  8. denote by Pi the probability that the sum of the two numbers shown is equal to i,
  9. i = 2, 3, . . . , 12 (the probabilities to throw a certain number k, 1 ≤ k ≤ 6, may be
  10. dierent for the two dice). Do there exist unfair dice such that P2 = P3 = · · · = P12 ?
  11. 2.
  12. Given a triangle ABC , prove that if there exist two dierent interior points M
  13. and N , such that ∠M AC = ∠N BC, ∠M CA = ∠N CB, AN = BM , then ABC
  14. is isosceles.
  15. 3.
  16. 4.
  17. Prove that for all positive real numbers a, b, c, the inequality holds
  18. 1 + a(b + c) 1 + b(c + a) 1 + c(a + b)
  19. +
  20. +
  21. ≥ 1.
  22. (1 + b + c)2
  23. (1 + c + a)2 (1 + a + b)2
  24. When does equality occur?
  25. Denote by O, I, H the circumcentre, incentre, orthocentre, respectively, of an
  26. acute scalene triangle ABC . Prove that ∠OIH > 135◦ .
  27. 5.
  28. Let S and T be trees with no vertices of degree 2. For each edge of S and T
  29. there is a xed positive number, called length of the edge. The distance between two
  30. vertices in a tree is dened as the sum of the lengths of the edges connecting them.
  31. The vertices of degree 1 are called leaves of the tree. Let f be a bijection between the
  32. leaves of S and the leaves of T , preserving distances, i.e. the distance between two
  33. leaves u, v ∈ S is equal to the distance between the two leaves f (u), f (v) ∈ T . Prove
  34. that there exists a bijection g between the vertices of S and the vertices of T such
  35. that the distance between any two vertices u, v ∈ S is equal to the distance between
  36. the corresponding vertices f (u), f (v) ∈ T .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement