AMC // 10
PAPERS>AMC 10A 2007
// PAPER // AMC 10A 2007

AMC 10A 2007

2007-02-13

View the original on AoPS Wiki ↑

// PROBLEM 1
// PROBLEM

One ticket to a show costs \textdollar20\textdollar 20 at full price. Susan buys 4 tickets using a coupon that gives her a 25%25\% discount. Pam buys 5 tickets using a coupon that gives her a 30%30\% discount. How many more dollars does Pam pay than Susan?

// PROBLEM 2
// PROBLEM

Define a@b=abb2a \mathbin{@} b = ab - b^{2} and a#b=a+bab2a \mathbin{\#} b = a + b - ab^{2}. What is 6@26#2\dfrac{6 \mathbin{@} 2}{6 \mathbin{\#} 2}?

// PROBLEM 3
// PROBLEM

An aquarium has a rectangular base that measures 100 cm by 40 cm and has a height of 50 cm. It is filled with water to a height of 40 cm. A brick with a rectangular base that measures 40 cm by 20 cm and a height of 10 cm is placed in the aquarium. By how many centimeters does the water rise?

// PROBLEM 4
// PROBLEM

The larger of two consecutive odd integers is three times the smaller. What is their sum?

// PROBLEM 5
// PROBLEM

A school store sells 7 pencils and 8 notebooks for \textdollar4.15\textdollar 4.15. It also sells 5 pencils and 3 notebooks for \textdollar1.77\textdollar 1.77. How much do 16 pencils and 10 notebooks cost?

// PROBLEM 6
// PROBLEM

At Euclid High School, the number of students taking the AMC 10 was 6060 in 2002, 6666 in 2003, 7070 in 2004, 7676 in 2005, 7878 in 2006, and is 8585 in 2007. Between what two consecutive years was there the largest percentage increase?

// PROBLEM 7
// PROBLEM

Last year Mr. Jon Q. Public received an inheritance. He paid 20%20\% in federal taxes on the inheritance, and paid 10%10\% of what he had left in state taxes. He paid a total of \textdollar10500\textdollar 10500 for both taxes. How many dollars was his inheritance?

// PROBLEM 8
// PROBLEM

Triangles ABCABC and ADCADC are isosceles with AB=BCAB = BC and AD=DCAD = DC. Point DD is inside triangle ABCABC, angle ABCABC measures 40 degrees, and angle ADCADC measures 140 degrees. What is the degree measure of angle BADBAD?

// PROBLEM 9
// PROBLEM

Real numbers aa and bb satisfy the equations 3a=81b+23^{a} = 81^{b+2} and 125b=5a3125^{b} = 5^{a-3}. What is abab?

// PROBLEM 10
// PROBLEM

The Dunbar family consists of a mother, a father, and some children. The average age of the members of the family is 2020, the father is 4848 years old, and the average age of the mother and children is 1616. How many children are in the family?

// PROBLEM 11
// PROBLEM

The numbers from 11 to 88 are placed at the vertices of a cube in such a manner that the sum of the four numbers on each face is the same. What is this common sum?

// PROBLEM 12
// PROBLEM

Two tour guides are leading six tourists. The guides decide to split up. Each tourist must choose one of the guides, but with the stipulation that each guide must take at least one tourist. How many different groupings of guides and tourists are possible?

// PROBLEM 13
// PROBLEM

Yan is somewhere between his home and the stadium. To get to the stadium he can walk directly to the stadium, or else he can walk home and then ride his bicycle to the stadium. He rides 7 times as fast as he walks, and both choices require the same amount of time. What is the ratio of Yan's distance from his home to his distance from the stadium?

// PROBLEM 14
// PROBLEM

A triangle with side lengths in the ratio 3:4:53 : 4 : 5 is inscribed in a circle with radius 33. What is the area of the triangle?

// PROBLEM 15
// PROBLEM

Four circles of radius 11 are each tangent to two sides of a square and externally tangent to a circle of radius 22, as shown. What is the area of the square?

Each small circle of radius 1 sits in a corner of the square, tangent to both sides of that corner and externally tangent to the large circle of radius 2 at the center. The label "2" indicates the radius of the central circle, and "1" indicates the radius of each corner circle.

// PROBLEM 16
// PROBLEM

Integers a,b,c,a, b, c, and dd, not necessarily distinct, are chosen independently and at random from 0 to 2007, inclusive. What is the probability that adbcad - bc is even?

// PROBLEM 17
// PROBLEM

Suppose that mm and nn are positive integers such that 75m=n375m = n^{3}. What is the minimum possible value of m+nm + n?

// PROBLEM 18
// PROBLEM

Consider the 12-sided polygon ABCDEFGHIJKLABCDEFGHIJKL, as shown. Each of its sides has length 44, and each two consecutive sides form a right angle. Suppose that AG\overline{AG} and CH\overline{CH} meet at MM. What is the area of quadrilateral ABCMABCM?

The polygon is a plus-sign shape (a cross) made of unit squares scaled to side 4. Reading the vertices in order: AA is upper-left of the top-left notch, going clockwise. Based on the Asymptote code, the coordinates (scaled by 4) give: A=(4,12)A=(4,12), B=(8,12)B=(8,12), C=(8,8)C=(8,8), D=(12,8)D=(12,8), E=(12,4)E=(12,4), F=(8,4)F=(8,4), G=(8,0)G=(8,0), H=(4,0)H=(4,0), I=(4,4)I=(4,4), J=(0,4)J=(0,4), K=(0,8)K=(0,8), L=(4,8)L=(4,8).

// PROBLEM 19
// PROBLEM

A paint brush is swept along both diagonals of a square to produce the symmetric painted area, as shown. Half the area of the square is painted. What is the ratio of the side length of the square to the brush width?

The painted region consists of two diagonal bands crossing the square, each of width ww (the brush width), centered on each diagonal. Their union covers exactly half the square's area.

// PROBLEM 20
// PROBLEM

Suppose that the number aa satisfies the equation 4=a+a14 = a + a^{-1}. What is the value of a4+a4a^{4} + a^{-4}?

// PROBLEM 21
// PROBLEM

A sphere is inscribed in a cube that has a surface area of 2424 square meters. A second cube is then inscribed within the sphere. What is the surface area in square meters of the inner cube?

// PROBLEM 22
// PROBLEM

A finite sequence of three-digit integers has the property that the tens and units digits of each term are, respectively, the hundreds and tens digits of the next term, and the tens and units digits of the last term are, respectively, the hundreds and tens digits of the first term. For example, such a sequence might begin with the terms 247, 475, and 756 and end with the term 824. Let SS be the sum of all the terms in the sequence. What is the largest prime factor that always divides SS?

// PROBLEM 23
// PROBLEM

How many ordered pairs (m,n)(m, n) of positive integers, with mnm \ge n, have the property that their squares differ by 9696?

// PROBLEM 24
// PROBLEM

Circles centered at AA and BB each have radius 22, as shown. Point OO is the midpoint of AB\overline{AB}, and OA=22OA = 2\sqrt{2}. Segments OCOC and ODOD are tangent to the circles centered at AA and BB, respectively, and EFEF is a common external tangent. What is the area of the shaded region ECODFECODF?

Circle AA is at the left with center AA, circle BB is at the right with center BB. OO is the midpoint of ABAB with OA=OB=22OA = OB = 2\sqrt{2}. From OO, segment OCOC is tangent to circle AA (touching it at CC) and ODOD is tangent to circle BB (touching at DD). Line EFEF is the common external tangent above, tangent to circle AA at EE and to circle BB at FF. The shaded region ECODFECODF is bounded by segment OCOC, arc CECE on circle AA, segment EFEF, arc FDFD on circle BB, and segment DODO.

// PROBLEM 25
// PROBLEM

For each positive integer nn, let S(n)S(n) denote the sum of the digits of nn. For how many values of nn is n+S(n)+S(S(n))=2007n + S(n) + S(S(n)) = 2007?