Advertisement
Guest User

Untitled

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