Subcontests
(40)Which Relation is Deduced Correctly?
[asy]draw(Circle((0,0), 1));
dot((0,0));
label("O", (0,0), S);
label("A", (-1,0), W);
label("B", (1,0), E);
label("a", (-0.5,0), S);
draw((-1,-1.25)--(-1,1.25));
draw((1,-1.25)--(1,1.25));
draw((-1,0)--(1,0));
draw((-1,0)--(-1,0)+2.3*dir(30));
label("C", (-1,0)+2.3*dir(30), E);
label("D", (-1,0)+1.8*dir(30), N);
dot((-1,0)+.4*dir(30));
label("E", (-1,0)+.4*dir(30), N);
[/asy]
In this figure AB is a diameter of a circle, centered at O, with radius a. A chord AD is drawn and extended to meet the tangent to the circle at B in point C. Point E is taken on AC so that AE=DC. Denoting the distances of E from the tangent through A and from the diameter AB by x and y, respectively, we can deduce the relation:(A) y2=2a−xx3(B) y2=2a+xx3(C) y4=2−xx2(D) x2=2a−xy2(E) x2=2a+xy2 Which is True?
Let O be an interior point of triangle ABC, and let s1=OA+OB+OC. If s2=AB+AC+CA, then(A) for every triangle s2>2s1,s1≤s2(B) for every triangle s2≥2s1,s1<s2(C) for every triangle s1>21s2,s1<s2(D) for every triangle s2≥2s1,s1≤s2(E) neither (A) nor (B) nor (C) nor (D) applies to every triangle Which One is True?
Triangle ABC is inscribed in a circle with center O′. A circle with center O is inscribed in triangle ABC. AO is drawn, and extended to intersect the larger circle in D. Then, we must have:(A) CD=BD=O′D(B) AO=CO=OD(C) CD=CO=BD(D) CD=OD=BD(E) O′B=O′C=OD[asy]
size(200);
defaultpen(linewidth(0.8)+fontsize(12pt));
pair A=origin,B=(15,0),C=(5,9),O=incenter(A,B,C),Op=circumcenter(A,B,C);
path incirc = incircle(A,B,C),circumcirc = circumcircle(A,B,C),line=A--3*O;
pair D[]=intersectionpoints(circumcirc,line);
draw(A--B--C--A--D[0]^^incirc^^circumcirc);
dot(O^^Op,linewidth(4));
label("A",A,dir(185));
label("B",B,dir(355));
label("C",C,dir(95));
label("D",D[0],dir(O--D[0]));
label("O",O,NW);
label("O′",Op,E);[/asy] Find OP
Five points O,A,B,C,D are taken in order on a straight line with distances OA=a, OB=b, OC=c, and OD=d. P is a point on the line between B and C and such that AP:PD=BP:PC. Then OP equals:(A) a−b+c−db2−bc(B) a−b+c−dac−b(C) −a−b+c−dbd+c(D) a+b+c+dbc+ad(E) a+b+c+dac−bd Which of the following are true?
Consider the statements: (I) a2+b2=0
(II) a2+b2=ab
(III) a2+b2=a+b
(IV) a2+b2=a−b,where we allow a and b to be real or complex numbers. Those statements for which there exist solutions other than a=0 and b=0 are:(A) (I),(II),(III),(IV)(B) (II),(III),(IV)(C) (I),(III),(IV)(D) (III),(IV)(E) (I) N-Pointed Star
An "n-pointed star" is formed as follows: the sides of a convex polygon are numbered consecutively 1,2,⋯,k,⋯,n, n≥5; for all n values of k, sides k and k+2 are non-parallel, sides n+1 and n+2 being respectively identical with sides 1 and 2; prolong the n pairs of sides numbered k and k+2 until they meet. (A figure is shown for the case n=5)
http://www.artofproblemsolving.com/Forum/album_pic.php?pic_id=704&sid=8da93909c5939e037aa99c429b2d157a
Let S be the degree-sum of the interior angles at the n points of the star; then S equals:
(A) 180(B) 360(C) 180(n+2)(D) 180(n−2)(E) 180(n−4) Negation of a Proposition
The negation of the proposition "For all pairs of real numbers a, b, if a=0, then ab=0" is: There are real numbers a,b such that
(A) a=0,ab=0 (B) a=0,ab=0 (C) a=0,ab=0
(D) ab=0,a=0 (E) ab=0,a=0