Sample_Paper_Category_II[1]
Sample_Paper_Category_II[1]
Submission Process
⦿ Enter your answers in the provided link
⦿ Invigilation Rules will be summarized to you before exam
⦿ Breaking of any rule result in disqualification
⦿ No submissions will be accepted 10 mins after exam time is over
Section A
Problem 1
The Financial Algorithm : A stock trading algorithm analyzes two market indicators (a and b),
Problem 2
The Dual Heights Problem : Take a triangle ABC such that AC = 10 and BC = 15. Let AD be the height of the triangle when we take
BC as the base and BE be the height of the triangle when we take AC as the base. Given AD = 6, find BE.
Problem 3
The Password Analysis : A cybersecurity team is analyzing a set of 50 encrypted passwords. A password is flagged as potentially
vulnerable if,
Problem 4
The Digital Archive Challenge : A data center has 96 storage units, each with two IDs (front/back), numbered 1-192. The
challenge,
Problem 5
The Satellite Coverage Problem : Three satellites have circular coverage areas,
Network Protocol: MainNet's signal strength (area²) must be 4 times stronger than the interference pattern (product of Primary and
Backup areas)
Problem 6
The Security Code : A spy finds a 4-digit code system where,
Problem 7
The Paper Challenge : Each time you fold a paper, it doubles in thickness
Problem 8
The Power Tower : For how many integers a in {-100,-99,...,99,100} is the quantity
an integer?
Problem 9
The Network Spread : A new computer virus spreads through a network of 55 systems where,
Problem 10
The Resource Distribution : A cloud computing system needs to allocate 15 processing units across 4 servers (a, b, c, d). Each
server must receive at least 1 unit. Find the total possible allocation patterns mod 100.
Example:
Section B
Problem 11
The Coefficient Quest : Find the coefficient of in the product
Problem 12
The Network Traffic : A network monitor tracks 35 time slots. What's the minimum number of high-traffic slots needed to ensure at
least 4 consecutive peak periods?
Problem 13
The Rocket Trajectory : A space agency's tracking system records a rocket's altitude,
The path follows a smooth curve that can be modeled by a polynomial of degree 4. Mission Control needs the average of altitudes at
t=2 and t=10 seconds.
Problem 14
The Radar Coverage : A radar system scans points with center at (0,0), range of 5 units such that, only detects points with
whole-number coordinates [Must count points inside and on the boundary]. Find the total number of detectable points.
Example:
Problem 15
The Floor-Ceiling Puzzle : Solve for x in the equation: 5x+7=⌊2x⌋+⌈2x⌉
Problem 16
The Drone Flight : A drone maps a rectangular field where,
Problem 17
The Score Combinations : A game awards points where total score must be 30 such that each point value can only be used once and
all numbers must be positive.
Example:
Problem 18
The Digital Twin : A security system analyzes numbers n below 1000 where Sum of digits in n equals sum of digits in 3n. Find how
many numbers satisfy these conditions.
Problem 19
The Dividing Line Puzzle : In a triangular plot ABC,
⦿ Point D splits side BC in ratio 1:44
⦿ Point E splits side AC in ratio 1:55
⦿ Line AD crosses line BE at some point
Section C
Problem 21 Problem 22
Factorial Sum : Find The Prime Puzzle : Solve the following equation where
⦿ p is prime
⦿ m, n and r are non-negative integers
where n! = n × (n-1) × ... × 2 × 1. Let p be the largest exponent Give the number of solutions.
of 11 that divides S. Find p/2. For example if S = 363 = 11^2 × 3
then your answer should be 2/2 = 1.
Problem 23 Problem 24
The Power Pattern Optimization : Given that a,b,c are positive The Divisor Challenge : How many positive integers from 1
real numbers such that a^2 + b^3 + c^4 = 1, suppose the maximum to 10000 have more divisors than their cube root?
possible value of a^4 + b^3 + c^2 can be expressed as p/q for
coprime positive integers p and q. Find p+q.
Problem 25 Problem 26
The Triple Threshold : Given any number n ≥ 2, let P(n) count Diophantine Equation : Solve the following equation in
pairs (a,b) of positive integers where: integers,
Problem 27 Problem 28
The Surface Path Problem : A lizard walks inside a The Dividing Line Puzzle : In a triangular plot ABC,
cylindrical pipe with an interior radius of 1 and a length of ⦿ Point D splits side BC in ratio 1:44
5. Ram marks two points on the interior surface of the pipe ⦿ Point E splits side AC in ratio 1:55
and places the lizard at one of the two points. The lizard ⦿ Line AD crosses line BE at some point
immediately walks to the other point taking the path of
shortest distance through the interior surface of the pipe. If AD is split by BE in ratio p:q (simplified), find the average
What is the maximum distance that the lizard can travel? of p and q.
Problem 29 Problem 30
The Triangle Line Intersection : ABC is a triangle with The Repeating Nines Sum : Find the sum of digits in N, where:
integer side lengths where,
N = 9 + 99 + 999 + ... + (50 nines)
⦿ BC = a
⦿ CA = b
⦿ AB = c
⦿ a, b, c must be between 1 and 20