Try this beautiful Combination Problem based on Non-negative integer solutions from PRMO 2016.
Combination Problem - PRMO 2016 Problem 4
There are three kinds of fruits in the market. How many ways are there to purchase 25 fruits from among them if each kind has at least 25 of its fruit available?
Key Concepts
Permutation and combination
Non negative integer solution to an equation
Maximum possible value of variable
Suggested Book | Source | Answer
Excursion in Mathematics
PRMO 2016
351
Try with Hints
The given problem can be expressed in terms of the following equation
$x_1 + x_2 + x_3 = 25$
where $ x_!, x_2, x_3$ are the number of different fruits brought
The solution of the problem is equivalent to finding the non-negative integer solution to this given equation
Try to relate it to the following idea:
There are 25 balls and 2 sticks arranged in a straight line. We want to find the number of different arrangements possible. To the the different possible distinct arrangement we may apply permutation with repetition
Try this beautiful Set theory Problem based on Set theory from PRMO - 2016.
Set Theory Problem - PRMO 2016 Problem 5
In a school there are 500 students. Two-thirds of the students who do not wear glasses, do not bring lunch. Three-quarters of the students who do not bring lunch do not wear glasses. Altogether, 60 students whowear glasses bring lunch. How many students do not wear glasses and do not bring lunch?
Key Concepts
Set theory
Intersection and Union of Sets
Solving equations of several variables
Suggested Book | Source | Answer
Challenges and Thrills of Pre-college Mathematics
PRMO 2016 Problem 5
240
Try with Hints
Divide the children into four parts :
m: Those who don't wear glasses, and don't bring lunch.
n: Those who wear glasses but don't bring lunch.
p: Those who bring lunch but don't wear glasses.
q : Those who do bring lunch and wear glasses.
Try to find information and form equations
There can be following equations formed:
$m + n + p + q =500.$
$ m = \frac{2}{3}(m + p)$
$m=\frac{3}{4}(m+n)$
$q=60$
Try to solve by finding the values of the different variables
Try this beautiful Calendar Problem from PRMO 2016.
Calendar Problem - PRMO 2016 Problem 3
The date index of a date is defined as (12 × month number + day number). Three events each with a frequency of once in 21 days, 32 days and 9 days, respectively, occurred simultaneously for the first time on July 31, 1961 (Ireland joining the European Economic Community). Find the date index of the date when they occur simultaneously for the eleventh time.
Key Concepts
LCM of numbers
Calendar
Number of months in a year
Suggested Book | Source | Answer
Excursion in mathematics
PRMO 2016 Problem 3
115
Try with Hints
What is the LCM of 21, 32,9.
It is 2016
Observe that the event will occur in multiples of 2016 days.
Now 2016 is divisible by 12
Hence in a year There are 12 months. Hence they will occur on the same date and time but in a different year
Try this beautiful Problem based on line from AMC 8 2020.
Lines Problem - AMC 8 2020 Problem 16
Each of the points $A, B, C, D, E$, and $F$ in the figure below represents a different digit from 1 to 6 . Each of the five lines shown passes through some of these points. The digits along each line are added to produce five sums, one for each line. The total of the five sums is 47 . What is the digit represented by $B$ ?
Try this beautiful Problem based on area from AMC 8 2020.
Probability Problem - AMC 8 2020 Problem 18
Rectangle $A B C D$ is inscribed in a semicircle with diameter $\overline{F E}$, as shown in the figure. Let $D A=16$, and let $F D=A E=9$. What is the area of $A B C D$ ?
240
248
256
264
272
Key Concepts
Area
Semi circle
Symmetry
Suggested Book | Source | Answer
AMC 8 2020 Problem 13
240
Try with Hints
Try to find the diameter of the semicircle. So the diameter will be,
The diameter of the semicircle is $9+16+9=34$, so $O C=17$. By symmetry, $O$ is the midpoint of AD,So, $AO=OD=\frac{16}{2}=8$.
Try this triangle area Problem based on Similarity from PRMO - 2017.
Similarity Problem - PRMO 2017 Problem 30
Consider the areas of the four triangles obtained by drawing the diagonals $A C$ and $B D$ of a trapezium $A B C D$. The product of these areas, taken two at time, are computed. If among the six products so obtained, two products are 1296 and 576 , determine the square root of the maximum possible area of the trapezium to the nearest integer.
Key Concepts
Similar Triangles
Area of Triangles
Finding the maximum area
Suggested Book | Source | Answer
Challenge and Trill of Pre College Mathematics
PRMO 2017 Problem 30
The maximum possible area is 13
Try with Hints
Let us denote by $\triangle ABC$ the area of triangle ABC.
Lets the point of intersection of the diagonals of the trapezium be O
Then consider different cases and find out the different values of $x$, $y$ and the corresponding values of the area of the triangle and find the maximum of them.
Try this Number Theory Problem based on finding the number of solutions from PRMO - 2016.
Number Theory Problem - PRMO 2016 Problem 1
Consider all possible integers $n \geq 0$ such that $$ \left(5 \times 3^{m}\right)+4=n^{2} $$ holds for some corresponding integer $m \geq 0$. Find the sum of all such $n$.
Try this beautiful Problem based on probability from AMC 8 2020.
Probability Problem - AMC 8 2020 Problem 13
Jamal has a drawer containing 6 green socks, 18 purple socks, and 12 orange socks. After adding more purple socks, Jamal noticed that there is now a $60 \%$ chance that a sock randomly selected from the drawer is purple. How many purple socks did Jamal add?
6
9
12
18
24
Key Concepts
Percentage
Proportion
Probability
Suggested Book | Source | Answer
AMC 8 2020 Problem 13
9
Try with Hints
At first Let Jamal adds $x$ purple socks,
So, He have $18+x$ purple Socks now, in total He has $36+x$
So probability of drawing a purple sock is $\frac{18+x}{36+x}$
Try this beautiful Problem based on Number Pattern from AMC 8 2020.
Dot Pattern Problem - AMC 8 2020 Problem 5
Three hexagons of increasing size are shown below. Suppose the dot pattern continues so that each successive hexagon contains one more band of dots. How many dots are in the next hexagon?
35
37
39
43
49
Key Concepts
Number Pattern
Sequence
Visualization
Suggested Book | Source | Answer
AMC 8 2020 Problem 4
37
Try with Hints
Try to see the three figures carefully
First hexagon has one dot and second hexagon has 7 dots. And the 3rd hexagon has dots.
Now, If we notice carefully , we have We have $h_{1}=1$ and $h_{n+1}=h_{n}+6 n$.where, $h_{n}$ denote the number of dots in the $n$th hexagon.