Problems(4)
2007 Algebra #8: Functional Equation
Source:
6/21/2012
Let denote the set of all rationals other than and . A function has the property that for all , Compute the value of .
functionlogarithms
2007 Calculus #8: Sum of Primitive Roots of Unity
Source:
6/21/2012
Suppose that is a primitive root of unity. Find .
calculusalgebrapolynomialVietabinomial theorem
2007 Geometry #8: Determine Angle of Quadrilateral
Source:
6/22/2012
is a convex quadrilateral such that . The diagonal bisects , and . Let be a point on the interior of , and . Given that , determine in degrees.
geometry
2007 Guts #8: Circle in a Square
Source:
6/22/2012
A circle inscribed in a square,
Has two chords as shown in a pair.
It has radius ,
And bisects .
The chords' intersection is where?Answer the question by giving the distance of the point of intersection from the center of the circle.[asy]
size(100);
defaultpen(linewidth(0.8));
draw(unitcircle);
draw((-1,-1)--(1,-1)--(1,1)--(-1,1)--cycle);
label("",(-1,1),SE);
label("",(1,1),SE);
label("",(1,-1),SE);
label("",(-1,-1),SE);
pair M=(1,0),N=(0,-1),T=(-1,0),U=(0,1),P=dir(135);
draw(P--M^^(-1,-1)--(1,1));
label("",M,SE);
label("",N,SE);
label("",T,SE);
label("",U,SE);
label("",P,dir(270));
dot(origin^^(-1,1)^^(-1,-1)^^(1,-1)^^(1,1)^^M^^N^^T^^U^^P);
[/asy]