GeometryDifficulty 5.0AIMEFind the answerUnited States
Problem:
Let P be a point selected uniformly at random in the cube [0,1]3. The plane parallel to x+y+z=0 passing through P intersects the cube in a two-dimensional region R. Let t be the expected value of the perimeter of R. If t2 can be written as ba, where a and b are relatively prime positive integers, compute 100a+b.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
Solution:
We can divide the cube into 3 regions based on the value of x+y+z which defines the plane: x+y+z<1, 1≤x+y+z≤2, and x+y+z>2. The two regions on the ends create tetrahedra, each of which has volume 1/6. The middle region is a triangular antiprism with volume 2/3.
If our point P lies in the middle region, we can see that we will always get the same value 32 for the perimeter of R.
Now let us compute the expected perimeter given that we pick a point P in the first region x+y+z<1. If x+y+z=a, then the perimeter of R will just be 32a, so it is sufficient to find the expected value of a. a is bounded between 0 and 1, and forms a continuous probability distribution with value proportional to a2, so we can see with a bit of calculus that its expected value is 3/4.
The region x+y+z>2 is identical to the region x+y+z<1, so we get the same expected perimeter. Thus we have a 2/3 of a guaranteed 32 perimeter, and a 1/3 of having an expected 492 perimeter, which gives an expected perimeter of 32⋅32+31⋅492=4112.
The square of this is 8121, giving an extraction of 12108.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement reproduced verbatim; metadata (topic, difficulty) added by this project.