Sunday, May 3, 2026

2026/048) For $1\le n \le2016$, how many integers n satisfying the condition: the remainder divided by 20 is smaller than the one divided by 16

Because LCM of 20 and 16 is 80. we need to look upto 80 an then the pattern repeats

Now remainder shall keep increasing till we get next multiple . then the remainder resets

Because we need to compare the remainder the number is of the form 20a + b and 16c + d ( 0 <=b <=19) , (o <=d <=16)

The remainder divided by 20 is lower than remainder divided by 16 if multiple of 16 is lower than multiple of 20. that is $16c < 20a < n < 16(c+1) $, That is the number lies between multiple of 20 and multiple of 16. The numbers that fit the condition are from 20a to 16(c+1)

Let us write multiples of 16 : $16,32,48,64,80$

multiple of 20 : -$20,40,60,80$

So the ranges are $0, 16(16*1),20(20*1),32(16*2),40(20*2),48(16*3),60(20*3),64(16*4),80$

the ranges where the remainder divided by 20 is lower in the rage $[20*1,16*2), [20*2,16 * 3]$ and $[20*3,16 * 4)$ in each range lower number is inclusive and higher is not giving $16*2 - 20 *1 + 16*3 - 20*2 + 16*4 - 20 *3$ or $24$ numbers.

In each lock of 80 numbers there are 24 numbers

upto 2000 there are 25 blocks so 25 * 24 600 numbers

From 2001 to 16 there are 16 number having same remainder as divided by 16 as divided 20

So no extra

So Ans 600 

 

 

 

Friday, May 1, 2026

2026/047) Factorize: $2x^2−y^2−3z^2−xy+4yz+5zx$

To factor this we shall take it as this as a polynomial of  Let us write in decreasing power of x

$2x^2−y^2−3z^2−xy+4yz+5zx$

$=2x^2+x(-y+5z) -(y^2–4yz+3z^2)$

 $= 2x^2+x(-y+5z) -(y-z)(y-3z)$ by factoring the the term independent of z.

We let $a = y-z$ and $b= y-3z$ which are factors of the independent term and they are co prime to each other

 Now a and b are co-primes so 2 the coefficient of $x^2$ $must go with one of them and we have to chose the same so that the sum (or difference) is co-efficient of x.

We have $a - 2b = -y + 5z$

So we get 

$2x^2 +(a-2b) x - ab$

$= 2x^2 + ax - 2bx -ab$+

$= x(2x+a)-b(2x+ a)$

$= (x-b)(2x+a) = (x-y+3z)(2x+y-z)$

Saturday, April 25, 2026

2026/046) Find the sum of the real roots of the polynomial $\prod_{k=1}^{100} (x^2-11x +k)$

 It is product of 100 terms. 

From each term we shall have 2 solutions. 

Either both the solutions are real or complex

Let check which and how many terms shall have real roots

$x^2 - 11x +k$ has real root if discriminant is positive or zero 

That is $11^2 - 4 * k \ge 0$ or $ k \le 30$

There are 30 terms for which it has got real roots and sum of real roots in each term is 30 giving sum of real roots 330  

2026/045) Prove that $(4\cos^2 9^{\circ}–3)(4\cos^2 27^{\circ}–3)=\tan 9^{\circ}$

We shall use formula for $\cos 3x$  

$\cos 3x = 4 \cos^3 x - 3 \cos x$

so we have $4 \cos ^2 x - 3 = \frac{\cos 3x}{ \cos x}$

Hence 

$4 \cos ^2 9^{\circ} - 3 = \frac{\cos 27^{\circ}}{\cos 9^{\circ}}$

And 

$4 \cos ^2 27^{\circ} - 3 = \frac{\cos 81^{\circ}}{\cos 27^{\circ}}$

so   $(4\cos^2 9^{\circ}–3)(4\cos^2 27^{\circ}–3)$ = $\frac{\cos 27^{\circ}}{\cos 9^{\circ}}$ *  $\frac{\cos 81^{\circ}}{\cos 27^{\circ}}$ 

= $\frac{\cos 81^{\circ}}{\cos 9^{\circ}}$

 = $\frac{\sin 9^{\circ}}{\cos 9^{\circ}}$ using $\cos \theta = \sin (90^{\circ}-\theta)$

 = $\tan 9^{\circ}$

Hence Proved  

 

Tuesday, April 21, 2026

2026/044) Each digit in the n-digit number N is 1. What is the smallest value of n for which N is divisible by 333,333?

We know 333333 = 3 * 111111

Now the number which is 111111 or $\frac{10^6-1}{9}$ 

Any number which is having  1's is $\frac{10^n-1}{9}$ 

 $\frac{10^6-1}{9}$ shall divide  $\frac{10^n-1}{9}$ only when n is multiple of 6

Or n = 6k for some integer k

Number is divisible by 111111 and 9 as GCD(111111, 9) = 333333 

This is so because 111111 is divisible by 3 and 9 = 3* 3

So 6k should be divisible by 9 and smallest k = 3 or 6k = 18. 

N = 6k = 18  

Saturday, April 18, 2026

2026/043) Show that there exists an n digit number each digit being odd and the number is divisible by $5^n$

We shall prove the same  by construction. But before that set us try to understand the pattern

One digit number divisible by 5there is only one number 5 and the digit is odd 

2 digit number divisible by $5^2=25$ the numbers are  25,50,75 and 75 has both digits odd 

3 digit number divisible by $5^3=125$ the numbers are  125,250,375 and so on 375 has all there digits odd

4 digit number divisible by $5^4= 625$ I am not enumerating  and a number 9375

We shall use this as a basis for construction of number by induction we shall expand the number from n digits to n+1 digits by adding a a digit to the left.

Let there be an n digit number with all n digits odd and divisible by  $5^n$ and let it be $k*5^n$. Note that k has to be odd else digit in unit place shall be zero which i even.

Now we know   that $10^n$ is divisible by $5^n$

So adding $p *10^n$ we can convert the n digit number to n+1 digit number and this is divisible by $5^n$.

We have n+1 digit number $p * 10^n  + k * 5^n= (p *2 ^n + k) 5^n$

Now we require and do we have $p *2^n + k$ divisible by 5

That is $p * 2^n \equiv -k \pmod 5$

As 3 is multiplicative inverse of 2 we get

$p  \equiv -k * 3^n \pmod 5$

p cannot be zero as $gcd(3,5) = 1$

So p is 1 or 2 or 3 or 5

If p is 1 or 3 then we are done

If p is 2 or 4 add 5 to p to get p single digit and odd

 

 

Friday, April 17, 2026

2026/042) 65 distinct natural numbers not exceeding 2016 are given. Prove that among these numbers we can find four a,b,c,d such that a+b-c-d is divisible by 2016.

Out of 65 numbers one can choose 2 numbers in ${65}\choose {2}$ 2080 ways.

We have 2080 pairs and when we divide by 2016 there can be 2016 remainders So there exists a, b and c,d such that dividing a + b by 2016 leaves the same remainder as c + d dividing by 2016.  

Or a + b -c - d is divisible by 2016 . This is based on pigeon hole principle