2000 SMT/Team Problems
Contents
Problem 1
You are given a number, and round it to the nearest thousandth, round this result to the nearest hundredth, and round this result to the nearest tenth. If the final result is .7, what is the smallest number you could have been given? As is customary, 5’s are always rounded up. Give the answer as a decimal.
Problem 2
The price of a gold ring in a certain universe is proportional to the square of its purity and the cube of its diameter. The purity is inversely proportional to the square of the depth of the gold mine and directly proportional to the square of the price, while the diameter is determined so that it is proportional to the cube root of the price and also directly proportional to the depth of the mine. How does the price vary solely in terms of the depth of the gold mine?
Problem 3
Find the sum of all integers from 1 to 1000 inclusive which contain at least one 7 in their digits, i.e. find 7 + 17 + ... + 979 + 987 + 997.
Problem 4
All arrangements of letters VNNWHTAAIE are listed in lexicographic (dictionary) order. If AAEHINNTVW is the first entry, what entry number is VANNAWHITE?
Problem 5
Given , , find .
Problem 6
If is a root of , compute the value of .
Problem 7
8712 is an integral multiple of its reversal, 2178, as 8712=4*2178. Find another 4-digit number which is a non-trivial integral multiple of its reversal.
Problem 8
A woman has 1.58 in pennies, nickels, dimes, quarters, half-dollars and silver dollars. If she has a different number of coins of each denomination, how many coins does she have?
Problem 9
Find all positive primes of the form , for an integer
Problem 10
How many times per day do at least two of the three hands on a clock coincide?
Problem 11
Find all polynomials with integer coefficients such that the coefficients of both and lie in the set .
Problem 12
At a dance, Abhinav starts from point and moves along the negative x-direction with speed , while Pei-Hsin starts from and glides in the negative y-direction with speed . What is the distance of closest approach between the two?
Problem 13
Let be a convex n-gon. If all lines are joined, what is the maximum possible number of intersections in terms of n obtained from strictly inside the polygon?
Problem 14
Define a sequence of real numbers by specifying an initial and by the recurrence . Find as a function of and , in closed form. There may be multiple cases.
Problem 15