AoPSWiki
Want to learn how to tackle those tough MATHCOUNTS and AMC counting and probability problems? Check out Art of Problem Solving's Introduction to Counting & Probability by David Patrick.

1976 USAMO Problems

From AoPSWiki

Problems from the 1976 USAMO.

Contents

Problem 1

void fillsq(int x, int y){   fill((x,y)--(x+1,y)--(x+1,y+1)--(x,y+1)--cycle, mediumgray);}int i;fillsq(1,0);fillsq(4,0);fills...

  • (a) Suppose that each square of a 4\times 7 chessboard, as shown above, is colored either black or white. Prove that with any such coloring, the board must contain a rectangle (formed by the horizontal and vertical lines of the board such as the one outlined in the figure) whose four distinct unit corner squares are all of the same color.
  • (b) Exhibit a black-white coloring of a 4\times 6 board in which the four corner squares of every rectangle, as described above, are not all of the same color.

Solution

Problem 2

If A and B are fixed points on a given circle and XY is a variable diameter of the same circle, determine the locus of the point of intersection of lines AX and BY. You may assume that AB is not a diameter.

size(300);defaultpen(fontsize(8));real r=10;picture pica, picb;pair A=r*expi(5*pi/6), B=r*expi(pi/6), X=r*expi(pi/3), X1=r*ex...

Solution

Problem 3

Determine all integral solutions of a^2+b^2+c^2=a^2b^2.

Solution

Problem 4

If the sum of the lengths of the six edges of a trirectangular tetrahedron PABC (i.e., \angle APB=\angle BPC=\angle CPA=90^o) is S, determine its maximum volume.

Solution

Problem 5

If P(x), Q(x), R(x), and S(x) are all polynomials such that P(x^5) + xQ(x^5) + x^2 R(x^5) = (x^4 + x^3 + x^2 + x +1) S(x), prove that x-1 is a factor of P(x).

Solution

See also

1976 USAMO (Problems)
Preceded by
1975 USAMO
1 2 3 4 5 Followed by
1977 USAMO
All USAMO Problems and Solutions
Trying to get to the USAMO in 2010? Our AIME Problem Series can help you get there! Click here to enroll today!
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us