Friday, September 7, 2018

2018/016) For what natural numbers can the product of some numbers of $n,n+1,n+2,n+3,n+4,n+5$ be same as product of other numbers

As it is sequence of 6 consecutive numbers more than one number cannot be divisible by 7.

If one number is divisible by 7 then it cannot be divided to 2 groups for product to be same.

So the numbers have to be  of the form 7m+1,7m+2,7m+3,7m+4,7m+5,7m+6 and product of them mod 7 is 6. and hence it is not a square ( square mod 7 are 1,4,2).

So no solution exists

Wednesday, September 5, 2018

2018/015) Find all positive n such that $3^{n-1} +5^{n-1} $ divides $3^n + 5^n$

We have $3^n + 5^n= 3(3^{n-1} +5^{n-1}) + 2*5^{n-1}$
So if  $3^{n-1} +5^{n-1} $ divides $3^n +5^n $ then it divides $2*5^{n-1}$
But $3^{n-1} +5^{n-1} $ does not divide $5^{n-1}$ and they are co-primes
So $3^{n-1} +5^{n-1} $ divides 2
So $3^{n-1} +5^{n-1}$ = 1 or 2 so we get n= 1

Friday, August 31, 2018

2018/014) Find all triples (p,x,y) such that $p^x= y^4+4$ where p is a prime and x and y are natural numbers

We have $p^x=(y^4+4) = (y^4+ 4y^2+4) - 4y^2= (y^2+2)^2-(2y)^2$
Or $p^x= (y^2+2y+2)(y^2-2y+2)$
Now as p is prime we have both $y^2+2y+2)$ and $(y^2-2y+2)$ are powers of p and as
$(y^2-2y+2) < (y^2+2y+2)$
So $(y^2-2y+2)$ divides $(y^2+2y+2)$ divides the difference that is 4y
So $y^2 - 2y +2 -4y <=0$ or $y^2-6y+2<=0$ or $(y-3)^2< 7$ or $ y - 3 < 3$ or $y < 6$
Putting y = 1 to 5 in original equation we see that (p,x,y) = (5,1,1) is the only solution

Monday, June 11, 2018

2018/013) Find the function $f(x)$ if: $f''(x)=12x+8$ and $f'(-1)=0$ $f(-1)=0$

$f''(x) = 12 x +8$ 
so integrate to get 
$f'(x) = 6x^2+8x + C$ where C is constant of integration 
$f'(-1) = 6 = 8 + C = 0$ or C = 2 
so f$'(x) = 6x^2+ 8x + 2$ 
integrate once more 
$f(x) = 2x^3 + 4x^2 + 2x + D$ 
$f(-1) = -2 + 4 - 2 + D = 0$ or D = 0 
so $f(x) = 2x^3+ 4x^2 + 2$

Saturday, May 26, 2018

2018/012) How many pairs of numbers are there whose LCM = 600

We have $600= 2^3 * 3 * 5^2$.
For 2 number to have LCM they have to be of the form $2^a3^b4^c$ so let one number
be $2^r3^s5^t$ and aother number be $2^m3^n5^p$. and
$0 <= r < 3$, $0 <= m <=3$ and either r or m = 3
So we have 7 choices for r,m r=3, m= 0 to 3 ( 4 choices) or m =3 r = 0 to 2 ( 3 choices) (m =3, r =3
is already taken care of)
$0 <= s < 1$, $0 <= n <=1$ and either s or n = 1,
3 choices s=0 , n= 1 or s =1 , n = 1 or s =1 , n = 0
$0 <= t < 2$, $0 <= p <=2$ and either t= 2 or p= 2
So we have 5 choices for t,p  t = 2, p = 0 to 2 ( 3 choices) or p =2 t = 0 to 1 ( 2 choices)
So number of pairs = 7 * 3 * 5= 105
Out of which both are 600 is one case.
(m, n) pair is same as (n,m)
So total number of ordered pairs = $1 + \frac{105-1}{2} = 53$

2018/011) Let $P(n) = (n+1)(n+(n+3)(n+5)(n+7)(n+9)$ What is the largest integer that is a divisor of P(n) for n even

Choose 2 values quite far off (as, if we chose 2 consecutive values then 4 terms shall be same
We have $P(2) = 3 * 5 * 7 * 9 *11$
and $P(10) = 11 * 13 * 15 * 17 * 19$
$GCD(P(2),P(10) = 15$
So GCD of the numbers shall be factor of 15
Now we have $(n+1)(n+3)(n+5)(n+7)(n+9) \equiv (n+1)(n+3)(n+2)(n+1)(n+3) \pmod 3$
and it is product of 3 consecutive numbers we have this is divisible by 3
Now we have $(n+1)(n+3)(n+5)(n+7)(n+9) \equiv (n+1)(n+3)(n+5)(n+2)(n+4) \pmod 5$
and it is product of 5 consecutive numbers we have this is divisible by 5
So it is divisible by 15
So 15 is the required number

Sunday, May 13, 2018

2018/010) Find solution of $(2x+1)(30x+1)(3x+1)(5x+1) = 10$

we have $(2x+1)(30x+1)(3x+1)(5x+1) = 10$
or
$(60x^2+ 32x + 1)(15x^2+ 8x + 1) = 10$

letting $15x^2 + 8x = t$
$(4t+1)(t+1) = 10$
or
$4t^2 + 5 t + 1 = 10$
or $4t^2 + 5t - 9 = 0$
or $(4t+9)(t-1) = $

t =  1 or -9/4
t = 1 gives
$15x^2 + 8x-1=0$ giving $x = \dfrac{-4\pm\sqrt{31}}{15}$

or  $(15x^2 + 8x +\frac{9}4{4}) = 0$
or $(60x^2+ 32x + 9) = 0$
this gives complex solution
so solutions are  $x = \dfrac{-4\pm\sqrt{31}}{15}$