Problems(10)
2010 PUMaC Algebra A1: Sum of coefficients
Source:
8/20/2011
Find the sum of the coefficients of the polynomial .
algebrapolynomial
2010 PUMaC Combinatorics A1/B2: new customer order
Source:
8/21/2011
PUMaCDonalds, a newly-opened fast food restaurant, has 5 menu items. If the first 4 customers each choose one menu item at random, the probability that the 4th customer orders a previously unordered item is , where and are relatively prime positive integers. Find .
probabilitynumber theoryrelatively prime
2010 PUMaC Geometry A1/B3: minimal triangle area
Source:
8/21/2011
As in the following diagram, square and square are placed side by side (i.e. is between and and is between and ). If , , compute the minimal area of .
[asy]
size(120); defaultpen(linewidth(0.7)+fontsize(10));
pair D2(real x, real y) {
pair P = (x,y);
dot(P,linewidth(3)); return P;
}
int big = 30, small = 14;
filldraw((0,big)--(big+small,0)--(big,small)--cycle, rgb(0.9,0.5,0.5));
draw(scale(big)*unitsquare); draw(shift(big,0)*scale(small)*unitsquare);
label("",D2(0,big),NW);
label("",D2(0,0),SW);
label("",D2(big,0),SW);
label("",D2(big,big),N);
label("",D2(big+small,0),SE);
label("",D2(big+small,small),NE);
label("",D2(big,small),NE);
[/asy]
geometry
2010 PUMaC NT A1/B3: n^4+(n+1)^4 composite
Source:
8/22/2011
Find the smallest positive integer such that is composite.
2010 PUMaC Individual Finals A1: combinatorial identity
Source:
8/31/2011
Show that .
2010 PUMaC Algebra B1: Star operation
Source:
8/21/2011
Let the operation be defined by . Calculate .
2010 PUMaC Combinatorics B1: band song list
Source:
8/21/2011
The Princeton University Band plays a setlist of 8 distinct songs, 3 of which are tiring to play. If the Band can't play any two tiring songs in a row, how many ways can the band play its 8 songs?
Princetoncollege
2010 PUMaC Geometry B1: external angle = internal/6
Source:
8/21/2011
In a polygon, every external angle is one sixth of its corresponding internal angle. How many sides does the polygon have?
geometry
2010 PUMaC NT B1: small integer with many divisors
Source:
8/22/2011
Find the positive integer less than 18 with the most positive divisors.
number theoryprime factorization
2010 PUMaC Ind. Finals B1: GCD of consecutive triangular #s
Source:
8/31/2011
Show that the GCD of three consecutive triangular numbers is 1.
number theorygreatest common divisor