Problems(5)
2010 PUMaC Algebra A6: functional equation
Source:
8/20/2011
Assume that , and that . Find .
2010 PUMaC Combinatorics A6: diagonals of regular decagon
Source:
8/21/2011
All the diagonals of a regular decagon are drawn. A regular decagon satisfies the property that if three diagonals concur, then one of the three diagonals is a diameter of the circumcircle of the decagon. How many distinct intersection points of diagonals are in the interior of the decagon?
geometrycircumcircle
2010 PUMaC Geometry A6: folded semicircle
Source:
8/21/2011
In the following diagram, a semicircle is folded along a chord and intersects its diameter at . Given that and . If , find .
[asy]
size(120); defaultpen(linewidth(0.7)+fontsize(10));
pair D2(pair P) {
dot(P,linewidth(3)); return P;
}
real r = sqrt(80)/5;
pair M=(-1,0), N=(1,0), A=intersectionpoints(arc((M+N)/2, 1, 0, 180),circle(N,r))[0], C=intersectionpoints(circle(A,1),circle(N,1))[0], B=intersectionpoints(circle(C,1),M--N)[0];
draw(arc((M+N)/2, 1, 0, 180)--cycle); draw(A--N); draw(arc(C,1,180,180+2*aSin(r/2)));
label("",D2(A),NW);
label("",D2(B),SW);
label("",D2(M),S);
label("",D2(N),SE);
[/asy]
geometrygeometric transformationreflection
2010 PUMaC NT A6/B7: fraction with 0s, 1s
Source:
8/22/2011
Find the numerator of when reduced.
2010 PUMaC Combinatorics B6: exploding ants in pentagon
Source:
8/21/2011
A regular pentagon is drawn in the plane, along with all its diagonals. All its sides and diagonals are extended infinitely in both directions, dividing the plane into regions, some of which are unbounded. An ant starts in the center of the pentagon, and every second, the ant randomly chooses one of the edges of the region it's in, with an equal probability of choosing each edge, and crosses that edge into another region. If the ant enters an unbounded region, it explodes. After first leaving the central region of the pentagon, let be the expected number of times the ant re-enters the central region before it explodes. Find the closest integer to .
probabilityexpected value