AMC 10A 2025

Problem 1

Andy and Betsy both live in Mathville. Andy leaves Mathville on his bicycle at $1: 30$ traveling due north at a steady 8 miles per hour. Betsy leaves on her bicycle from the same point at 2:30, traveling due east at a steady 12 miles per hour. At what time will they be exactly the same distance from their common starting point?
(A) $3: 30$
(B) $3: 45$
(C) $4: 00$
(D) $4: 15$
(E) $4: 30$

Solution 1

We can see that at $2: 30$, Andy will be 8 miles ahead. For every hour that they both travel, Betsy will gain 4 miles on Andy. Therefore, it will take 2 more hours for Betsy to catch up, and they will be at the same point at 4:30.

Problem 2

A box contains 10 pounds of a nut mix that is 50 percent peanuts, 20 percent cashews, and 30 percent almonds. A second nut mix containing 20 percent peanuts, 40 percent cashews, and 40 percent almonds is added to the box resulting in a new nut mix that is 40 percent peanuts. How many pounds of cashews are now in the box?
(A) 3.5
(B) 4
(C) 4.5
(D) 5
(E) 6

Solution 2

$$We are given $0.2(10)=2$ pounds of cashews in the first box.
Denote the pounds of nuts in the second nut mix as $x$.

$$
\begin{gathered}
5+0.2 x=0.4(10+x) \
0.2 x=1 \
x=5
\end{gathered}
$$

Thus, we have 5 pounds of the second mix.

$$
0.4(5)+2=2+2=4
$$

Problem 3

How many isosceles triangles are there with positive area whose side lengths are all positive integers and whose longest side has length $2025 ?$
(A) 2025
(B) 2026
(C) 3012
(D) 3037
(E) 4050

Solution 3

You can split the problem into two cases:
Case 1: The two sides with equal length are both smaller than 2025, which means that they range from 1013 to 2024. There are 1012 such cases.
Case 2 : There are two sides of length 2025 , so the last side must be in the range 1 to 2025 . There are 2025 such cases. Keep in mind, an equilateral triangle also counts as an isosceles triangle, since it has at least 2 sides of equal length.
Therefore, the total number of cases is 1012+2025= 3037

Problem 4

A team of students is going to compete against a team of teachers in a trivia contest. The total number of students and teachers is 15 . Ash, a cousin of one of the students, wants to join the contest. If Ash plays with the students, the average age on that team will increase from 12 to 14 . If Ash plays with the teachers, the average age on that team will decrease from 55 to 52 . How old is Ash?
(A) 28
(B) 29
(C) 30
(D) 32
(E) 33

Solution 4

When Ash joins a team, the team's average is pulled towards his age. Let $A$ be Ash's age and $N$ be the number of people on the student team. This means that there are $15-N$ people in the teacher team. Let us write an expression for the change in the average for each team.
The students originally had an average of 12 , which became 14 when Ash joined, so there was an increase of 2 . The term $A-12$ represents how much older Ash is compared to the average of the students'. If we divide this by $N+1$, which is the number of people on the student team when Ash joins, we get the average change per team member once Ash is added. Therefore,

$$
\frac{A-12}{N+1}=2 .
$$

Similarly, for teachers, the average was originally 55 , which decreased by 3 to become 52 when Ash joined. Intuitively, $55-A$ represents how much younger Ash is than the average age of the teachers. Dividing this by the expression $(15-N)+1$, which is the new total number of people on the teacher team, represents the average change per team member once Ash joins. We can write the equation

$$
\frac{55-A}{16-N}=3
$$

To solve the system, multiply equation (1) by $N+1$, and similarly multiply equation (2) by $16-N$. Then add the equations together, canceling $A$, leaving equation $43=50-N$. From this we get $N=7$ and A =28.

Problem 5

Consider the sequence of positive integers

$$
1,2,1,2,3,2,1,2,3,4,3,2,1,2,3,4,5,4,3,2,1,2,3,4,5,6,5,4,3,2,1,2, \ldots
$$

What is the 2025th term in this sequence?
(A) 5
(B) 15
(C) 16
(D) 44
(E) 45

Solution 5

One possible way the sequence could've been constructed was by putting "mountains" going up from 1 , to $n+1$, then going back down to 2 . For example, the first few "mountains" look like this:

$$
12|1232| 123432|12345432| \ldots
$$

So, the $n^{\text {th }}$ mountain has length $2 n$ and has highest number $n+1$. We want to add mountains until we get a total length as close as possible, but not exceeding, 2025. Let the last mountain we sum be mountain $a$. Hence,

$$
\begin{gathered}
2+4+6+\ldots+2 a=2(1+2+3+\ldots+a)=a(a+1) \leq 2025 \
\Longrightarrow a^2<2025 \Longrightarrow a<45
\end{gathered}
$$

so our max $a$ is 44 . In this $44^{\text {th }}$ mountain, the max number is 45 , so the $45^{\text {th }}$ mountain has max number 46 . Next, $44(44+1)=1980$, so we're looking for the $45^{\text {th }}$ number in the $45^{\text {th }}$ mountain, which is 45 .

Problem 6

In an equilateral triangle each interior angle is trisected by a pair of rays. The intersection of the interiors of the middle $20^{\circ}$-angle at each vertex is the interior of a convex hexagon. What is the degree measure of the smallest angle of this hexagon?
(A) 80
(B) 90
(C) 100
(D) 110
(E) 120

Solution 6

Assume you have a diagram in front of you.
Because each angle of the triangle is trisected, we have $920^{\circ}$ angles. Using a side of the triangle as a base, we have an isosceles triangle with two $20^{\circ}$ angles. Using this we can show that the third angle is $140^{\circ}$.
Following that, we use the principle of vertical angles to show that one angle of the hexagon is $140^{\circ}$. And with rotational symmetry, three. The average of all 6 angles has to be $120^{\circ}$, so the answer is 100

Problem 7

Suppose $a$ and $b$ are real numbers. When the polynomial $x^3+x^2+a x+b$ is divided by $x-1$, the remainder is 4 . When the polynomial is divided by $x-2$, the remainder is 6 . What is $b-a$ ?
(A) 14
(B) 15
(C) 16
(D) 17
(E) 18

Solution 7

Use synthetic division to find that the remainder of $x^3+x^2+a x+b$ is $a+b+2$ when divided by $x-1$ and $2 a+b+12$ when divided by $x-2$. Now, we solve

$$
\left{\begin{array}{l}
a+b+2=4 \
2 a+b+12=6
\end{array}\right.
$$

This ends up being $a=-8, b=10$, so $b-a=10-(-8)= 18

Problem 8

Agnes writes the following four statements on a blank piece of paper.

Each statement is either true or false. How many false statements did Agnes write on the paper?
(A) 0
(B) 1
(C) 2
(D) 3
(E) 4

Solution 8

We first number all the statements:
1) At least one of these statements is true. 2) At least two of these statements are true. 3) At least two of these statements are false. 4) At least one of these statements is false.

We can immediately see that statement 4 must be true, as it would contradict itself if it were false. Similarly, statement 1 must be true, as all the other statements must be false if it were false, which is contradictory because statement 4 is true. Since both 1 and 4 are true, statement 2 has to be true. Therefore, statement 3 is the only false statement, making the answer 1.

Problem 9

Let $f(x)=100 x^3-300 x^2+200 x$. For how many real numbers $a$ does the graph of $y=f(x-a)$ pass through the point $(1,25)$ ?
(A) 1
(B) 2
(C) 3
(D) 4
(E) more than 4

Solution 9

Substitute $1-a$ for $x$ and set this expression equal to 25 . The problem boils down to finding how many real roots

$$
100(1-a)^3-300(1-a)^2+200(1-a)=25
$$

has. We further simplify this expression and create a function $f(x)$ :

$$
f(x)=-100 a^3+100 a-25
$$

Using Descarte's Rule of Signs we get:
Sign changes for $f(x)$ (possible number of positive roots): 2

$$
f(-x)=+100 a^3-100 a-25
$$

Sign changes for $f(-x)$ (possible number of negative roots): 1

Possibilities for roots:
1) 2 positive roots, 1 negative root
2) 0 positive roots, 1 negative root, 2 imaginary roots

So which one is it? We know if the function changes sign between an interval, then a root exists in that interval. From $a=0$ to $\frac{1}{2}$, the function changes sign because $f(0)=-25$ while $f\left(\frac{1}{2}\right)=+\frac{25}{2}$, so a positive root exists. This eliminates the second possibility, implying that there must be 2 positive and 1 negative roots. So the answer is $2+1= 3$.

Problem 10

A semicircle has diameter $\overline{A B}$ and chord $\overline{C D}$ of length 16 parallel to $\overline{A B}$. A smaller semicircle with diameter on $\overline{A B}$ and tangent to $\overline{C D}$ is cut from the larger semicircle, as shown below.

What is the area of the resulting figure, shown shaded?
(A) $16 \pi$
(B) $24 \pi$
(C) $32 \pi$
(D) $48 \pi$
(E) $64 \pi$

Solution 10

The problem doesn't restrict where the smaller semicircle is along the larger semicircle's diameter. Therefore, we can assume that the two semicircles are concentric. Let the center of both semicircles be $O$, and let $C D$ be tangent to the smaller semicircle at $T$. Let the radius of the smaller semicircle be $x$, and let the radius of the larger semicircle be $r$. If we mirror the diagram over $A B$, we can see that we have two concentric circles. We are trying to find $\pi\left(\frac{r^2-x^2}{2}\right)$. By Power of a Point on $T$, we can see that

$$
64=(r+x)(r-x)=r^2-x^2
$$

Thus, $\pi\left(\frac{r^2-x^2}{2}\right)=32$

Problem 11

The sequence $1, x, y, z$ is arithmetic. The sequence $1, p, q, z$ is geometric. Both sequences are strictly increasing and contain only integers, and $z$ is as small as possible. What is the value of $x+y+z+p+q$ ?
(A) 66
(B) 91
(C) 103
(D) 132
(E) 149

Solution 11

Since $1, x, y, z$ is an arithmetic sequence, we have $y=2 x-1$ and $z=3 x-2$. Since $1, p, q, z$ is a geometric sequence, we have $q=p^2$ and $z=p^3$. Thus $p^3=3 x-2$.

Because $p^3 \equiv p(\bmod 3)$, we get $3 x-2 \equiv p(\bmod 3)$, so $p \equiv 1(\bmod 3)$. The smallest integer $p>1$ satisfying this is $p=4$.
Then $64=3 x-2 \rightarrow x=22, y=43, z=64, q=16$. Therefore, $x+y+z+p+q=22+43+64+4+16= 149$.

Problem 12

Carlos uses a 4-digit passcode to unlock his computer. In his passcode, exactly one digit is even, exactly one (possibly different) digit is prime, and no digit is 0 . How many 4 -digit passcodes satisfy these conditions?
(A) 176
(B) 192
(C) 432
(D) 464
(E) 608

Solution 12

The only two digits that are neither prime nor even are 1 and 9 . We split this problem into cases based on the number of 2 s . This is because 2 is both a prime number and an even number.

Case 1: For this case, there are no 2s. For this case, there are 4 choices for where the even digit goes, and 3 choices for what the even digit is. There are then 3 choices for where the prime digit goes, and 3 choices for what the prime digit is. The last two spots have 2 choices each, 1 or 9 . This gives a total of $4 \cdot 3^3 \cdot 2^2=432$ options for this case.
Case 2: For this case, there is one 2 . There are 4 choices for where 2 goes, and 2 choices for the other three digits each. This case gives a total of $2^3 \cdot 4=32$ options!
Hence, the answer is $432+32=464$

Problem 13

In the figure below, the outside square contains infinitely many squares, each of them with the same center and sides parallel to the outside square. The ratio of the side length of a square to the side length of the next inner square is $k$, where $0<k<1$. The spaces between squares are alternately shaded as shown in the figure (which is not necessarily drawn to scale).

The area of the shaded portion of the figure is $64 \%$ of the area of the original square. What is $k$ ?
(A) $\frac{3}{5}$
(B) $\frac{16}{25}$
(C) $\frac{2}{3}$
(D) $\frac{3}{4}$
(E) $\frac{4}{5}$

Solution 13

Let the side length of the largest square be $a$, so it has area $a^2$. Hence, the second-largest square has area $a^2 k^2$, the third-largest has $a^2 k^4$, and so on.

It follows that the total shaded area is

$$
a^2-a^2 k^2+a^2 k^4-a^2 k^6+\ldots=a^2\left(1-k^2+k^4-k^6+\ldots\right)=a^2 \frac{1}{1+k^2}
$$

The ratio of the area of the shaded region to that of the original square is then

$$
\begin{gathered}
\frac{a^2 \frac{1}{1+k^2}}{a^2}=\frac{1}{1+k^2}=\frac{64}{100} \
\Longrightarrow 64+64 k^2=100 \Longrightarrow k^2=\frac{36}{64} \Longrightarrow k= \frac{3}{4} .
\end{gathered}
$$

Problem 14

Six chairs are arranged around a round table. Two students and two teachers randomly select four of the chairs to sit in. What is the probability that the two students will sit in two adjacent chairs and the two teachers will also sit in two adjacent chairs?
(A) $\frac{1}{6}$
(B) $\frac{1}{5}$
(C) $\frac{2}{9}$
(D) $\frac{3}{13}$
(E) $\frac{1}{4}$

Solution 14

Pair two students together and put them adjacent on any two seats. There are 6 ways to do this. Considering one of these cases (they are all the same), there are 4 seats left, in which we wish to arrange the teachers together. So pair the teachers together and put them adjecent on any two seats not already occupied by two of the students. There are 3 ways to do this. For all 6 cases, there are $6 \times 3=18$ favorable outcomes.
The number of ways to arrange the 2 students and 2 teachers is $\binom{6}{2} \times\binom{ 4}{2}=90$.
Our probability is $\frac{18}{90}={5}$

Problem 15

In the figure below, $A B E F$ is a rectangle, $\overline{A D} \perp \overline{D E}, A F=7, A B=1$, and $A D=5$.

What is the area of $\triangle A B C ?$
(A) $\frac{3}{8}$
(B) $\frac{4}{9}$
(C) $\frac{1}{8} \sqrt{13}$
(D) $\frac{7}{15}$
(E) $\frac{1}{8} \sqrt{15}$

Solution 15

Because $A B E F$ is a rectangle, $\angle A B C=90$. We are given that $\angle A D E=90$, and since $\angle E C D=\angle A C B$ by vertical angles, $\triangle E C D \sim \triangle A C B$. Let $A C=x$. By the Pythagorean Theorem, $C B=\sqrt{x^2-1}$. Since $A F=B E=7, E C=7-\sqrt{x^2-1}$. Because $A C=x$ and $A D=5, C D=5-x$. By similar triangles,

$$
\frac{7-\sqrt{x^2-1}}{x}=\frac{5-x}{\sqrt{x^2-1}}
$$

. Cross-multiplying, we get that

$$
7 \sqrt{x^2-1}-x^2+1=5 x-x^2
$$

, so

$$
7 \sqrt{x^2-1}=5 x-1
$$

. We square both sides, and this is simply a quadratic in $x$ :

$$
24 x^2+10 x-50=0
$$

, which has a positive root $x=\frac{5}{4}$. Since $A B=1$, we can plug this into the Pythagorean Theorem, with $\frac{5}{4}$ being the hypotenuse, to get $B C=\frac{3}{4}$, and $1 \cdot \frac{\frac{3}{4}}{2}$ to equal $[A B C]= \frac{3}{8}$

Problem 16

There are three jars. Each of three coins is placed in one of the three jars, chosen at random and independently of the placements of the other coins. What is the expected number of coins in a jar with the most coins?
(A) $\frac{4}{3}$
(B) $\frac{13}{9}$
(C) $\frac{5}{3}$
(D) $\frac{17}{9}$
(E) 2

Solution 16

We have three coins and three jars. Each coin is placed independently and randomly into one of the jars. Let $M$ be the maximum number of coins in any jar. We want to compute the expected value of $M$.

Step 1: Count total outcomes
Each coin has 3 choices, so the total number of equally likely placements is $3^3=27$.
Step 2: Casework on the maximum number of coins
Case 1: $M=1$. This occurs when each jar has exactly one coin. There are $3!=6$ assignments of coins to jars. Hence, $\operatorname{Pr}(M=1)=\frac{6}{27}=\frac{2}{9}$.
Case 2: $M=3$. This occurs when all three coins fall into the same jar. There are 3 jars to choose from, so $\operatorname{Pr}(M=3)=\frac{3}{27}=\frac{1}{9}$.
Case 3: $M=2$. This occurs when one jar has 2 coins, another jar has 1 coin, and the last jar has 0 coins. We can choose which jar gets 2 coins in 3 ways, which jar gets 1 coin in 2 ways, and which 2 coins out of the 3 go into the jar with two coins, so we multiply by $\binom{3}{2}$, which is just 3 (note we don't have to do this for the earlier cases because for case 2 , all 3 coins go into one jar, and for case 1 , the factorial already accounts for that). Therefore, there are $3^2 \cdot 2=18$ outcomes. Thus, $\operatorname{Pr}(M=2)=\frac{18}{27}=\frac{2}{3}$.
Step 3: Compute the expected value The expected value of $M$ is $\mathbb{E}[M]=1 \cdot \frac{2}{9}+2 \cdot \frac{2}{3}+3 \cdot \frac{1}{9}$. Converting everything to ninths, we have $\mathbb{E}[M]=\frac{2}{9}+\frac{12}{9}+\frac{3}{9}=\frac{17}{9}$.
Hence, the expected number of coins in the jar with the most coins is $\frac{17}{9}$.

Problem 17

Let $N$ be the unique positive integer such that dividing 273436 by $N$ leaves a remainder of 16 and dividing 272760 by $N$ leaves a remainder of 15 . What is the tens digit of $N$ ?
(A) 0
(B) 1
(C) 2
(D) 3
(E) 4

Solution 17

The problem statement implies that $N$ divides both $273436-16=273420$ and $272760-15=272745$. We want to find $N>16$ that satisfies both of these conditions. Hence, we can just find the greatest common divisor of the two numbers. $\operatorname{gcd}(273420,272745)=\operatorname{gcd}(675,272745)=\operatorname{gcd}(675,45)=45$ by the Euclidean Algorithm, so the answer is 4.

Problem 18

The harmonic mean of a collection of numbers is the reciprocal of the arithmetic mean of the reciprocals of the numbers in the collection. For example, the harmonic mean of 4,4 , and 5 is

$$
\frac{1}{\frac{1}{3}\left(\frac{1}{4}+\frac{1}{4}+\frac{1}{5}\right)}=\frac{30}{7}
$$

What is the harmonic mean of all the real roots of the 4050th degree polynomial

$$
\prod_{k=1}^{2025}\left(k x^2-4 x-3\right)=\left(x^2-4 x-3\right)\left(2 x^2-4 x-3\right)\left(3 x^2-4 x-3\right) \ldots\left(2025 x^2-4 x-3\right) ?
$$

(A) $-\frac{5}{3}$
(B) $-\frac{3}{2}$
(C) $-\frac{6}{5}$
(D) $-\frac{5}{6}$
(E) $-\frac{2}{3}$

Solution 18

We will need to determine the sum of the reciprocals of the roots. To find the sum of the reciprocals of the roots $p, q$ of the quadratic $a x^2+b x+c$, we use Vieta's formulas. Recall that $p+q=-b / a$ and $p q=c / a$. Therefore,

$$
\frac{1}{p}+\frac{1}{q}=\frac{p+q}{p q}=\frac{\frac{-b}{a}}{\frac{c}{a}}=\frac{-b}{a} \cdot \frac{a}{c}=\frac{-b}{c}
$$

which doesn't depend on $a$.
The sum of the reciprocals of the roots of the quadratic $x^2-4 x-3$ is $\frac{-(-4)}{-3}=-4 / 3$. The same is true for every quadratic in the form $a x^2-4 x-3$. The sum of all the reciprocals of the roots of $a x^2+b x+c$ is $2025 \cdot\left(-\frac{4}{3}\right)$.
Because we have 2025 quadratics, there are $2 \cdot 2025=4050$ total roots. Our answer is $\frac{1}{\frac{1}{4050} \cdot \frac{-4 \cdot 2025}{3}}=-\frac{3}{2}$.

Problem 19

An array of numbers is constructed beginning with the numbers $-1 \quad 3 \quad 1$ in the top row. Each adjacent pair of numbers is summed to produce a number in the next row. Each row begins and ends with -1 and 1 , respectively.

$$
\begin{array}{cccccccc}
& & -1 & & 3 & & 1 & \
& & & & & & & \
-1 & & 2 & & 4 & & 1 & \
& & & & & & & \
-1 & 1 & & 6 & & 5 & & 1
\end{array}
$$

If the process continues, one of the rows will sum to 12,288 . In that row, what is the third number from the left?
(A) -29
(B) -21
(C) -14
(D) -8
(E) -3

Solution 19

Consider the polynomial $f(x)=-x^2+3 x+1$. When we multiply this polynomial by $x+1$, we are essentially doing the operation given in the problem (When we multiply $p(x)$ by $x+1$, a term of degree $d$ in the yielded expression is the sum of $1 \cdot$ (degree d ) and $x \cdot$ (degree $\mathrm{d}-1$ ) in $p(x)$ This effect is visible in Pascal's Triangle). So, if we let the coefficients of $f(x)$ be the zero row of the array, then the $n^{\text {th }}$ row is just the coefficients of $f(x)(x+1)^n$. The next thing to note is that the sum of the coefficients in any polynomial $p(x)$ is just $p(1)$. Therefore, the sum of the entries in the $n^{\text {th }}$ row of the array is $f(1)(1+1)^n=3 \cdot 2^n$. Letting this equal 12288 , we get $n=12$. We are looking for the $3^{\text {rd }}$ term in the $12^{\text {th }}$ row. The $12^{\text {th }}$ row is given by the coefficients of $f(x)(x+1)^{12}=\left(-x^2+3 x+1\right)(x+1)^{12}$. Since the degree of the resulting expression is 14 , the third term in the row is just the coefficient of $x^{12}$ in the expression, which is $-\binom{12}{10}+3\binom{12}{11}+1=-29$.

Problem 20

A silo (right circular cylinder) with diameter 20 meters stands in a field. MacDonald is located 20 meters west and 15 meters south of the center of the silo. McGregor is located 20 meters east and $g>0$ meters south of the center of the silo. The line of sight between MacDonald and McGregor is tangent to the silo. The value of $g$ can be written as $\frac{a \sqrt{b}-c}{d}$, where $a, b, c$, and $d$ are positive integers, $b$ is not divisible by the square of any prime, and $d$ is relatively prime to the greatest common divisor of $a$ and $c$. What is $a+b+c+d$ ?
(A) 119
(B) 120
(C) 121
(D) 122
(E) 123

Solution 20

Let the silo center be $O$, let the point MacDonald is situated at be $A$, and let the point 20 meters west of the silo center be $B . A B O$ is then a right triangle with side lengths 15,20 , and 25 .

Let the point 20 meters east of the silo center be $C$, and let the point McGregor is at be $D$ with $C D=g>0$. Also let $A D$ be tangent to circle $O$ at $E$.

Extend $B C$ and $A D$ to meet at point $F$. This creates 3 similar triangles, $\triangle A B F \sim \triangle D C F \sim \triangle O E F$. Let the distance between point $C$ and $F$ be $x$. The similarity ratio between triangles $A B F$ and $D C F$ is then $\frac{\text { longer leg }}{\text { shorter leg }}=\frac{40+x}{15}=\frac{x}{g}$

This is currently unsolvable so we bring in triangle $O E F$. The hypotenuse of triangle $O E F$ is $O F=20+x$ and its shorter leg is the radius of the silo $=10$. We can then establish a second similarity relationship between triangles $O E F$ and $A B F$ with $\frac{\text { shorter leg }}{\text { hypotenuse }}=\frac{10}{20+x}=\frac{15}{A F}$

Now we find the hypotenuse of $A B F$ in terms of $x$ using the Pythagorean theorem. $A F^2=15^2+(40+x)^2$. Which simplifies to $A F^2=225+1600+80 x+x^2=1825+80 x+x^2$ So $A F=\sqrt{x^2+80 x+1825}$

Plugging back in we get $\frac{10}{20+x}=\frac{15}{\sqrt{x^2+80 x+1825}}$. Now we can begin to break this down by multiplying both sides by both denominators. $10\left(\sqrt{x^2+80 x+1825}\right)=15(20+x)$ Dividing both sides by 5 then squaring yields, $4 x^2+320 x+7300=9 x^2+360 x+3600$ This furthermore simplifies to $5 x^2+40 x-3700=0$ At which point we can divide off a 5 and then apply the quadratic formula on $x^2+8 x-740=0$ which we take the positive root of.

$$
x=\frac{-8+\sqrt{64+2960}}{2}=\frac{-8+\sqrt{3024}}{2}=\frac{-8+\sqrt{144 \cdot 21}}{2} .
$$

Simplifying yields that $x=6 \sqrt{21}-4$

Then to solve for $g$ we simply plug $6 \sqrt{21}-4$ back into the first similarity ratio to get $\frac{36+6 \sqrt{21}}{15}=\frac{6 \sqrt{21}-4}{g}$

Multiply both sides by $15 g$ and dividing by $36+6 \sqrt{21}$ will let us solve for $g=\frac{15(6 \sqrt{21}-4)}{36+6 \sqrt{21}}$ and after rationalizing the denominator we get $\frac{20 \sqrt{21}-75}{3} \cdot 20+21+75+3=119$

Problem 21

A set of numbers is called sum-free if whenever $x$ and $y$ are (not necessarily distinct) elements of the set, $x+y$ is not an element of the set. For example, ${1,4,6}$ and the empty set are sum-free, but ${2,4,5}$ is not. What is the greatest possible number of elements in a sum-free subset of ${1,2,3, \ldots, 20}$ ?
(A) 8
(B) 9
(C) 10
(D) 11
(E) 12

Solution 21

Let our subset be ${11,12,13, \ldots, 20}$. If we add any element from the set ${1,2,3, \ldots, 10}$ to our current subset, we will have to remove at least one element from our subset. Hence, the maximum size of our subset is 10 .

Problem 22

A circle of radius $r$ is surrounded by three circles, whose radii are 1,2 , and 3 , all externally tangent to the inner circle and externally tangent to each other, as shown in the diagram below.

What is $r$ ?
(A) $\frac{1}{4}$
(B) $\frac{6}{23}$
(C) $\frac{3}{11}$
(D) $\frac{5}{17}$
(E) $\frac{3}{10}$

Solution 22

Descartes' Circle Formula (curvatures $k_i=\frac{1}{r_i}$ )

$$
k_4=k_1+k_2+k_3 \pm 2 \sqrt{k_1 k_2+k_2 k_3+k_3 k_1}
$$

For radii $1,2,3$ we have

$$
k_1=1, \quad k_2=\frac{1}{2}, \quad k_3=\frac{1}{3}
$$

Compute the sum and the square-root term

$$
k_1+k_2+k_3=\frac{11}{6}, \quad k_1 k_2+k_2 k_3+k_3 k_1=1
$$

Therefore

$$
k_4=\frac{11}{6} \pm 2
$$

Choose the plus sign for the small circle tangent externally to the three given circles

$$
k_4=\frac{11}{6}+2=\frac{23}{6}, \quad r_4=\frac{1}{k_4}=\frac{6}{23}
$$

Problem 23

Triangle $\triangle A B C$ has side lengths $A B=80, B C=45$, and $A C=75$. The bisector of $\angle B$ and the altitude to side $\overline{A B}$ intersect at point $P$. What is $B P$ ?
(A) 18
(B) 19
(C) 20
(D) 21
(E) 22

Solution 23

Let $C D \perp A B$ with foot $D$. Right triangles $A C D$ and $B C D$ give $A C^2=A D^2+C D^2, B C^2=B D^2+C D^2$,

$$
A C^2-B C^2=A D^2-B D^2=(A D-B D)(A D+B D)
$$

Since $A D+B D=A B=80$ and $A C^2-B C^2=75^2-45^2=3600$, we get the equation $3600=80(A D-B D)$. This equation simplifies to $45=A D-B D$. We can solve the system of equations $A D+B D=80$ and $A D-B D=45$ easily via elimination, and we

$$
\text { get } A D=\frac{125}{2}, B D=\frac{35}{2} . C D^2=A C^2-A D^2=75^2-\left(\frac{125}{2}\right)^2=\frac{6875}{4}, C D=\frac{25 \sqrt{11}}{2} \text {. }
$$

By Angle Bisector Theorem, $\frac{D P}{P C}=\frac{D B}{B C}=\frac{\frac{35}{2}}{45}=\frac{7}{18}, P C=C D-D P$ thus, $18 D P=7(C D-D P), 25 D P=7 C D$,

$$
\begin{aligned}
& D P=\left(\frac{7}{25}\right) C D=\left(\frac{7}{25}\right)\left(\frac{25 \sqrt{11}}{2}\right)=\frac{7 \sqrt{11}}{2} \
& B P^2=B D^2+D P^2=\left(\frac{35}{2}\right)^2+\left(\frac{7 \sqrt{11}}{2}\right)^2=\frac{1225}{4}+\frac{49(11)}{4}=\frac{1764}{4}=441, \text { thus } B P= 21 .
\end{aligned}
$$

Problem 24

Call a positive integer fair if no digit is used more than once, it has no 0s, and no digit is adjacent to two greater digits. For example, 196, 23, and 12463 are fair, but 1546,320 , and 34321 are not fair. How many fair positive integers are there?
(A) 511
(B) 2584
(C) 9841
(D) 17711
(E) 19682

Solution 24

Note every fair number will have an increasing string of digits, a maximum digit, then a decreasing string of digits. This is because if it decreases then increases, then the digit in the middle will be less than its adjacent digits.

Let $n$ be the maximum digit. For each number $i<n$, we may either place $i$ before $n$, after $n$, or choose not to include it. Note this process will result in a unique number for every case, as the numbers before $n$ must be in increasing order, and the numbers after $n$ must be in decreasing order. Therefore, for each number $n$, we have $3^{n-1}$ cases.
Since $n \in{1,2, \cdots 9}$, we have:

$$
\sum_{n=1}^9 3^{n-1}=\frac{3^9-1}{3-1}=9841
$$

Problem 25

A point $P$ is chosen at random inside square $A B C D$. The probability that $\overline{A P}$ is neither the shortest nor the longest side of $\triangle A P B$ can be written as $\frac{a+b \pi-c \sqrt{d}}{e}$, where $a, b, c, d$, and $e$ are positive integers, $\operatorname{gcd}(a, b, c, e)=1$, and $d$ is not divisible by the square of a prime. What is $a+b+c+d+e$ ?
(A) 25
(B) 26
(C) 27
(D) 28
(E) 29

Solution 25

Assume the sides of this square is 1 , hence we only need to find the area of the desired regions. From Solution 1, it is easy to see that the regions are the bottom left region c and the top right region b , hence we must compute $b+c$. Also, define $k$ to be the circular segment. We have two equations right off the bat:
$2 a+2 b+2 c=1 \Longrightarrow a+b+c=\frac{1}{2}$ since the sum of all regions is just the area of the square and also, $2 b+a=\frac{\pi}{4}$, just the area of a quarter-circle.
Next, $\triangle A B N$ has a area of $\frac{\sqrt{3}}{4}$ since it is just an equilateral triangle with length 1 (each side is a radius of a circle with radius of 1 ). From the diagram, $2 k+[A B N]=2 k+\frac{\sqrt{3}}{4}=2 b$. Subsequently, we see that sector $A D N$ has an angle of $90-60=30$ and is the sum of $a+k$. Therefore, $a+k=\frac{\pi}{12}$.
Multiply this equation by 2 : $2 a+2 k=\frac{\pi}{6}$ and combining it with $2 b-2 k=\frac{\sqrt{3}}{4}$ yields $2 a+2 b=\frac{\pi}{6}+\frac{\sqrt{3}}{4}$. Since we also have that $2 b+a=\frac{\pi}{4}$, subtracting this from the equation yields $a=\left(\frac{\pi}{6}+\frac{\sqrt{3}}{4}\right)-\left(\frac{\pi}{4}\right)=\frac{-\pi}{12}+\frac{\sqrt{3}}{4}$. We are to find $b+c=\frac{1}{2}-a=\frac{1}{2}-\left(\frac{\sqrt{3}}{4}-\frac{\pi}{12}\right)=\frac{1}{2}-\frac{\sqrt{3}}{4}+\frac{\pi}{12}=\frac{6+\pi-3 \sqrt{3}}{12}$.
At last, $a+b+c+d+e=6+1+3+3+12= 25$.

IOQM 2025 Questions, Answer Key, Solutions

Answer Key

Answer 1
40
Answer 2
17
Answer 3
18
Answer 4
5
Answer 5
36
Answer 6
18
Answer 7
576
Answer 8
44
Answer 9
28
Answer 10
15
Answer 11
80
Answer 12
38
Answer 13
13
Answer 14
11
Answer 15
75
Answer 16
8
Answer 17
8
Answer 18
1
Answer 19
72
Answer 20
42
Answer 21
80
Answer 22
7
Answer 23
19
Answer 24
66
Answer 25
9
Answer 26
6
Answer 27
37
Answer 28
12
Answer 29
33
Answer 30
97

Problem 1

If $60 \%$ of a number $x$ is 40 , then what is $x \%$ of 60 ?

Problem 2

Find the number of positive integers $n$ less than or equal to 100 , which are divisible by 3 but are not divisible by 2.

Problem 3

The area of an integer-sided rectangle is 20 . What is the minimum possible value of its perimeter?

Problem 4

How many isosceles integer-sided triangles are there with perimeter 23?

Problem 5

How many 3 -digit numbers $a b c$ in base 10 are there with $a \neq 0$ and $c=a+b$ ?

Problem 6

The height and the base radius of a closed right circular cylinder are positive integers and its total surface area is numerically equal to its volume. If its volume is $k \pi$ where $k$ is a positive integer, what is the smallest possible value of $k$ ?

Problem 7

A quadrilateral has four vertices $A, B, C, D$. We want to colour each vertex in one of the four colours red, blue, green or yellow, so that every side of the quadrilateral and the diagonal $A C$ have end points of different colours. In how many ways can we do this?

Problem 8

The sum of two real numbers is a positive integer $n$ and the sum of their squares is $n+1012$. Find the maximum possible value of $n$.

Problem 9

Four sides and a diagonal of a quadrilateral are of lengths $10, 20, 28, 50, 75$, not necessarily in that order. Which amongst them is the only possible length of the diagonal?

Problem 10

The age of a person (in years) in 2025 is a perfect square. His age (in years) was also a perfect square in 2012. His age (in years) will be a perfect cube $m$ years after 2025. Determine the smallest value of $m .=15$

Problem 11

There are six coupons numbered 1 to 6 and six envelopes, also numbered 1 to 6 . The first two coupons are placed together in any one envelope. Similarly, the third and the fourth are placed together in a different envelope, and the last two are placed together in yet another different envelope. How many ways can this be done if no coupon is placed in the envelope having the same number as the coupon?

Problem 12

Consider five-digit positive integers of the form $\overline{a b c a b}$ that are divisible by the two digit number $a b$ but not divisible by 13 . What is the largest possible sum of the digits of such a number?

Problem 13

A function $f$ is defined on the set of integers such that for any two integers $m$ and $n$,

$$
f(m n+1)=f(m) f(n)-f(n)-m+2
$$

holds and $f(0)=1$. Determine the largest positive integer $N$ such that $\sum_{k=1}^N f(k)<100$ .

Problem 14

Consider a fraction $\frac{a}{b} \neq \frac{3}{4}$, where $a, b$ are positive integers with $\operatorname{gcd}(a, b)=1$ and $b \leq 15$. If this fraction is chosen closest to $\frac{3}{4}$ amongst all such fractions, then what is the value of $a+b$ ?

Problem 15

Three sides of a quadrilateral are $a=4 \sqrt{3}, b=9$ and $c=\sqrt{3}$. The sides $a$ and $b$ enclose an angle of $30^{\circ}$, and the sides $b$ and $c$ enclose an angle of $90^{\circ}$. If the acute angle between the diagonals is $x^{\circ}$, what is the value of $x$ ?

Problem 16

$f(x)$ and $g(x)$ be two polynomials of degree 2 such that

$$
\frac{f(-2)}{g(-2)}=\frac{f(3)}{g(3)}=4
$$

If $g(5)=2, f(7)=12, g(7)=-6$, what is the value of $f(5)$ ?

Problem 17

The triangle $A B C, \angle B=90^{\circ}, A B=1$ and $B C=2$. On the side $B C$ there are two points $D$ and $E$ such that $E$ lies between $C$ and $D$ and $D E F G$ is a square, where $F$ lies on $A C$ and $G$ lies on the circle through $B$ with centre $A$. If the area of $D E F G$ is $\frac{m}{n}$ where $m$ and $n$ are positive integers with $\operatorname{gcd}(m, n)=1$, what is the value of $m+n$ ?

Problem 18

$M T A I$ is a parallelogram of area $\frac{40}{41}$ square units such that $M I=1 / M T$. If $d$ is the least possible length of the diagonal $M A$, and $d^2=\frac{a}{b}$, where $a, b$ are positive integers with $\operatorname{gcd}(a, b)=1$, find $|a-b|$.

Problem 19

Let $N$ be the number of nine-digit integers that can be obtained by permuting the digits of 223334444 and which have at least one 3 to the right of the right-most occurrence of 4 . What is the remainder when $N$ is divided by $100$?

Problem 20

Let $f$ be the function defined by

$$
f(n)=\text { remainder when } n^n \text { is divided by } 7,
$$

for all positive integers $n$. Find the smallest positive integer $T$ such that $f(n+T)=f(n)$ for all positive integers $n$.

Problem 21

Let $P(x)=x^{2025}, Q(x)=x^4+x^3+2 x^2+x+1$. Let $R(x)$ be the polynomial remainder when the polynomial $P(x)$ is divided by the polynomial $Q(x)$. Find $R(3)$.

Problem 22

Let $A B C D$ be a rectangle and let $M, N$ be points lying on sides $A B$ and $B C$, respectively. Assume that $M C= C D$ and $M D=M N$, and that points $C, D, M, N$ lic on a circle. If $(A B / B C)^2=m / n$ where $m$ and $n$ are positive integers with $\operatorname{gcd}(m, n)=1$, what is the value of $m+n$ ?

Problem 23

Let \(A B C D\) be a rectangle and let \(M, N\) be points lying on sides \(A B\) and \(B C\), respectively. Assume that \(M C= C D\) and \(M D=M N\), and that points \(C, D, M, N\) lie on a circle. If \((A B / B C)^2=m / n\) where \(m\) and \(n\) are positive integers with \(\operatorname{gcd}(m, n)=1\), what is the value of \(m+n\) ?

Problem 24

There are $m$ blue marbles and $n$ red marbles on a table. Armaan and Babita play a game by taking turns. In each turn the player has to pick a marble of the colour of his/her choice. Armaan starts first, and the player who picks the last red marble wins. For how many choices of $(m, n)$ with $1 \leq m, n \leq 11$ can Armaan force a win?

Problem 25

For some real numbers $m, n$ and a positive integer $a$, the list $(a+1) n^2, m^2, a(n+1)^2$ consists of three consecutive integers written in increasing order. What is the largest possible value of $m^2$ ?

Problem 26

Let $S$ be a circle of radius 10 with centre $O$. Suppose $S_1$ and $S_2$ are two circles which touch $S$ internally and intersect each other at two distinct points $A$ and $B$. If $\angle O A B=90^{\circ}$ what is the sum of the radii of $S_1$ and $S_2$ ?

Solution

Problem 27

A regular polygon with $n \geq 5$ vertices is said to be colourful if it is possible to colour the vertices using at most 6 colours such that each vertex is coloured with exactly one colour, and such that any 5 consecutive vertices have different colours. Find the largest number $n$ for which a regular polygon with $n$ vertices is not colourful.

Solution

Problem 28

Find the number of ordered triples $(a, b, c)$ of positive integers such that $1 \leq a, b, c \leq 50$ which satisfy the relation

$$
\frac{\operatorname{lcm}(a, c)+\operatorname{lcm}(b, c)}{a+b}=\frac{26 c}{27}
$$

Here, by $\operatorname{lcm}(x, y)$ we mean the LCM, that is, least common multiple of $x$ and $y$.

Problem 29

Consider a sequence of real numbers of finite length. Consecutive four term averages of this sequence are strictly increasing, but consecutive seven term averages are strictly decreasing. What is the maximum possible length of such a sequence?

Problem 30

Assume $a$ is a positive integer which is not a perfect square. Let $x, y$ be non-negative integers such that $\sqrt{x-\sqrt{x+a}}=\sqrt{a}-y$. What is the largest possible value of $a$ such that $a<100 ?$

NMTC - Screening Test – Ramanujan Contest 2025

PART – A

Problem 1

If four different positive integers \(m, n, p, q\) satisfy the equation
\(7-m)(7-n)(7-p)(7-q)=4\)

then the sum \(m+n+p+q\) is equal to

A. 10
B. 24
C. 28
D. 36

Problem 2

A three member sequence \(a, b, c\) is said to be a up-down sequence if \(ac\). For example \(1,3,2\) is a up-down sequence. The sequence 1342 contains three up-down sequences: \((1,3,2),(1,4,2)\) and \((3,4,2)\). How many up-down sequences are contained in the sequence 132597684?

A. 32
B. 34
C. 36
D. 38

Problem 3

For a positive integer \(n\), let \(P(n)\) denote the product of the digits of \(n\) when \(n\) is written in base 10. For example, \(P(123)=6\) and \(P(788)=448\). If \(N\) is the smallest positive integer such that \(P(N)>1000\), and \(N\) is written as \(100 x+y\) where \(x, y\) are integers with \(0 \leq x, y<100\), then \(x+y\) equals

A. 112
B. 114
C. 116
D. 118

Problem 4

The sum of 2025 consecutive odd integers is \(2025^{2025}\). The largest of these off numbers is

A. \(2025^{2024}+2024\)
B. \(2025^{2024}-2024\)
C. \(2025^{2023}+2024\)
D. \(2025^{2023}-2024\)

Problem 5

\(A B C\) is an equilateral triangle with side length 6. \(P, Q, R\) are points on the sides \(A B, B C, C A\) respectively such that \(A P=B Q=C R=1\). The ratio of the area of the triangle \(A B C\) to the area of the triangle \(P Q R\) is

A. \(36: 25\)
B. \(12: 5\)
C. \(6: 5\)
D. \(12: 7\)

Problem 6

How many three-digit positive integers are there if the digits are the side lengths of some isosceles or equilateral triangle?

A. 45
B. 81
C. 165
D. 216

Problem 7

All the positive integers whose sum of digits is 7 are written in the increasing order. The first few are \(7,16,25,34,43, \ldots\). What is the 125 th number in this list?

A. 7000
B. 10006
C. 10024
D. 10042

Problem 8

The bisectors of the angles \(A, B, C\) of the triangle \(A B C\) meet the circum circle of the triangle again at the points \(D, E, F\) respectively. What is the value of
\(\frac{A D \cos \frac{A}{2}+B E \cos \frac{B}{2}+C F \cos \frac{C}{2}}{\sin A+\sin B+\sin C}\)

if the circum radius of \(A B C\) is 1 ?

A. 2
B. 4
C. 6
D. 8

Problem 9

For a real number \(x\), let \(\lfloor x\rfloor\) be the greatest integer less than or equal to \(x\). For example, \([1.7]=1\) and \([\sqrt{2}]=1\). Let \(N=\left\lfloor\frac{10^{93}}{10^{31}+3}\right\rfloor\). Find the remainder when \(N\) is divided by 100.

A. 1
B. 8
C. 22
D. 31

Problem 10

A point \((x, y)\) in the plane is called a lattice point if both its coordinates \(x, y\) are integers. The number of lattice points that lie on the circle with center at \((199,0)\) and radius 199 is

A. 4
B. 8
C. 12
D. 16

Problem 11

The sum of all real numbers \(p\) such that the equation

\(5 x^3-5(p+1) x^2+(71 p-1) x-(66 p-1)=0\)

has all its three roots positive integers.

A. 70
B. 74
C. 76
D. 88

Problem 12

If \(1-x+x^2-x^3+\cdots+x^{20}\) is rewritten in the form

\(a_0+a_1(x-4)+a_2(x-4)^2+\cdots+a_{20}(x-4)^{20}\), where \(a_0, a_1, \ldots, a_{20}\)

are all real numbers, the value of \(a_0+a_1+a_2+\cdots+a_{20}\) is

A. \(\frac{5^{21}+1}{6}\)
B. \(\frac{5^{21}-1}{6}\)
C. \(\frac{5^{20}+1}{6}\)
D. \(\frac{5^{20}-1}{6}\)

Problem 13

For a positive integer \(n\), a distinct 3-partition of \(n\) is a triple \( (a, b, c) \) of positive integers such that \(a<b<c\) and \(a+b+c=n\). For example, \((1,2,4)\) is a distinct 3 -partition of 7 . The number of distinct 3-partitions of 15 is

A. 10
B. 12
C. 13
D. 15

Problem 14

If \(m\) and \(n\) are positive integers such that \(30 m n-6 m-5 n=2019\), what is the value of \(30 m n-5 m-6 n ?\)

A. 1900
B. 2020
C. 1939
D. Can not be found from the given information

Problem 15

A class of 100 students takes a six question exam. For the first question, a student receives 1 point for answering correctly, -1 point for answering incorrectly or not answering at all. For the second question, the student receives 2 points for answering correctly and -2 points for answering incorrectly or not answering at all and so on. What is the minimum number of students having the same scores?

A. 6
B. 5
C. 0
D. Can not be found from the given information

Part B

Problem 16

The value of

\(\frac{1}{2}+\frac{1^2+2^2}{6}+\frac{1^2+2^2+3^2}{12}+\frac{1^2+2^2+3^2+4^2}{20}+\cdots+\frac{1^2+2^2+\cdots+60^2}{3660}\)

is ________ .

Problem 17

The largest prime divisor of \(3^{21}+1\) is _________

Problem 18

A circular garden divided into 10 equal sectors needs to be planted with flower plants that yield flowers of 3 different colors, in such a way that no two adjacent sectors will have flowers of the same color. The number of ways in which this can be done is _________

Problem 19

We call an integer special if it is positive and we do not need to use the digit 0 to write it down in base 10. For example, 2126 is special whereas 2025 is not. The first 10 special numbers are \(1,2,3,4,5,6,7,8,9,11\). The 2025th special number is _________ .

Problem 20

Let \(a, b, c\) be non zero real numbers such that \(a+b+c=0\) and \(a^3+b^3+c^3=a^5+b^5+c^5\). The value of \(\frac{5}{a^2+b^2+c^2}\) is _________ .

Problem 21

The equation \(x^3-\frac{1}{x}=4\) has two real roots \(\alpha, \beta\). The value of \((\alpha+\beta)^2\) is _________

Problem 22

If \(x, y, z\) are positive integers satisfying the system of equations

\(\begin{aligned} x y+y z+z x & =2024 \ x y z+x+y+z & =2025\end{aligned}\)

find \(\max (x, y, z)\) . ________

Problem 23

If \(p, q, r\) are primes such that \(p q+q r+r p=p q r-2025\), find \(p+q+r .\). __________

Problem 24

A cyclic quadrilateral has side lengths \(3,5,5,8\) in this order. If \(R\) is its circumradius, find \(3 R^2\). __________

Problem 25

Consider the sequence of numbers \(24,2534,253534,25353534, \ldots\). Let \(N\) be the first number in the sequence that is divisible by 99 . Find the number of digits in the base 10 representation of \(N\). _____________

Problem 26

An isosceles triangle has integer sides and has perimeter 16. Find the largest possible area of the triangle. ____________

Problem 27

Suppose that \(a, b, c\) are positive real numbers such that \(a^2+b^2=c^2\) and \(a b=c\). Find the value of

\(\frac{(a+b+c)(a-b+c)(a+b-c)(a-b-c)}{c^2}\) ______________

Problem 28

In a right angled triangle with integer sides, the radius of the inscribed circle is 12. Compute the largest possible length of the hypotenuse. _______________

Problem 29

Points \(C\) and \(D\) lie on opposite sides of the line \(A B\). Let \(M\) and \(N\) be the centroids of the triangles \(A B C\) and \(A B D\) respectively. If \(A B=25, B C=24, A C=7, A D=20\) and \(B D=15\), find \(M N\). __________

Problem 30

Let \(a_0=1\) and for \(n \geq 1\), define \(a_n=3 a_{n-1}+1\). Find the remainder when \(a_{11}\) is divided by 97. ___________

NMTC - Screening Test – KAPREKAR Contest - 2025

Part 1

Problem 1

\(A B\) is a straight road of length 400 metres. From \(A\), Samrud runs at a speed of \(6 \mathrm{~m} / \mathrm{s}\) towards \(B\) and at the same time Saket starts from \(B\) and runs towards \(A\) at a speed of \(5 \mathrm{~m} / \mathrm{s}\). After reaching their destinations, they return with the same speeds. They repeat it again and again. How many times do they meet each other in 15 minutes?

A) 25
B) 23
C) 24
D) 20

Problem 2

In the adjoining figure, the measure of the angle \(x\) is

A) \(84^{\circ}\)
B) \(44^{\circ}\)
C) \(64^{\circ}\)
D) \(54^{\circ}\)

Problem 3

The value of \(x\) which satisfies \(\frac{1}{x+a}+\frac{1}{x+b}=\frac{1}{x+a+b}+\frac{1}{x}\) is

A) \(\frac{a+b}{2}\)
B) \(\frac{a-b}{2}\)
C) \(\frac{b-a}{2}\)
D) \(\frac{-(a+b)}{2}\)

Problem 4

Two sides of an isosceles triangle are 23 cm and 17 cm respectively. The perimeter of the triangle (in cm ) is

A) 63
В) 57
C) 63 or 57
D) 40

Problem 5

\(A B C D E\) is a pentagon with \(\angle B=90^{\circ}\) and \(\angle E=150^{\circ}\).
If \(\angle C+\angle D=180^{\circ}\) and \(\angle A+\angle D=180^{\circ}\), then the external angle \(\angle D\) is

A) \(120^{\circ}\)
B) \(110^{\circ}\)
C) \(105^{\circ}\)
D) \(115^{\circ}\)

Problem 6

The unit's digit of the product \(3^{2025} \times 7^{2024}\) is

A) 1
B) 2
C) 3
D) 6

Problem 7

The smallest positive integer \(n\) for which \(18900 \times n\) is a perfect cube is

A) 1
B) 2
C) 3
D) 6

Problem 8

Two numbers \(a\) and \(b\) are respectively \(20 \%\) and \(50 \%\) more of a third number \(c\). The percentage of \(a\) to \(b\) is

A) 120 %
В) 80 %
C) 75 %
D) 110 %

Problem 9

If \(a+b=2, \frac{1}{a}+\frac{1}{b}=18\), then \(a^3+b^3\) lies between

A) 7 and 8
B) 6 and 7
C) 8 and 9
D) 5 and 6

Problem 10

If \(\sqrt{12+\sqrt[3]{x}}=\frac{7}{2}\) and \(x=\frac{p}{q^{\prime}}, p, \mathrm{q}\) are natural numbers with G.C.D. \((p, q)=1\), then \(p+q\) is

A) 65
В) 56
C) 45
D) 54

Problem 11

The smallest number of 4-digits leaving a remainder 1 when divided by 2 or

A) 5 as its unit digit
B) Only one zero as one of the digits
C) Exactly two zeroes as its digits
D) 7 as its unit digit

Problem 12

If \(a: b=2: 3, b: c=4: 5\) and \(a+c=736\), then the value of \(b\) is

A) 392
B) 378
C) 384
D) 386

Problem 13

In the given figure,

\[
\begin{aligned}
& \angle B=110^{\circ} ; \quad \angle C=80^{\circ} ; \
& \angle F=120^{\circ} ; \quad \angle A D C=30^{\circ} \
& 2 \angle D G F=\angle D E F .
\end{aligned}
\]

The measure of \(\angle B H F\) is

A) \(115^{\circ}\)
B) \(135^{\circ}\)
C) \(100^{\circ}\)
D) \(130^{\circ}\)

Problem 14

If \(\frac{1}{b+c}+\frac{1}{c+a}=\frac{2}{a+b}\), then the value of \(\frac{a^2+b^2}{c^2}\) is

A) 2
B) 1
C) 1 / 2
D) 3

Problem 15

If 3 men or 4 women can do a job in 43 days, the number of days the same job is done by 7 men and 5 women is

A) 12
B) 10
C) 11
D) 13

Part B

Problem 16

The expression \(49(a+b)^2-46(a-b)^2\) is factorized into \((l a+m b)(n a+p b)\), then the numerical value of \((l+m+n+p)\) is _________________

Problem 17

The integer part of the solution of the equation in \(x\), \(\frac{1}{3}(x-3)-\frac{1}{4}(x-8)=\frac{1}{5}(x-5)\) is ______________

Problem 18

In the adjoining figure, \(A B C\) is a triangle in which \(\angle B A C=100^{\circ}\), \(\angle A C B=30^{\circ}\). An equilateral triangle, a square and a regular hexagon are drawn as shown in the figure. The measure (in degrees) of \((x+y+z)\) is ____________

Problem 19

The mean of 5 numbers is 105 . The first number is \(\frac{2}{5}\) times the sum of the other 4 numbers. The first number is ____________

Problem 20

\(P Q R S\) is a square. The sides \(P Q\) and \(R S\) are increased by 30 % each and the sides \(Q R\) and \(P S\) are increased by 20 % each. The area of the quadrilateral thus obtained exceeds the area of the square by ___________ %.

Problem 21

If \(x^2+(2+\sqrt{3}) x-1=0\) and \(x^2+\frac{1}{x^2}=a+b \sqrt{c}\), then \((a+b+c)\) is _____________

Problem 22

In the given figure, \(A B C D\) is a rectangle.

The measure of angle \(x\) is _________________ degrees.

Problem 23

The sum of all positive integers \(m, n\) which satisfy \(m^2+2 m n+n=44\) is __________________

Problem 24

Given \(a=2025, b=2024\), the numerical value of \(\left(a+b-\frac{4 a b}{a+b}\right) \div\left(\frac{a}{a+b}-\frac{b}{b-a}+\frac{2 a b}{b^2-a^2}\right)\) is _________________

Problem 25

In the sequence \(0,7,26,63,124, \ldots \ldots \ldots\) the \(6^{\text {th }}\) term is _____________

Problem 26

\[
\text { If } A=\sqrt{281+\sqrt{53+\sqrt{112+\sqrt{81}}}}, B=\sqrt{92+\sqrt{55+\sqrt{75+\sqrt{36}}}}
\]

then \(A-B\) is _______________________

Problem 27

The average of the numbers \(a, b, c, d\) is \((b+4)\). The average of pairs \((a, b),(b, c)\) and \((c, a)\) are respectively 16,26 and 25 . Then the average of \(d\) and 67 is ___________________

Problem 28

\(A B C\) is a quadrant of a circle of radius 10 cm . Two semicircles are drawn as in the figure.

The area of the shaded portion is \(k \pi\), where \(k\) is a positive integer.

The value of \(k\) is __________________

Problem 29

In the figure, \(A B C\) and \(P Q R\) are two triangles such that \(\angle \mathrm{A}: \angle \mathrm{B}: \angle \mathrm{C}=5: 6: 7\) and \(\angle P R Q=\angle B\). \(P S\) makes an angle \(\frac{\angle P}{3}\) with \(P Q\) and \(R S\) makes an angle \(\frac{\angle S R T}{5}\) with \(R Q\). Then the measure of \(\angle S\) is ______________________

Problem 30

In a two-digit positive integer, the units digit is one less than the tens digit. The product of one less than the units digit and one more than the tens digit is 40. The number of such two-digit integers is _______________

BHASKARA Contest - NMTC - Screening Test – 2025

Problem 1

The greatest 4 -digit number such that when divided by 16,24 and 36 leaves 4 as remainder in each case is
А) 9994
B) 9940
C) 9094
D) 9904

Problem 2

\(A B C D\) is a rectangle whose length \(A B\) is 20 units and breadth is 10 units. Also, given \(A P=8\) units. The area of the shaded region is \(\frac{p}{q}\) sq unit, where \(p, q\) are natural numbers with no common factors other than 1 . The value of \(p+q\) is
A) 167
В) 147
C) 157
D) 137

Problem 3

The solution of \(\frac{\sqrt[7]{12+x}}{x}+\frac{\sqrt[7]{12+x}}{12}=\frac{64}{3}(\sqrt[7]{x})\) is of the form \(\frac{a}{b}\) where \(a, b\) are natural numbers with \(\operatorname{GCD}(a, b)=1\); then \((b-a)\) is equal to
A) 115
B) 114
C) 113
D) 125

Problem 4

The value of \((52+6 \sqrt{43})^{3 / 2}-(52-6 \sqrt{43})^{3 / 2}\) is
A) 858
В) 918
C) 758
D) 828

Problem 5

In the adjoining figure \(\angle D C E=10^{\circ}\), \(\angle C E D=98^{\circ}, \angle B D F=28^{\circ}\)
Then the measure of angle \(x\) is
A) \(72^{\circ}\)
B) \(76^{\circ}\)
C) \(44^{\circ}\)
D) \(82^{\circ}\)

Problem 6

\(A B C\) is a right triangle in which \(\angle \mathrm{B}=90^{\circ}\). The inradius of the triangle is \(r\) and the circumradius of the triangle is R . If \(\mathrm{R}: r=5: 2\), then the value of \(\cot ^2 \frac{A}{2}+\cot ^2 \frac{C}{2}\) is
A) \(\frac{25}{4}\)
B) 17
C) 13
D) 14

Problem 7

If \((\alpha, \beta)\) and \((\gamma, \beta)\) are the roots of the simultaneous equations:

\[
|x-1|+|y-5|=1 ; \quad y=5+|x-1|
\]

then the value of \(\alpha+\beta+\gamma\) is
A) \(\frac{15}{2}\)
B) \(\frac{17}{2}\)
C) \(\frac{14}{3}\)
D) \(\frac{19}{2}\)

Problem 8

Three persons Ram, Ali and Peter were to be hired to paint a house. Ram and Ali can paint the whole house in 30 days, Ali and Peter in 40 days while Peter and Ram can do it in 60 days. If all of them were hired together, in how many days can they all three complete $50 \%$ of the work?
A) $24 \frac{1}{3}$
B) $25 \frac{1}{2}$
C) $26 \frac{1}{3}$
D) $26 \frac{2}{3}$

Problem 9

$\frac{\sqrt{a+3 b}+\sqrt{a-3 b}}{\sqrt{a+3 b}-\sqrt{a-3 b}}=x$, then the value of $\frac{3 b x^2+3 b}{a x}$ is
A) 1
B) 2
C) 3
D) 4

Problem 10

The number of integral solutions of the inequation $\left|\frac{2}{x-13}\right|>\frac{8}{9}$ is
A) 1
B) 2
C) 3
D) 4

Problem 11

In the adjoining figure, $P$ is the centre of the first circle, which touches the other circle in C . PCD is along the diameter of the second circle. $\angle \mathrm{PBA}=20^{\circ}$ and $\angle \mathrm{PCA}=30^{\circ}$.

The tangents at B and D meet at E . The measure of the angle $x$ is
A) $75^{\circ}$
B) $80^{\circ}$
C) $70^{\circ}$
D) $85^{\circ}$

Problem 12

If $\alpha, \beta$ are the values of $x$ satisfying the equation $3 \sqrt{\log _2 x}-\log _2 8 x+1=0$, where $\alpha<\beta$, then the value of $\left(\frac{\beta}{\alpha}\right)$ is
A) 2
B) 4
C) 6
D) 8

Problem 13

When a natural number is divided by 11 , the remainder is 4 . When the square of this number is divided by 11 , the remainder is
A) 4
B) 5
C) 7
D) 9

Problem 14

The unit's digit of a 2-digit number is twice the ten's digit. When the number is multiplied by the sum of the digits the result is 144 . For another 2-digit number, the ten's digit is twice the unit's digit and the product of the number with the sum of its digits is 567 . Then the sum of the two 2 -digit numbers is
A) 68
В) 86
C) 98
D) 87

Problem 15

$A B C D E$ is a pentagon. $\angle A E D=126^{\circ}, \angle B A E=\angle C D E$ and $\angle A B C$ is $4^{\circ}$ less than $\angle B A E$ and $\angle B C D$ is $6^{\circ}$ less than $\angle C D E . P R, Q R$ the bisectors of $\angle B P C, \angle E Q D$ respectively, meet at $R$. Points $\mathrm{P}, \mathrm{C}, \mathrm{D}, \mathrm{Q}$ are collinear. Then measure of $\angle P R Q$ is
A) $151^{\circ}$
B) $137^{\circ}$
C) $141^{\circ}$
D) $143^{\circ}$

Problem 16

$a, b, c$ are real numbers such that $b-c=8$ and $b c+a^2+16=0$.
The numerical value of $a^{2025}+b^{2025}+c^{2025}$ is $\rule{2cm}{0.2mm}$.

Problem 17

Given $f(x)=\frac{2025 x}{x+1}$ where $x \neq-1$. Then the value of $x$ for which $f(f(x))=(2025)^2$ is $\rule{2cm}{0.2mm}$.

Problem 18

The sum of all the roots of the equation $\sqrt[3]{16-x^3}=4-x$ is $\rule{2cm}{0.2mm}$.

Problem 19

In the adjoining figure, two
Quadrants are touching at $B$.
$C E$ is joined by a straight line, whose mid-point is $F$.

The measure of $\angle C E D$ is $\rule{2cm}{0.2mm}$.

Problem 20

The value of $k$ for which the equation $x^3-6 x^2+11 x+(6-k)=0$ has exactly three positive integer solutions is $\rule{2cm}{0.2mm}$.

Problem 21

The number of 3-digit numbers of the form $a b 5$ (where $a, b$ are digits) which are divisible by 9 is $\rule{2cm}{0.2mm}$.

Problem 22

If $a=\sqrt{(2025)^3-(2023)^3}$, the value of $\sqrt{\frac{a^2-2}{6}}$ is $\rule{2cm}{0.2mm}$.

Problem 23

In a math Olympiad examination, $12 \%$ of the students who appeared from a class did not solve any problem; $32 \%$ solved with some mistakes. The remaining 14 students solved the paper fully and correctly. The number of students in the class is $\rule{2cm}{0.2mm}$.

Problem 24

When $a=2025$, the numerical value of
$\left|2 a^3-3 a^2-2 a+1\right|-\left|2 a^3-3 a^2-3 a-2025\right|$ is $\rule{2cm}{0.2mm}$.

Problem 25

A circular hoop and a rectangular frame are standing on the level ground as shown. The diagonal $A B$ is extended to meet the circular hoop at the highest point $C$. If $A B=18 \mathrm{~cm}, B C=32 \mathrm{~cm}$, the radius of the hoop (in cm ) is $\rule{2cm}{0.2mm}$.

Problem 26

' $n$ ' is a natural number. The number of ' $n$ ' for which $\frac{16\left(n^2-n-1\right)^2}{2 n-1}$ is a natural number is $\rule{2cm}{0.2mm}$.

Problem 27

The number of solutions $(x, y)$ of the simultaneous equations $\log _4 x-\log _2 y=0, \quad x^2=8+2 y^2$ is $\rule{2cm}{0.2mm}$.

Problem 28

In the adjoining figure,
$P A, P B$ are tangents.
$A R$ is parallel to $P B$

$P Q=6 ; Q R=18 .$

Length $S B= \rule{2cm}{0.2mm}$.

Problem 29

A large watermelon weighs 20 kg with $98 \%$ of its weight being water. It is left outside in the sunshine for some time. Some water evaporated and the water content in the watermelon is now $95 \%$ of its weight in water. The reduced weight in kg is $\rule{2cm}{0.2mm}$.

Problem 30

In a geometric progression, the fourth term exceeds the third term by 24 and the sum of the second and third term is 6 . Then, the sum of the second, third and fourth terms is $\rule{2cm}{0.2mm}$.

NMTC - Screening Test – GAUSS Contest - 2025

Problem 1

The value of $\frac{9999+7777+5555}{8888+6666+4444}$ is
A) 1
B) $\frac{755}{448}$
C) $\frac{7}{6}$
D) $\frac{1}{6}$

Problem 2

The sum of three prime numbers is 30 . How many such sets of prime numbers are there?
A) 1
B) 2
C) 3
D) 0

Problem 3

In the adjoining figure, lines $\ell_1, \ell_2$ are parallel lines. $A B C$ is an equilateral triangle.
$A D$ bisects $\angle E A B$.
Then $x=$ ?
A) $100^{\circ}$
B) $95^{\circ}$
C) $105^{\circ}$
D) $110^{\circ}$

Problem 4

In the figure, $A B C D$ is a square. It consists of squares and rectangles of areas $1 \mathrm{~cm}^2$ and $2 \mathrm{~cm}^2$ as shown. The perimeter of the square $A B C D$ (in cm ) is
A) 17
B) 15
C) 16
D) 14

Problem 5

If $a * b=\frac{a+b}{a-b}$, then the value of $\frac{13 * 6}{5 * 2}$ is
A) $\frac{21}{4}$
B) $\frac{17}{3}$
C) $\frac{19}{39}$
D) $\frac{57}{49}$

Problem 6

In the adjoining figure, the distance between any two adjacent dots is 1 cm . The area of the shaded region (in $\mathrm{cm}^2$ ) is
A) $\frac{31}{3}$
B) $\frac{31}{2}$
C) $\frac{33}{2}$
D) $\frac{35}{2}$

Problem 7

Three natural numbers $n_1, n_2, n_3$ are taken.
Let $n_{1<} n_{2<} n_3$ and $n_1+n_2+n_3=6$. The value of $n_3$ is
A) 1
B) 2
C) 3
D) 1 or 2 or 3

Problem 8

In the adjoining figure, AP and EQ are respectively the bisectors of $\angle \mathrm{BAC}$ and $\angle \mathrm{DEF}$. Then, the measure of angle $x$ is
A) $90^{\circ}$
B) $85^{\circ}$
C) $105^{\circ}$
D) $75^{\circ}$

Problem 9

The number of two-digit positive integers which have at least one 7 as a digit is
A) 17
B) 19
C) 9
D) 18

Problem 10

The fractions $\frac{1}{5}$ and $\frac{1}{3}$ are shown on the number line. In which position should $\frac{1}{4}$ be shown?

A) $p$
B) $q$
C) $r$
D) $s$

Problem 11

Samrud reads $\frac{1}{3}$ of a story book on the first day, $\frac{1}{2}$ of the remaining book on the second day and $\frac{\mathbf{1}}{\mathbf{4}}$ of the remaining book as on the end of the first day, on the third day and left with 23 pages unread. The number of pages of the book is
A) 138
В) 148
C) 128
D) 136

Problem 12

The product of four different natural numbers is 100 . What is the sum of the four numbers?
A) 20
B) 10
C) 12
D) 18

Problem 13

Peter starts from a point A in a playground and walks $100 m$ towards East. Then he walks 30 m towards North and then 70 m towards West and then finally 10 m North to reach the point B. The distance between A and B (in metres) is
A) 50
B) 42
C) 40
D) 30

Problem 14

In the adjoining figure $\angle \mathrm{DAB}$ is $8^{\circ}$ more than $\angle \mathrm{ADC}$; $\angle \mathrm{BCD}$ is $8^{\circ}$ less than $\angle \mathrm{ADC}$. $\angle \mathrm{FEB}$ is half of $\angle \mathrm{FBE}$. Then the measure of $\angle \mathrm{BFE}$ is
A) $54^{\circ}$
B) $52^{\circ}$
C) $49^{\circ}$
D) $50^{\circ}$

Problem 15

The fraction to be added to the fraction $\frac{1}{2+\frac{1}{3+\frac{1}{1+\frac{1}{4}}}}$ to get 1 is
A) $\frac{26}{43}$
В) $\frac{18}{43}$
C) $\frac{24}{43}$
D) $\frac{23}{43}$

Problem 16

Some amount of money is divided among A, B and C, so that for every ₹100 A has, B has ₹ 65 and c has ₹ 40. If the share of C is ₹ 4000, the total amount of money (in ₹) is $\rule{2cm}{0.2mm}$.

Problem 17

ABCDE is a pentagon. The angles $\mathrm{A}, \mathrm{B}, \mathrm{C}, \mathrm{D}, \mathrm{E}$ are in the ratio 8:9:12:15:10. The external bisector of B and the internal bisector of C meet at P . Then the measure of $\angle \mathrm{BPC}$ is $\rule{2cm}{0.2mm}$.

Problem 18

The least number, when lessened (decreased) by 5 , to be divisible by 36,48 , 21 , and 28 is $\rule{2cm}{0.2mm}$.

Problem 19

When $10 \frac{5}{6}$ is divided by 91 , we get a fraction $\frac{a}{b}$, where $a, b$ are natural numbers with no common factors other than 1 ; then $(b-a)$ is equal to $\rule{2cm}{0.2mm}$.

Problem 20

Let $p$ be the smallest prime number such that the numbers $(p+6),(p+8)$, $(p+12)$ and $(p+14)$ are also prime. Then the remainder when $p^2$ is divided by 4 is $\rule{2cm}{0.2mm}$.

Problem 21

A bag contains certain number of black and white balls, of which $60 \%$ are black. When 9 white balls are added to the bag, the ratio of the black balls to the white balls is $4: 3$. The number of white balls in the bag at the beginning is $\rule{2cm}{0.2mm}$.

Problem 22

In the adjoining figure, the sum of the measures of the angles $a, b, c, d, e, f$ is $\rule{2cm}{0.2mm}$.

Problem 23

A basket contains apples, bananas, and oranges. The total number of apples and bananas is 88 . The total number of apples and oranges is 80 . The total number of bananas and oranges is 64 . Then the number of apples is $\rule{2cm}{0.2mm}$.

Problem 24

ABC is an isosceles triangle in which $\mathrm{AB}=\mathrm{AC}$ EDF is an isosceles triangle in which $\mathrm{EF}=\mathrm{DE}$. FD is parallel to AC . The degree measure of marked angle $x$ is $\rule{2cm}{0.2mm}$.

Problem 25

The length and breadth of a rectangle are both prime numbers, and its perimeter is 40 cm . Then the maximum possible area of the rectangle (in $\mathrm{cm}^2$ ) is $\rule{2cm}{0.2mm}$.

Australian Mathematics Competition - 2013 - Junior years - Grade 7 & 8 - Questions and Solutions

Problem 1:

\(1999+24\) is equal to
(A) 1923
(B) 2003
(C) 2013
(D) 2023
(E) 2113

Problem 2:

\(P Q R\) is a straight line. Find the value of \(x\).

(A) 40
(B) 90
(C) 100
(D) 110
(E) 120

Problem 3:

The value of the fraction \(\frac{1}{2}\) is closest to
(A) 0.45
(B) 0.6
(C) \(\frac{1}{3}\)
(D) \(\frac{5}{8}\)
(E) \(\frac{2}{5}\)

Problem 4:

Which of the following is equal to 20 ?
(A) \(3+2 \times 4\)
(B) \((9+5) \times 2-4 \times 2\)
(C) \(10^2\)
(D) \(20+20 \div 2\)
(E) \(10 \div 2\)

Problem 5:

How many minutes are there between \(8: 37 \mathrm{am}\) and \(10: 16 \mathrm{am}\) ?
(A) 39
(B) 79
(C) 99
(D) 141
(E) 179

Problem 6:

Three squares each with an area of \(25 \mathrm{~cm}^2\) are placed side by side to form a rectangle. The perimeter, in centimetres, of the rectangle is
(A) 20
(B) 36
(C) 40
(D) 75
(E) 100

Problem 7:

If every digit of a whole number is either a 3 or a 5 , the number will always be
(A) divisible by 3
(B) divisible by 5
(C) prime
(D) even
(E) odd

Problem 8:

(P) is the point at 0.56 and \(Q\) is the point at 1.2 on a number line. The point which is halfway between \(P\) and \(Q\) is at
(A) 0.34
(B) 0.64
(C) 0.83
(D) 0.88
(E) 0.93

Problem 9:

If triangle \(A B C\) is isosceles with \(\angle A=40^{\circ}\), what are all of the possible values for \(\angle B\) ?
(A) \(40^{\circ}\)
(B) \(40^{\circ}\) and \(70^{\circ}\)
(C) \(40^{\circ}\) and \(100^{\circ}\)
(D) \(70^{\circ}\) and \(100^{\circ}\)
(E) \(40^{\circ}, 70^{\circ}\) and \(100^{\circ}\)

Problem 10:

In Gwen's classroom, the desks are arranged in a grid. Each row has the same number of desks. Gwen's desk is third from the front, second from the back and has one desk to the left and four to the right. How many desks are there?
(A) 20
(B) 24
(C) 25
(D) 28
(E) 30

Problem 11:

William travels to school in two different ways. Either he walks to school and takes the bus home, or he takes the bus to school and walks home. In each case his total travelling time is 40 minutes. If he were to take the bus both ways, his total travelling time would be 20 minutes. How many minutes would it take if he walked both ways?
(A) 30
(B) 40
(C) 50
(D) 60
(E) 80

Problem 12:

The opposite faces on a standard dice add to give a total of 7. The game of Corners is played by rolling a dice and then choosing a vertex of the dice with your eyes closed. For example, the score for the vertex chosen below would be \(4+5+6=15\).

Which of the following scores is NOT possible when playing Corners?
(A) 6
(B) 7
(C) 8
(D) 9
(E) 10

Problem 13:

A piece of paper in the shape of an equilateral triangle has one corner folded over, as shown.

What is the value of \(x\) ?
(A) 60
(B) 70
(C) 80
(D) 90
(E) 100

Problem 14:

Beginning at the point \(A\), Joel draws the spiral pattern of line segments below on a 1 cm grid. If he continues this pattern, how long, in centimetres, is the 97 th segment?

(A) 46
(B) 47
(C) 48
(D) 49
(E) 50

Problem 15:

Sixteen discs are arranged in four rows of four. The discs have a number on one side and are either red or green on the other. The number shows how many discs touching that disc have green on the other side.

Which of the following statements is true?
(A) All of the rows have the same number of green discs.
(B) Row one has more green discs than any other row.
(C) Row two has more green discs than any other row.
(D) Row three has fewer green discs than any other row.
(E) Row four has fewer green discs than any other row.

Problem 16:

While shopping this week I misread my shopping list and bought 5 loaves of bread and 2 bottles of milk. So I went back to the supermarket, got a full refund, and bought 2 loaves of bread and 5 bottles of milk. This cost me \(\$ 4.20\) less than my first purchase. How do the prices of bread and milk compare?
(A) A loaf of bread costs \(\$ 1.40\) more than a bottle of milk.
(B) A loaf of bread costs \(\$ 0.60\) more than a bottle of milk.
(C) A loaf of bread costs \(\$ 0.42\) more than a bottle of milk.
(D) A loaf of bread costs \(\$ 0.60\) less than a bottle of milk.
(E) A loaf of bread costs \(\$ 1.40\) less than a bottle of milk.

Problem 17:

Starting with the number 0 on my calculator, I do a calculation in five steps. At each step, I either add 1 or multiply by 2 . What is the smallest number that cannot be the final result?
(A) 11
(B) 10
(C) 9
(D) 8
(E) 7

Problem 18:

The three squares in the figure below are the same size. Find the value, in degrees, of \(\angle A M T\).

(A) \(45^{\circ}\)
(B) \(50^{\circ}\)
(C) \(55^{\circ}\)
(D) \(60^{\circ}\)
(E) \(75^{\circ}\)

Problem 19:

Eight \(1 \times 1\) square tiles are laid as shown.

Two more \(1 \times 1\) tiles are added, so that at least one side of each new tile is shared with a side of the original shape. Several different perimeter lengths are now possible. What is the sum of the shortest and longest possible perimeter of the modified shape?
(A) 28
(B) 30
(C) 32
(D) 34
(E) 36

Problem 20:

In the triangle \(P Q R, S\) is a point on \(P R\) such that \(P Q S\) and \(S Q R\) are both isosceles triangles (as shown). Angle \(Q P S\) is equal to angle \(S Q R\).

What is the value of \(x\) ?
(A) 30
(B) 36
(C) 40
(D) 45
(E) 48

Problem 21:

A biologist has a set of cages in a \(4 \times 4\) array. He wants to put one mouse (black or white) into each cage in such a way that each mouse has at least one neighbour of each colour (neighbouring cages share a common wall).

The black mice are more expensive, so he wants to use as few of them as possible. What is the smallest number of black mice that he needs?
(A) 4
(B) 5
(C) 6
(D) 7
(E) 8

Problem 22:

Two discs have different numbers on each side as shown.

The discs are flipped and they land on a table. The two numbers on the sides that are showing are added. If the possible sums that can be obtained in this way are \(8,9,10\) and 11 , the sum \(b+c+d\) is
(A) 8
(B) 18
(C) 20
(D) 27
(E) 30

Problem 23:

An oddie number is a 3 -digit number with all three digits odd. The number of oddie numbers divisible by 3 is
(A) 20
(B) 26
(C) 29
(D) 41
(E) 42

Problem 24:

Consider the following \(4 \times 4\) squares with a \(1 \times 1\) square deleted \(shown in black\).

Consider tiling the squares \(\mathrm{P}, \mathrm{Q}\) and R using tiles like the one below.

Which of the following statements is true?
(A) Only P can be tiled this way.
(B) Only Q can be tiled this way.
(C) Only R can be tiled this way.
(D) Only P and Q can be tiled this way.
(E) All the shapes can be tiled this way.

Problem 25:

A number is formed by writing the numbers 1 to 30 in order as shown.

\[
\text { 12345678910111213……… } 2930
\]

Simeon removed 45 of these 51 digits leaving 6 in their original order to make the largest 6-digit number possible. What is the sum of the digits of this number?
(A) 33
(B) 38
(C) 41
(D) 43
(E) 51

Problem 26:

Consider a sequence of letters where each letter is \(A\) or \(B\). We call the sequence stable if, when we tally the number of \(A\) s and the number of \(B \mathrm{~s}\) in the sequence, working from left to right, the difference is never greater than one. For example, the sequence \(A B B A B A\) is stable but the sequence \(A A B B A B\) is not, because after counting the first two letters, the difference is two. How many stable sequences with eighteen letters are there?

Problem 27:

Whenever Callum reads a date like \(1 / 8 / 2013\), he incorrectly interprets it as two divisions, with the second one evaluated before the first one:

\[
1 \div(8 \div 2013)=251 \frac{5}{8}
\]

For some dates, like this one, he does not get an integer, while for others, like \(28 / 7 / 2013\), he gets \(28 \div(7 \div 2013)=8052\), an integer. How many dates this year \(day/month/year\) give him an integer?

Problem 28:

What is the smallest positive integer that can be expressed as the sum of nine consecutive integers, the sum of ten consecutive integers and the sum of eleven consecutive integers?

Problem 29:

Each of the four circles below has a whole number value. \(X\) is the value of the top-left circle. A number written on the figure indicates the product of the values of the circles it lies within. What is the value of \(X+k\) ?

Problem 30:

Three different non-zero digits are used to form six different 3-digit numbers. The sum of five of them is 3231 . What is the sixth number?

Australian Mathematics Competition - 2023 - Middle Primary - Grade 3 & 4 - Questions and Solutions

Problem 1:

What is the total number of petals on all 5 flowers?
(A) 10
(B) 15
(C) 20
(D) 25
(E) 50

Problem 2:

\[
2+3+7+8=
\]

(A) 10
(B) 20
(C) 30
(D) 40
(E) 50

Problem 3:

Which one of these shapes is a rectangle?

Problem 4:

Which digital clock time matches the time shown on the clock face?

Problem 5:

Emma has a bag containing 5 red, 4 yellow, 1 black and 2 blue buttons. When she chooses 1 button at random, what colour is it most likely to be?
(A) green
(B) blue
(C) black
(D) yellow
(E) red

Problem 6:

What fraction of the circle is part A ?


(A) one-half
(B) one-third
(C) two-thirds
(D) one-quarter
(E) three-quarters

Problem 7:

In a board game, Nik rolls three standard dice, one at a time. He needs his three rolls to add to 12.
His first two dice rolls are 5 and 3 . What does he need his third roll to be?


(A) 2
(B) 3
(C) 4
(D) 5
(E) 6

Problem 8:

Which shape has only one line of symmetry?

Problem 9:

Anastasia Ant is on a sheet of wire mesh with 10 cm squares. She can only move along the wires. She moves 10 cm east, then 30 cm north and 20 cm west. What is the least possible distance she needs to move to return to her starting point?

(A) 10 cm
(B) 20 cm
(C) 30 cm
(D) 40 cm
(E) 50 cm

Problem 10:

A piece of card is cut out and labelled as shown in the diagram. It is folded along the dotted lines to make a box without a top. Which letter is on the bottom of the box?
(A) A
(B) B
(C) C
(D) D
(E) E

Problem 11:

Jiang is threading beads onto a string to make a necklace. He decides to use a sequence, starting with a red bead, then a yellow bead and a blue bead. He repeats this pattern until he has 20 beads on the necklace.
How many red beads will he use?

(A) 5
(B) 6
(C) 7
(D) 8
(E) 9

Problem 12:

How many people played tennis on the busiest day of the week at the Paradise North Tennis Club?
(A) 45
(B) 50
(C) 55
(D) 60
(E) 65

Problem 13:

When this puzzle is complete, each of the four lines will add up to 14 . What will the four missing numbers add to?
(A) 10
(B) 14
(C) 15
(D) 16
(E) 18

Problem 14:

Which one of the following could give an answer of \(25 ?\)
(A) an odd number plus an odd number
(B) an even number multiplied by an even number
(C) an even number divided by an odd number
(D) an odd number minus an even number
(E) an even number multiplied by an odd number

Problem 15:

This bottle holds 4 glasses of water.

Which one of the following holds the most water?

Problem 16:

Fido needs to be weighed at the vet, but he won't sit still. So the vet weighs himself and then weighs himself holding Fido.

How much does Fido weigh?
(A) 23 kg
(B) 26 kg
(C) 28 kg
(D) 30 kg
(E) 32 kg

Problem 17:

Grandma adds 3 spoons of sugar to the juice of 10 lemons to make lemonade. How many lemons are needed if 15 spoons of sugar are used to make Grandma's recipe?
(A) 20
(B) 22
(C) 25
(D) 30
(E) 50

Problem 18:

Janus is making patterns using square tiles.
Each pattern is made by copying the previous pattern, then adding new tiles around the outside edges.
The new tiles alternate in colours, as shown.

What will be the total number of tiles in Pattern 5?
(A) 25
(B) 33
(C) 37
(D) 40
(E) 41

Problem 19:

My laptop's battery meter tells me what fraction of the battery charge is left. I used the laptop for 4 hours and 20 minutes and it went from

What would the reading be after using the laptop for another 130 minutes?

Problem 20:

Syed's mother had some money to share with her family.
She gave one-quarter of her money to Syed.
Then she gave one-third of what was left to Ahmed.
Then she gave one-half of what was left to Raiyan.
She was left with \(\$ 15\), which she kept for herself.
How much money did Syed's mother have to start with?
(A) \(\$ 30\)
(B) \(\$ 45\)
(C) \(\$ 60\)
(D) \(\$ 90\)
(E) \(\$ 120\)

Problem 21:

In 2023, Janine's birthday is on a Thursday. Ngoc's birthday is one month later, meaning that it is on the same day-number in the next month. Ngoc's birthday is not on a Saturday or a Sunday. Which day of the week is Ngoc's birthday?
(A) Monday
(B) Tuesday
(C) Wednesday
(D) Thursday
(E) Friday

Problem 22:

Sally empties her piggy bank to see how much she has saved. She has 20 coins altogether and the total value of her coins is (\$ 3.80). She notices that she has twice as many 50 c coins as 20 c coins. The remaining coins are 10c coins. How many 10c coins does she have?
(A) 2
(B) 4
(C) 8
(D) 11
(E) 14

Problem 23:

Three different numbers from 1 to 20 are chosen. They add to 20 . Two of the numbers are 2 apart. How many possibilities are there for the largest number?
(A) 6
(B) 7
(C) 8
(D) 9
(E) 10

Problem 24:

Estelle is making decorations shaped like the 8-pointed star shown. She folds a square of paper to make a triangle with 8 layers as shown.

How could she cut the triangle so that the unfolded shape is the star?

Problem 25:

Tom is digging holes in his garden for his new plants. As he is working he slows down. Each new hole takes a minute longer to dig than the last hole.
The first 5 holes have taken him 35 minutes in total. How long will it take him to dig the next 2 holes?
(A) 11 minutes
(B) 17 minutes
(C) 21 minutes
(D) 24 minutes
(E) 25 minutes

Problem 26:

To unlock a security door, Daniyal enters a code on the keypad shown. To make it easy to remember:

What are the last 3 digits in Daniyal's code?

Problem 27:

In this puzzle, \(\triangle\), \(\square\) and represent different nonzero digits. What is the three-digit number \(\triangle \square \bigcirc\) ?

Problem 28:

Ollie arranges the numbers 1 to 6 to form three 2-digit numbers.
Exactly one of his numbers divides by 3 but not divides by 4 , and exactly one other divides by 4 . None of them divide by 5 .
The three numbers add to 93 .
What is the number which does not divide by either 3 or 4 ?

Problem 29:

A table in the shape of a trapezium can seat 5 people. When two tables are put together in a row, 8 people can be seated. What is the smallest number of trapezium tables required to seat 2023 people if they are all placed in a row?

Problem 30:

Yifan has a construction set consisting of red, blue and yellow rods. All rods of the same colour are the same length, but differently coloured rods are different lengths. She wants to make quadrilaterals using these rods.

What number do you get when you multiply the lengths of one red rod, one blue rod and one yellow rod?

NSEJS (2020) - Problems & Solution

Problem 1

Gravitational collapse is the contraction of an astronomical object under its own gravity. This draws the matter inwards towards the centre of gravity. A neutron star is an example of the collapsed core of a giant star. A certain neutron star of radius 10 km is of mass \(1.5 M_{\odot}\). The acceleration due to gravity on the surface of the neutron star is nearly

(a) \(2.0 \times 10^8 \mathrm{~m} / \mathrm{s}^2\)
(b) \(2.0 \times 10^{12} \mathrm{~m} / \mathrm{s}^2\)
(c) \(2.6 \times 10^{16} \mathrm{~m} / \mathrm{s}^2\)
(d) \(2.6 \times 10^{20} \mathrm{~m} / \mathrm{s}^2\)

Problem 2

The tympanic membrane (ear drum) is a very delicate component of the human ear. Typically, its diameter is 1 cm . The maximum force the ear can withstand is 2.5 N . In case a diver has to enter sea water of density \(1.05 \times 10^3 \mathrm{~kg} / \mathrm{m}^3\) without any protective gear, the maximum safe depth for the diver to go into water is about

(a) 12 m
(b) 9 m
(c) 3 m
(d) 1.5 m

Problem 3

Two illuminated point objects \(\mathrm{O}_1\) and \(\mathrm{O}_2\) are placed at a distance 24 cm from each other along the principal axis of a thin convex lens of focal length 9 cm such that images of both the objects are formed at the same position. Then the respective distances of the lens from \(\mathrm{O}_1\) and \(\mathrm{O}_2\) (in cm ) are

(a) 12 and 12
(b) 18 and 6
(c) 14 and 10
(d) 16 and 8

Problem 4

A nuclear reactor is working at \(30 \%\) efficiency (i.e. conversion of nuclear energy to electrical energy). In this reactor \({ }_{92}^{235} \mathrm{U}\) nucleus undergoes fission and releases 200 MeV energy per atom. If 1000 kW of electrical power is obtained in this reactor, then the number of atoms disintegrated (undergone fission) per second in the reactor is

(a) \(1.04 \times 10^{17}\)
(b) \(6.5 \times 10^{12}\)
(c) \(3.125 \times 10^{12}\)
(d) \(3.25 \times 10^{32}\)

Problem 5

Two blocks A and B are in contact with each other and are placed on a frictionless horizontal surface. A force of 90 N is applied horizontally on block A (situation I) and the same force is applied horizontally on block B (situation II). Mass of A is 20 kg and B is 10 kg . Then the correct statement is

(a) Since both the blocks are in contact, magnitude of force by block A on B will be 90 N (situation I) and magnitude of force by block B on A will also be 90 N (situation II).
(b) Magnitude of force by block A on B is 30 N (situation I ) and magnitude of force by block B on A is 60 N (situation II).
(c) Magnitude of force by block A on B is 60 N (situation I ) and magnitude of force by block B on A is 30 N (situation II).
(d) The 90 N force will produce acceleration of different magnitudes in A and B .

Problem 6

In the adjoining circuit, \(R=5 \Omega\). It is desired that the voltage across \(R_x\) should be 6 V , then the value of \(R_x\) should be

(a) \(4 \Omega\)
(b) \(12 \Omega\)
(c) \(16 \Omega\)
(d) \(20 \Omega\)

Problem 7

An infinitely long conductor when carrying current (I), produces a magnetic field (B) around it. If such a conductor is placed along the X-axis, then the magnitude of (B) at a distance (r) is given by the relation \(B=\frac{\mu_0}{4 \pi} \frac{2 I}{r}\), (where \(\frac{\mu_0}{4 \pi}=10^{-7} \mathrm{NA}^{-2}\) is a constant). The following figure shows such an infinitely long conductor placed along X -axis carrying current (I) and (B) at (S) is \(2 \times 10^{-4} \mathrm{~T}\), directed into the plane of the paper at S. Given \(r=1 \mathrm{~cm}\). Then, the correct statements are

(a) \(I=10 \mathrm{~A}\)
(b) The number of electrons transported across the cross section of the conductor during time 1 s is \(6.25 \times 10^{19}\)
(c) The direction of current (I) is from \(X_2\) to \(X_1\).
(d) The electrons will flow in the direction \(\mathrm{X}_2\) to \(\mathrm{X}_1\).

Problem 8

The ratio of the charge of an ion or subatomic particle to its mass \((q / m)\) is called specific charge. Then the correct options are

(a) SI unit of specific charge can be written as \(\mathrm{A} \cdot \mathrm{s} / \mathrm{kg}\).
(b) If all the isotopes of hydrogen are ionized then tritium will have least specific charge among them.
(c) specific charge of an \(\alpha\)-particle will be greater than that of an electron.
(d) specific charge ratio of an electron is \(1.75 \times 10^{11} \mathrm{C} / \mathrm{kg}\).

Problem 9

A girl (G) walks into a room along the path shown by the dashed line (see figure on right). She tries to observe images of small toys numbered 1,2 , and 3 in the plane mirror on the wall. The order in which she will see images of the toys is:

(A) 3,2,1
(B) 3,2
(C) 1, 2, 3
(D) 2, 3

Problem 10

A heating element in the form of a wire with uniform circular cross sectional area has a resistance of \(310 \Omega\), and can bear a maximum current of 5.0 A . The wire can be cut into pieces of equal length. The number of pieces, arranged suitably, so as to draw maximum power when connected to a constant voltage of 220 V , is

(A) 7
(B) 8
(C) 44
(D) 62

Problem 11

Consider the following two statements
Statement \(S_1\): If you put 100 g ice at \(0^{\circ} \mathrm{C}\) and 100 g water at \(0^{\circ} \mathrm{C}\) into a freezer, which is maintained at \(-10^{\circ} \mathrm{C}\), the ice will eventually lose the lager amount of heat.
Statement \(S_2\) : At \(0^{\circ} \mathrm{C}\), water is denser than ice
Choose the correct statement among the following.

(A) Both \(S_1\)and \(S_2\) are true and \(S_2\) is the correct explanation of \(S_1\)
(B) Both \(S_1\) and \(S_2\) are true and \(S_2\) is not the correct explanation of \(S_1\)
(C) \(S_1\) is true but \(S_2\) is false
(D) \(S_1\) is false but \(S_2\) is true

Problem 12

Consider the paths of (1) Halley's Comet near the sun, and (2) an alpha particle scattered by a nucleus. In the figures below, the dots represent the Sun/Nuclei, and the curves with arrows mark the paths of the comet/alpha particle schematically.The correct statement about the trajectories is


(A) I represents trajectory for Halley's Comet and II for the scattering of alpha particles.
(B) III represents trajectory for Halley's Comet and II for the scattering of alpha particles
(C) II represents trajectory for Halley's Comet and I for scattering of alpha particles
(D) II represents trajectory for Halley's Comet and III for scattering for scattering of alpha particles.

NSEJS [2010] Problems & Solution

Problem 1

Which one of the following statements is INCORRECT?

(A) If the net force on a body is zero, its velocity is constant or zero
(B) If the net force on a body is zero, its acceleration is constant and
(C) If the velocity of a body is constant, its acceleration is zero
(D) A body may have a varying velocity yet a constant speed

Problem 2

Two forces each of magnitude (P) act on a body placed at a point (O) as shown. The force necessary to keep the body at rest is of magnitude.

(A) P along +X axis
(B) P along - X axis
(C) 2 P along +X axis
(D) P/2 along - X axis

Problem 3

Two spheres having masses 10 g and 25 g are projected horizontally from the same height with velocities \(v_1\) and \(v_2\) and they fall to the ground in time intervals \(t_1\) and \(t_2\) respectively. If the ratio \(v_1: v_2\) is \(1: 3\), the ratio \(t_1: t_2\) will be

(A) \(10: 25\)
(B) \(25: 10\)
(C) \(1: 1\)
(D) \(1: 3\)

Problem 4

The SI unit of temperature is

(A) degree Fahrenheit \( ({ }^{\circ} \mathrm{F}) \)
(B) degree Celsius \( ({ }^{\circ} \mathrm{C}) \)
(C) degree Kelvin \( ({ }^{\circ} \mathrm{K}) \)
(D) None of the above

Problem 5

A convex lens \(L_1\) forms an image of the same size as that of the object at a distance of 24 cm . If the lens \(\mathrm{L}_1\) is replaced by another convex lens \(\mathrm{L}_2\), the image formed is magnified and erect. Therefore, the focal lenght of \(L_2\) is

(A) less than 12 cm
(B) 12 cm
(C) between 12 cm and 24 cm
(D) more than 24 cm

Problem 6

A wooden ball of density \(0.8 \mathrm{~g} / \mathrm{cm}^3\) is placed in water. The ratio of the volume above the water surface to that below the water surface is

(A) 0.25
(B) 0.20
(C) 2.0
(D) 4.0

Problem 7

A stone is released from an elevator moving upwards with an acceleration (a). The acceleration of the stone after the release is

(A) (a) upwards
(B) (\(\mathrm{g}-a)\) upwards
(C) (\(\mathrm{g}-a)\) downwards
(D) g downwards

Problem 8

A converging beam of light falls on a convex mirror of radius of curvature 20 cm , the point of convergence being 10 cm behind the mirror. The image is

(A) virtual and formed 10 cm in front of the mirror
(B) real and formed in front of the mirror
(C) formed at infinity
(D) virtual and formed 10 cm behind the mirror

Problem 9

When a sound wave moves through air along (X) axis, there is a variation in density of air in this direction. The graphical representation of this variation for two sound waves A and B is as shown. Which of the following statements is correct?

(A) Frequency of A is greater than that of B
(B) Velocity of B is greater than that of A
(C) Wavelength of B is greater than that of A
(D) Loudness of A is greater than that of B

Problem 10

In the figure shown below, each of the lenses has a focal length of 10 cm. Therefore, the image formed by the combination of lenses is

(A) virtual, erect and magnified
(B) virtual, inverted and diminished
(C) virtual, erect and diminished
(D) real, erect and diminished

Problem 11

A convex mirror used as the rear view mirror of a motor vehicle has a warning written on it - 'Objective in this mirror are nearer than they appear'. The reason for this warning is that

(A) the image is diminished
(B) the image distance is less than the focal length of the mirror
(C) the image distance is less than the object distance
(D) the image distance is more than the object distance

Problem 12

A uniform wire of resistance 36 ohm is bent into a circle. A battery is connected between points (A) and (B) as shown. The effective resistance between (A) and (B) is

(A) 36 ohm
(B) 30 ohm
(C) 6 ohm
(D) 5 ohm

Problem 13

On North Pole, when the surface of sea gets frozen due to cold weather, eskimos can still fish by cutting a portion of ice at the surface to find water underneath. This is possible because water

(A) has low thermal conductivity
(B) has high specific heat
(C) has high surface tension
(D) shows anomalous behaviour

Problem 14

A, DC current flows through a vertical wire in the downward direction. For an observer looking at the wire, the direction of magnetic field at a point between him and the wire is

(A) upward
(B) to the right
(C) to the left
(D) downward

Problem 15

A number of electric bulbs of rating 220 volt, 100 watt are to be connected in parallel to a 220 volt supply. If a 5 A fuse wire is used for this arrangement to bulbs, the maximum number of bulbs that can be included in the arrangement will be

(A) 10
(B) 11
(C) 22
(D) 44

Problem 16

In the circuit given below, AB is a thick copper wire and S is a switch. When the switch is closed, the effective resistance of the circuit will be

(A) 5 ohm
(B) \(6 / 5 \mathrm{ohm}\)
(C) 3 ohm
(D) zero

Problem 17

In figure (1) ammeter reads \(I_1\) and voltmeter reads \(V_1\). Similarly, in figure (2) ammeter reads \(I_2\) while voltmeter reads \(\mathrm{V}_2\). Then which of the following statements is correct?

(A) \(\mathrm{V}_1>\mathrm{V}_2\) and \(\mathrm{I}_1>\mathrm{I}_2\)
(B) \(\mathrm{V}_1>\mathrm{V}_2\) and \(\mathrm{I}_1<\mathrm{I}_2\)
(C)\(\mathrm{V}_1<\mathrm{V}_2\) and \(\mathrm{I}_1>\mathrm{I}_2\)
(D) \(\mathrm{V}_1<\mathrm{V}_2\) and \(\mathrm{I}_1<\mathrm{I}_2\)

Problem 18

The latent heat of fusion of a solid is the quantity of heat in joules required to convert

(A) 1 mg of the solid to liquid, without any change in temperature.
(B) 1 g of the solid to liquid, without any change in temperature.
(C) 100 g of the solid to liquid, without any change in temperature.
(D) 1000 g of the solid to liquid, without any change in temperature.

Problem 19

If the pressure of a given mass of a gas is reduced to half and temperature is doubled simultaneously, the volume will be-

(A) the same as above
(B) twice as before
(B) four times as before
(D) one forth as before

Problem 20

While picking up a pair of eye glasses dropped by a friend, you notice that they form an inverted image of the background and that the image is stretched horizontally as well. Your friend suffers from

(A) only myopia
(B) only hypermetropia
(C) only astigmatism
(D) hypermetropia as well as astigmatism