Let n be divisible by 17 . So n is of the form 17k . 17k +1 is divisible by 13 so 4k +1 is divisible by 13 . So k is 3 is a solution or any multiple of 13 plus 3. Say $k=13 t +3$ or $n =221t +51$
Fun with maths
some short and selected math problems of different levels in random order I try to keep the ans simple
Tuesday, March 10, 2026
2026/021) Let a,b,c be integers satisfying $ab+bc+ca=1$. Prove that $(1+a^2)(1+b^2)(1+c^2)$ is a perfect square.
We have putting $ab +bc +ca$ for 1 in $1+a^2$
$1+a^2 = ab + bc +ca + a^2 = (a+b)(a+c)$
Similarly $1+b^2 = (b+c)(b+a)$
And $1+ c^2 = (c+b)(c+a)$
So $(1+a^2)(1+b^2)(1+c^2) = ((a+b)(b+c)(c+a))^2$ a perfect square
Saturday, February 28, 2026
2026/020) From the number $7^{2026}$ we delete its first digit, and then add the same digit to the remaining number. This process continues until the left number has ten digits. Show that the left number has two same digits.
We are deleting one digit and adding to the number. So value mod 9 shall not change . Given number mod 9 is not zero . So when we get a 10 digit number it shall not be divisible by 9. If all 10 digits are different then the number is divisible by 9. So all ten digits cannot be different. So upto 9 digits shall be different so at least one digit must repeat or two same digits will be there.
2026/019) Determine all positive integers that are equal to 300 times the sum of their digits.
The number must end with 2 zeroes . Excluding the 2 zeroes the sum of digits multiplied by 3 is the number. It is not one digit number as multiplied by 3 of the digit changed number
Maximum sum of digits of a 3 digits number is 27. Multiplied by 3 gives 81 which is a 2 digits number . So number of digits cannot be 3 or more. So it is a 2 digit number if it exists.
Let it be $10a +b$.
We have
$10a +b =3(a+b)$
Or $7a =2b$
As a and b are single digit number so a is 2 and b is 7 and number is 27. We have removed 2 zeroes and so number is 2700 .
Wednesday, February 25, 2026
2026/018) Let $lcm(a,b)$ denote the least common multiple of a and b. Find the sum of all positive integers x such that $x \le 100$ and $lcm(16,x)=16x.$
x must be co-prime to 16 . That means x is odd and every odd number satisfies the criteria . So result is sum of all odd numbers less than 100. That is 2500
Friday, February 13, 2026
2026/017) Let m and n be positive integers such that 5 divides $2^n+3^m$. Prove that 5 divides $2^m+3^n$
Because 5 is a small number we can work as below each exponent
Working in mod 5 we have
$,2^1 = 2,2^2= 4, 2^3 = 8 = 3,2^4=1$
$3^1=3, 3^2 = 9 = 4 , 3^3 = 27 = 2,3^4=1$
so $2^4 + 3^2$ = 0 mod 5 also $3^4 +2^2 = 0$ mod 5
$2^1+ 3^1 = 0$ mod 5 ( n=m)
$2^3 + 3^3 = 0$ mod 5(n=-m)
We have checked for all combinations that it is true
Saturday, February 7, 2026
2026/016) Find all solutions of the linear congruence $3x−7y \equiv 11 \pmod {13}$
We have as 13 is a prime number we can choose any value of a x and the choose y in terms of x
We have $7y \equiv 3x -11 \pmod {13}$
Now 7 needs to be multiplied by its inverse to get coefficient of y as 1 so multiplying by 2 (inverse of 7) we get
$y \equiv 6x - 22 \pmod {13}$
Or $y \equiv 6x-9 \pmod {13} $
For x = 0 to 12 mod 13 we get corresponding value of y