Sequences

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 202
Joined: Sun Sep 08, 2013 11:51 am
Thanked: 3 times
Followed by:2 members

Sequences

by sukhman » Thu Nov 26, 2015 12:47 am
The sum to infinity of a GP is 27 and sum of squares of the terms is 243 , Find the common ratio
a)1/2 b)2 c)3 d)1/3 e) 1
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 274
Joined: Fri Sep 18, 2015 10:58 pm
Thanked: 12 times
Followed by:1 members
GMAT Score:530

by vishalwin » Thu Nov 26, 2015 11:54 am
OA: A

point 1: a + ar + ar^2.........infinity = a/ (1-r) = 27 -----(1)

point 2: a^2 + a^2 r^2......infinity = a^2/(1-r^2) = 243

point 2 can be written as a/(1-r) * a/(1+r) = 243

27 * a/(1+r) = 243

so, a/(1+r) = 9 ------(2)



divide (1) by (2)

(1+r)/(1-r) = 3

on solving this you will get r = 1/2 = common ratio


1+r = 3-3r

4r = 2

r = 1/2
Thanks & Regards
vishalwin
------------------------------------
GMAT Score - 530
I will BEAT the GMAT!

User avatar
Master | Next Rank: 500 Posts
Posts: 202
Joined: Sun Sep 08, 2013 11:51 am
Thanked: 3 times
Followed by:2 members

by sukhman » Thu Nov 26, 2015 9:30 pm
I thought point 2 be a^2/(1-r)^2 = 243
but it turned out a^2 + a^2 r^2......infinity = a^2/(1-r^2) = 243

GMAT Instructor
Posts: 2630
Joined: Wed Sep 12, 2012 3:32 pm
Location: East Bay all the way
Thanked: 625 times
Followed by:119 members
GMAT Score:780

by Matt@VeritasPrep » Thu Nov 26, 2015 11:32 pm
Another option:

a + ar + ar² + ... = 27

a² + a²r² + a²r� + ... = 243

so ...

a * (1 + r + r² + ...) = 27

a² * (1 + r² + r� + ...) = 243

We know that if r < 1, we can write (1 + r + r² + ...) as 1 / (1 - r).

Assuming this to be true (otherwise the series diverges), we can write the first series as

a/(1 - r) = 27

In the second GP, since we have ((r²)� + (r²)¹ + (r²)² + ...), our ratio is r², so we have (1 + r² + r� + ...) = 1 / (1 - r²), and

a²/(1 - r²) = 243

Using the difference of squares, this gives us

a/(1 + r) = 9

So we have a/(1 + r) = 9 and a/(1 - r) = 27, or

9(1 + r) = 27(1 - r), or r = 1/2