64 questions · 22 question types identified
Questions proving properties or identities using modular arithmetic, including showing divisibility via congruences.
Questions using or proving standard divisibility tests for numbers like 3, 7, 9, 11, or creating custom divisibility algorithms.
Questions using the Euclidean algorithm and linear combinations to solve further problems such as linear congruences, modular inverses, or Diophantine equations.
Questions requiring conversion between different number bases (binary, decimal, hexadecimal, or arbitrary base n).
Questions requiring tracing through a given algorithm (often for HCF or other purposes) and explaining algorithm properties like deterministic or finite.
Questions requiring creation of a program or algorithm to find solutions to number theory problems like Pythagorean triples or Wilson primes.
Questions requiring proof that two expressions are coprime (HCF = 1) for all or specific integer values.
Questions about finding or using quadratic residues modulo n, or proving properties related to them.
Questions requiring application of Fermat's Little Theorem to evaluate large powers modulo a prime.
Questions requiring solving systems of two or more linear congruences using Chinese Remainder Theorem or similar methods.
Questions requiring solving a single linear congruence of the form ax ≡ b (mod n).
Questions requiring proof that an expression is always composite (not prime) by factorization or other methods.
Questions requiring use of the Euclidean algorithm followed by back-substitution to express the HCF as a linear combination (ax + by = gcd).
Questions requiring use of the Euclidean algorithm to find HCF/GCD only, without back-substitution to express as linear combination.
Questions about finding integer solutions to equations, including Pythagorean triples or Pell's equation.
Questions involving Wilson's Theorem to test primality or find factorial values modulo primes.
Questions involving Caesar cipher, Vigenere cipher, or other encryption methods where plaintext is encoded or transmitted text is decoded.
Questions about finding routes that traverse all edges at least once, identifying which paths need repeating.
Questions requiring application of Prim's or Kruskal's algorithm to find minimum spanning trees in networks.
| Villages connected | A B | A D | B E | B F | C D | C E | D E | E F |
| Length of footpath, km | 3 | 2 | 4 | 6 | 5 | 7 | 3 | 1 |
Questions involving bubble sort, shuttle sort, or quick sort, including tracing through algorithms and comparing efficiency.
| 3 | 24 | 8 | 1 | 4 | 20 | 30 | 18 |
Questions requiring application of Dijkstra's algorithm or Floyd's algorithm to find shortest routes in networks.
Questions about graph properties such as vertex degrees, Eulerian/semi-Eulerian graphs, paths, cycles, walks, and trails.