Problems(3)
2010 Algebra #2: Number Ranks
Source:
7/15/2012
The rank of a rational number is the unique for which , where each is the smallest positive integer such that . Let be the largest rational number less than with rank , and suppose the expression for is . Find the ordered triple .
2010 Calculus #2: Differential Equation
Source:
7/15/2012
Let be a function such that , , and for all . Compute the th derivative of , evaluated at .
calculusfunctionderivative
2010 Geometry #2
Source:
1/2/2024
A rectangular piece of paper is folded along its diagonal (as depicted below) to form a non-convex pentagon that has an area of of the area of the original rectangle. Find the ratio of the longer side of the rectangle to the shorter side of the rectangle.
[asy]
size(150);
pair A = (-5,0);
pair B = (5,0);
pair C = (-3,4);
pair D = (3,4);
pair E = intersectionpoint(B--C,A--D);
draw(A--B--D--cycle);
draw(A--C);
draw(C--E);
draw(E--B,dashed);
markscalefactor=0.06;
draw(rightanglemark(A,C,B));
[/asy]
geometry