Problems

Age
Difficulty
Found: 2869

With a pile of four cards, does reversing the order of the pile by counting the cards out one by one leaves no card in its original position?

You have in your hands a royal flush! That is, Ace, King, Queen, Jack and 10 of spades. How many shuffles of your hand swap the Ace and Jack?

In the diagram below, I wish to write the numbers 6,11,19,23,25,27 and 29 in the squares, but I want the sum of the numbers in the horizontal row to equal the sum of the numbers in the vertical column. What number should I put in the blue square with the question mark?

image

You have a row of coins and you can perform these three operations as many times as you like:

  1. Remove three adjacent heads

  2. Remove two adjacent tails

  3. If there’s a tail followed by a heads, then turn the tail over and put a new tail after both heads

You apply these operations until you can’t make any more moves. Show that you will always get the same configuration at the end, no matter the order.

Let a be a positive integer, and let p be a prime number. Prove that apa is a multiple of p.

We ‘typically’ use the formula 12bh for the area of a triangle, where b is the length of the base, and h is the perpendicular height. Here’s another one, called Heron’s formula.

Call the sides of the triangle a, b and c. The perimeter is a+b+c. We call half of this the semiperimeter, s=a+b+c2. Then the area of this triangle is s(sa)(sb)(sc). Prove this formula is correct.

We have a square of side length 1. At each vertex of the square, we draw a circle of radius 1. What is the area bounded by all four circles?

image

Today we will be finding the areas of some geometric figures. Here is a brief reminder of how to calculate the area of common shapes.

In the picture below, the area of the rectangle is |AB|×|AD|.

image

The area of a triangle is given by 12bh, where b is the length of a chosen base and h is the height. In this case, the segment AB is the base and CD is the altitude corresponding to the base AB.

image

The area of a circle with radius r is πr2. The number π is approximately 3.14159 to five decimal points.

image

A simple polygon is a polygon that does not intersect itself and has no holes. Suppose we have a simple polygon S whose vertices consists of only integer coordinates.

image

The area turns out to be remarkably easy to calculate. Count up the number of points with integer coordinate inside the polygon and on the boundary; call them i and b respectively. The area is then A(S)=i+b21.

In the picture above, i=3 and b=11, so A(S)=152. Prove that this formula for the area A(S) is correct.

Let ϕ(n) be the Euler’s function, namely the amount of numbers from 1 to n, coprime with n. For two natural numbers m,n such that GCD(m,n)=1 prove that ϕ(mn)=ϕ(m)ϕ(n).