Some sums to solve

I think the following questions require good amount of thinking,but even after such a short stint with targetiit, i realized one thing and that is, no man made problem can escape from the axe of problem solving here :) [I hope I said nothing too emotional]

1> A number p behaves such that it divides 79 + 97 and 60<p<70. Find all solutions of x3 + px - 5p = 0

2> If a,b are positive quantities and if

a1 = a+b2 , b1 = √(a1b) , a2 = a1+b12 , b2 = √(a2b1) and so on , then show that
Ltn→∞ an = Ltn→∞ bn = √(b2 - a2)cos-1 (ba)

3> Prove that n ( n6 - 1 ) is always divisible by 42.

4> Wilson's theorem states that, if p is a prime then
( p - 1 ) ! + 1 ≡ 0 ( mod p ) and also the converse. Can you prove them ?

5 Answers

62
Lokesh Verma ·

3> Prove that n ( n6 - 1 ) is always divisible by 42.

this is same as prove that n7-n is always divisible by 42

by fermat's, we can prove that n7-n is always a multiple of 7

also we can say that the number is even because either n or n6-1 is even....

also we can say that n(n6-1) is a multiple of n(n2-1)

applying fermat's again we can say taht n3-n is a multiple of 3

hence the given number is a multiple of 7, 3 and 2 .. hence a multiple of 42

62
Lokesh Verma ·

Read these posts for coefficient of x^k in the expansion type of problems...

http://targetiit.com/iit-jee-forum/posts/binomial-dbt2-11998.html
http://targetiit.com/iit-jee-forum/posts/summation-903.html
http://targetiit.com/iit-jee-forum/posts/eazzy-9162.html
http://targetiit.com/iit-jee-forum/posts/binomial-1s-10954.html

Read the proof of wilson's here: http://en.wikipedia.org/wiki/Wilson%27s_theorem
I am too lazy to type the proof :P

1
Maths Musing ·

Absolutely correct sir, please let me give the solution for the first one ----

79 + 97 is an even number , so p can take values of 62 , 64 ,66 , 68 only.
Now 7 ≡ -1 (mod 8)
or, 79 ≡ -1 (mod 8)
so 79 + 1 is divisible by 8.
Again , 9 ≡ 1 (mod 8)
so 97 ≡ 1 (mod 8)
i.e, 97 - 1 is divisible by 8 .
so (97 - 1) + (79 +1) is divisible by 8, or 97 + 79 is divisible by 8.
So p should a multiple of 8.
So p = 64
Now x3 + px -5p = 0 becomes
x3 + 64x - 5 * 64 =0
or , x = 364( 5 - x )
clearly , x = 4 is the only real solution.

341
Hari Shankar ·

even numbers can be multiples of odd numbers. so eliminating the odd numbers there isnt right

1
Maths Musing ·

Thank you sir for completing my solution --- really I hadn't thought about it.

Your Answer

Close [X]