The digits of a positive integer
are four consecutive integers in decreasing order when read from left to right. What is the sum of the possible remainders when
is divided by 37?
Set
consists of
consecutive integers whose sum is
and set
consists of
consecutive integers whose sum is
The absolute value of the difference between the greatest element of
and the greatest element of
is 99. Find ![]()
A convex polyhedron
has 26 vertices, 60 edges, and 36 faces, 24 of which are triangular, and 12 of which are quadrilaterals. A space diagonal is a line segment connecting two non-adjacent vertices that do not belong to the same face. How many space diagonals does
have?
A square has sides of length 2. Set
is the set of all line segments that have length 2 and whose endpoints are on adjacent sides of the square. The midpoints of the line segments in set
enclose a region whose area to the nearest hundredth is
Find ![]()
Alpha and Beta both took part in a two-day problem-solving competition. At the end of the second day, each had attempted questions worth a total of 500 points. Alpha scored 160 points out of 300 points attempted on the first day, and scored 140 points out of 200 points attempted on the second day. Beta who did not attempt 300 points on the first day, had a positive integer score on each of the two days, and Beta's daily success rate (points scored divided by points attempted) on each day was less than Alpha's on that day. Alpha's two-day success ratio was 300/500 = 3/5. The largest possible two-day success ratio that Beta could achieve is
where
and
are relatively prime positive integers. What is
?
An integer is called snakelike if its decimal representation
satisfies
if
is odd and
if
is even. How many snakelike integers between 1000 and 9999 have four distinct digits?
Let
be the coefficient of
in the expansion of the product
Find ![]()
Define a regular
-pointed star to be the union of
line segments
such that
There are no regular 3-pointed, 4-pointed, or 6-pointed stars. All regular 5-pointed stars are similar, but there are two non-similar regular 7-pointed stars. How many non-similar regular 1000-pointed stars are there?
Let
be a triangle with sides 3, 4, and 5, and
be a 6-by-7 rectangle. A segment is drawn to divide triangle
into a triangle
and a trapezoid
and another segment is drawn to divide rectangle
into a triangle
and a trapezoid
such that
is similar to
and
is similar to
The minimum value of the area of
can be written in the form
where
and
are relatively prime positive integers. Find ![]()
A circle of radius 1 is randomly placed in a 15-by-36 rectangle
so that the circle lies completely within the rectangle. Given that the probability that the circle will not touch diagonal
is
where
and
are relatively prime positive integers, find ![]()
A solid in the shape of a right circular cone is 4 inches tall and its base has a 3-inch radius. The entire surface of the cone, including its base, is painted. A plane parallel to the base of the cone divides the cone into two solids, a smaller cone-shaped solid
and a frustum-shaped solid
in such a way that the ratio between the areas of the painted surfaces of
and
and the ratio between the volumes of
and
are both equal to
Given that
where
and
are relatively prime positive integers, find ![]()
Let
be the set of ordered pairs
such that
and
and
are both even. Given that the area of the graph of
is
where
and
are relatively prime positive integers, find
The notation
denotes the greatest integer that is less than or equal to ![]()
The polynomial
has 34 complex roots of the form
with
and
Given that
where
and
are relatively prime positive integers, find ![]()
A unicorn is tethered by a 20-foot silver rope to the base of a magician's cylindrical tower whose radius is 8 feet. The rope is attached to the tower at ground level and to the unicorn at a height of 4 feet. The unicorn has pulled the rope taut, the end of the rope is 4 feet from the nearest point on the tower, and the length of the rope that is touching the tower is
feet, where
and
are positive integers, and
is prime. Find ![]()
For all positive integers
, let
and define a sequence as follows:
and
for all positive integers
. Let
be the smallest
such that
. (For example,
and
.) Let
be the number of positive integers
such that
. Find the sum of the distinct prime factors of
.
total line segments determined by the vertices. Of these, ![[asy] size(100); pointpen=black;pathpen = black+linewidth(0.7); pair A=(0,0),B=(2,0),C=(2,2),D=(0,2); D(A--B--C--D--A); picture p; draw(p,CR(A,1));draw(p,CR(B,1));draw(p,CR(C,1));draw(p,CR(D,1)); clip(p,A--B--C--D--cycle); add(p); [/asy]](https://latex.artofproblemsolving.com/a/e/b/aeb05f492043e52d88710a01680e50ced5053389.png)
![[asy] size(100); pointpen=black;pathpen = black+linewidth(0.7); draw((0,0)--(2,0)--(2,2)--(0,2)--cycle); draw(arc((0,2),1,270,360)); draw((0,1)--(1.7,2)); draw((0,2)--(1.7,1)); draw((0,1)--(1.7,1)--(1.7,2)); [/asy]](https://latex.artofproblemsolving.com/3/1/1/3115655c917e79cec6024cef42717bd94b0d38f4.png)
snakelike numbers which do not contain the digit zero.In the second case we choose zero and three other digits such that
snakelike numbers which contain the digit zero. Thus there are
But, this over-counts since it counts numbers like 0213. We can correct for this over-counting. Lock the first digit as 0 and permute 3 other chosen digits
. Thus our answer is 
. Also, we know that
where the left-hand sum can be computed from:
Therefore, the number of non-similar 1000-pointed stars is ![]()
Note that in general, the number of
-pointed stars is given by
(dividing by
to remove the reflectional symmetry, subtracting
to get rid of the
-step case), where
is the Euler's totient function. It is well-known that
, where
are the distinct prime factors of
. Thus
, and the answer is
.
![]() ![]() |
![]() ![]() |
Of the two cases, the second is smaller; the answer is
, and
.
This expression has roots at every ![[asy] defaultpen(fontsize(10)+linewidth(0.62)); pair A=(-4*sqrt(5),4), B=(0,4*(8*sqrt(6)-4*sqrt(5))/(8*sqrt(6))), C=(8*sqrt(6)-4*sqrt(5),0), D=(-4*sqrt(5),0), E=(0,0); draw(A--C--D--A);draw(B--E); label("(A)",A,(-1,1));label("(B)",B,(1,1));label("(C)",C,(1,0));label("(D)",D,(-1,-1));label("(E)",E,(0,-1)); label("$4sqrt{5}$",D/2+E/2,(0,-1));label("$8sqrt{6}-4sqrt{5}$",C/2+E/2,(0,-1)); label("$4$",D/2+A/2,(-1,0));label("$x$",C/2+B/2,(1,0.5));label("$20-x$",0.7*A+0.3*B,(1,0.5)); dot(A^^B^^C^^D^^E); [/asy]](https://latex.artofproblemsolving.com/9/3/0/930d93ee9d48b6fc6a0869685c1358eccd0d16ac.png)
There are 以上解析方式仅供参考
学术活动报名扫码了解!免费领取历年真题!

© 2025. All Rights Reserved. 沪ICP备2023009024号-1