sign up I login
 advanced
refer a friend - earn nickels!!

Ask & Discuss Questions with Community & Experts

Moderation Team
 90 chars left    advanced
Ask iit jee aieee pet cbse icse state board community Community Discussion Question: progressiion
Forum Index -> Algebra like the article? email it to a friend.  
Author Message
shailesh_45 (72)

Blazing goIITian

Olaaa!! Perrrfect answer. 12  [18 rates]

shailesh_45's Avatar

total posts: 349    
offline Offline
1]     If 1+ 3+ 9 + 27+...to  n  terms exceeds  1000, find the minimum value of n.
 
 
2]    Find the sum to  2n  terms of the series whose every even term is  a  
       times   the term before it and every odd term is  c  times the term   
       beforeit,  the first term being unity.
 
3]    Find the sum of the proper divisor of the fillowing
       (i)  210  . 57. 118     ii)  6a .  10b . 15c
          where a,b , c are positive  integers
 
 
    
risin (179)

Scorching goIITian

Olaaa!! Perrrfect answer. 27  [49 rates]

risin's Avatar

total posts: 213    
offline Offline
1)In gp,so 1(1-3n)/1-3 >=1000
                  3n-1>=2000
                  3n>=2001
                   =>n=7.
 this reply: 2 points  (with Olaaa!! Perrrfect answer.   in 1 votes )   [?]
 
You have to be logged on to rate
  
mujtaba4iit (501)

Blazing goIITian

Olaaa!! Perrrfect answer. 83  [126 rates]

mujtaba4iit's Avatar

total posts: 336    
offline Offline
a)Sn=a(rn-1)/(r-1)

Sn= 1(3n-1)/(3-1)
Sn= (3n-1)/2

Now since u want the value of n so that the term just exceeds 1000.
1000<(3n-1)/2
2000<(3n-1)
2001<3n

Now we shall see the value of n for which the value of 3n is more than 1000.

36 =729
37 =2187 which is the minimum for which the value is more than 1000.
so, the answer is 7

Plz rate if its helpful and correct.

<TABLE CELLSPACING="1" CELLPADDING="1" BORDER="0">
<TR><TD>


<DIV ALIGN="right">Glitter Graphics</DIV></TD></TR></TABLE>




 this reply: 2 points  (with Olaaa!! Perrrfect answer.   in 1 votes )   [?]
 
You have to be logged on to rate
  
mukundmadhav (460)

Blazing goIITian

Olaaa!! Perrrfect answer. 74  [119 rates]

mukundmadhav's Avatar

total posts: 432    
offline Offline
3) Consider the expression (1+ 2 + 2^2 + ..... 2^10)(1+ 5+ 5^2 +....5^7)(1+ 11+ 11^2+ .... 11^8)

Each term of the expansion of this will be a divisor of the given number, and no two terms will be the same as 2, 5, 11 are prime numbers.. So the given expression is the sum you're looking for. Solve the inner brackets by expression for sum of a GP
S=a(r^n-1)/(r-1) and multiply..

Rate if helpful..
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
spideyunlimited (4185)

Moderator

Olaaa!! Perrrfect answer. 699  [1044 rates]

spideyunlimited's Avatar

total posts: 3101    
online Online
2] Find the sum to 2n terms of the series whose every even term is a times the term before it and every odd term is c times the term before it, the first term being unity.


T1 T2 T3.......Tn......T2n

T1 = 1
T2 = a
T3 = ca
T4 = c.a^2
T5 = c^2.a^2
Tk if k is even = a^(k/2). c^(k/2 - 1)

T2n = a^(2n/2).c^(2n/2 -1)
T2n = a^n. c^(n-1)

S 2n = 1 + a + ca + c.a^2 + c^2.a^2 + c^2.a^3 .....a^n. c^(n-1)
= 1 + [ a + ca^2 + c^2.a^3 ....+ a^n.c^(n-1) ] + [ ca + c^2.a^2 + c^3.a^3..... + a^(n-1). c^(n-1) ]
= 1 + [ a.(a^n.c^n - 1) / (ac - 1) ] + [ ac( a^(n-1).c^(n-1) - 1) / (ac - 1) ]
..
..
.. solving further..

---> S 2n = (a^n.c^n - 1)(a + 1) / (ac - 1)

---------------------------------------------------------------

- Gaurav Ragtah (spideyunlimited)
 this reply: 5 points  (with Olaaa!! Perrrfect answer.   in 1 votes )   [?]
 
You have to be logged on to rate
  
spideyunlimited (4185)

Moderator

Olaaa!! Perrrfect answer. 699  [1044 rates]

spideyunlimited's Avatar

total posts: 3101    
online Online
correct?

---------------------------------------------------------------

- Gaurav Ragtah (spideyunlimited)
 this reply: 0 points  (with Olaaa!! Perrrfect answer.   in 0 votes )   [?]
 
You have to be logged on to rate
  
allamraju (3435)

Blazing goIITian

Olaaa!! Perrrfect answer. 607  [807 rates]

allamraju's Avatar

total posts: 1014    
offline Offline
2)The sum is 1+a+ac+a2c+a2c2+a3c2+a3c3+......upto 2n terms=(1+a)+ac(1+a)+a2c2(1+a)+....upto n terms.This is a G.P with first term (1+a) and common ratio ac.Hence,the sum is

(1+a)[1-(ac)n]/(1-ac)

MAKING A MISTAKE IS HUMAN BUT REPEATING IT IS IDIOTIC.
 this reply: 5 points  (with Olaaa!! Perrrfect answer.   in 1 votes )   [?]
 
You have to be logged on to rate
  
allamraju (3435)

Blazing goIITian

Olaaa!! Perrrfect answer. 607  [807 rates]

allamraju's Avatar

total posts: 1014    
offline Offline
3)If p1,p2,... are primes then the sum of proper divisors of p1k1.p2k2......is

[(p1k1+1-1)/p1-1][p2k2+1-1/p2-1]......

So,for the first bit,It is (211-1)(58-1/4)(119-1/10)

for the second bit,Write it as 2a+b.3a+c.5b+c and apply the above formula

MAKING A MISTAKE IS HUMAN BUT REPEATING IT IS IDIOTIC.
 this reply: 5 points  (with Olaaa!! Perrrfect answer.   in 1 votes )   [?]
 
You have to be logged on to rate
  
 
Forum Index -> Algebra
Go to:   

 Aakash Institute IIT/ AIEEE/ Medical Crash Course
Name  
E-mail  
Phone  
Mobile  
** Hurry. Exclusive goIIT Offer. Limited Seats Only!
available in: New Delhi, Amritsar, Bhatinda, Bokaro, Chandigarj, Dehradun, Guwhati, Hyderabad, Indore, Jaipur, Kanpur, Karnal, Kolkata, Kota, Lucknow, Ludhiana, Mumbai, Noida, Patiala, Patna, Pune, Ranchi, Varanasi
Top Offers for goIITians
Correspondence Courses
Brilliant Tutorials
Narayana Institute
Aakash Institute
Classroom/Crash Courses
Aakash-IITJEE : AIEEE
Aakash-IITJEE : DCE
Aakash-IITJEE : MHTCET
Aakash Institute : AIPMT
Online Test Series
Brilliant Tutorials
Narayana Institute
Aakash Institute
Mahesh Tutorials
AMITY      Sri Chaitanya