Processing math: 100%

Saturday, May 30, 2020

Q2020/019) If 3^x=4^y=12^z, then prove that \frac{1}{x} + \frac{1}{y}= \frac{1}{z}

3^x = 12^ z
so 3 = 12^\frac{z}{x}\cdots(1)
4^y = 12^z
So 4^y = 12^ \frac{z}{y}\cdots(2)
Hence 12 = 3 * 4 = 12^{(\frac{z}{x} + \frac{z}{y})} From (1) and (2)
So \frac{z}{x} + \frac{z}{y}= 1 or \frac{1}{x} + \frac{1}{y}= \frac{1}{z}

2020/018) Prove that 3^n>=27n^3 for n >=9

To prove the same we use principle of mathematical induction

Base step

For n = 9 LHS = 3^9 = 3^3 * 3^6 = 27 * 9^3 so 3^n >= 27n^3

SO base step is true

Now (\frac{n+1}{n})^3 decreases as n increases and at n = 9 we have   (\frac{n+1}{n})^3= \frac{1000}{729}< 3

So (\frac{n+1}{n})^3< 3 for all n>=9

Or 3 > (\frac{k+1}{k})^3\cdots(1) for all k>=9

Let it be true for n = k k >=9

We need to prove it to be true for n =  k+ 1

3^k > = 27 k^3

Multiplying by (1) on both sides

3^{k+1} > = 27 * (\frac{k+1}{k})^3 * k^3

Or 3^{k+1} >= 27(k+1)^3

So it is true for n = k+ 1

We have proved the induction step also

Hence proved



Saturday, May 16, 2020

2020/017) FInd q when the equation x^4-40x^2+q=0 has 4 roots is AP.

Because it has 4 roots in AP so let the roots be a-3d, a-d,a+d, a+3d 
The sum of the root is zero as coefficient of x^3=0
So we have (a-3d)+(a-d)+(a+d)+(a-3d) = 4a = 0
Or a=0
Hence the roots are -3d, -d, d, 3d
So Equation becomes  (x+3d)(x+d)(x-d)(x-3d)=0
Or (x+3d)(x-3d)(x+d)(x-d)=0
Or (x^2-9d^2)(x^2-d^2) =  x^4-10d^2x^2+ 9d^4=0
Comparing with given equation -10d^2= - 40 or d^2=4
And q=9d^4= 9 (4)^2= 144
Hence q= 144


Sunday, May 3, 2020

2020/016) find n such that \sqrt{n} + \sqrt{n+2005} is a natural number

Let \sqrt{n+2005} + \sqrt{n} =m \cdots(1)

We know (n+2005) - (n) = 2005
Or (\sqrt{n+2005})^2 - (\sqrt{n})^2 = 2005
Or (\sqrt{n+2005} +  \sqrt{n}) (\sqrt{n+2005} - \sqrt{n}) = 2005\cdots(2)

Dividing (2) by (1) we get
(\sqrt{n+2005} - \sqrt{n}) = \frac{2005}{m}\cdots(3)

Subtracting  (3) from (1) we get 2\sqrt{n}= m - \frac{2005}{m}

Clearly we have m^2>=2005 so we choose m factor of 2005 that is 401, 2005

Taking m= 2005 we get n = (\frac{1}{2}(2005-1)^2 = (1002)^2 = 1004004

Taking m= 401 we get n = (\frac{1}{2}(401-5)^2 = (198)^2 = 39204

So we have solution set (1004004,39204)

2020/015) Find integers n and k such that n!+8 = 2^k

Firstly n\lt 6 because if n >= 6 then is is divisible by 2^4 ( 2 comes once in 2 twice in 4 and once is 6 so at least 4 times and 2^4=16.

we can show it in another way that 6!=720 = 16 * 45
so n>6 n! shall be divisible by 16 so say value is 16m

now n!+8 = 16m+8 = 8(2m+1) and as it is product of 8 and an odd number greater than 1 so it cannot be power or 2 .

Further n cannot be less than 4 because 8 has to  to factor of n

so we need to check for n = 4 and n = 5

no 4!+8 = 24 + 8 = 32 giving n =  4 k = 5

5! + 8 = 120 + 8 = 128 = 2^7 giving n =  5 and k = 7