21
Part of 2014 AMC 12/AHSME
Problems(2)
Function is Less Than One
Source: 2014 AMC 12A #21
2/5/2014
For every real number , let denote the greatest integer not exceeding , and let The set of all numbers such that and is a union of disjoint intervals. What is the sum of the lengths of those intervals?
functionfloor functionlogarithmsalgebradomainAMC
Square and Rectangles
Source: 2014 amc 12b #21
2/20/2014
In the figure, is a square of side length 1. The rectangles and are congruent. What is ?
[asy]
unitsize(150);
pair A,B,C,D,E,F,G,H,J,K;
A=(1,0); B=(0,0); C=(0,1); D=(1,1);
draw(A--B--C--D--A);E=(2-sqrt(3),0); F=(2-sqrt(3),1);
draw(E--F);G=(1,sqrt(3)/2); H=(2.5-sqrt(3),1);
K=(2-sqrt(3),1-sqrt(3)/2); J=(0.5,0);
draw(G--H--K--J--G);label("",A,SE);
label("",B,SW);
label("",C,NW);
label("",D,NE);
label("",E,S);
label("",F,N);
label("",G,E);
label("",H,N);
label("",K,W);
label("",J,S);
[/asy]
geometryrectangletrigonometrysimilar trianglesPythagorean TheoremAMC