Light bulbs

This topic has expert replies
Master | Next Rank: 500 Posts
Posts: 238
Joined: Tue Feb 10, 2009 8:44 am
Thanked: 9 times

Light bulbs

by avenus » Sun May 31, 2009 10:43 am
A grid of light bulbs measures x bulbs by x bulbs, where x > 2. If 4 light bulbs are illuminated at random, what is the probability, in terms of x, that the 4 bulbs form a 2 bulb by 2 bulb square?
Attachments
choices.JPG
Source: — Problem Solving |

Master | Next Rank: 500 Posts
Posts: 119
Joined: Tue Jan 20, 2009 10:16 pm
Thanked: 9 times
GMAT Score:730

by mikeCoolBoy » Sun May 31, 2009 11:30 am
IMO B

This is a VIC problem, so you can solve it by picking numbers or by algebra. Normally when the algebra is difficult the best approach is to pick numbers.

Let's pick x = 4. Now we have to calculate the probability that in a bulb 4x4,in which 4 bulbs are illuminated at random,these bulbs form a 2x2 bulb square.

Probability = desire outcomes/total possibilities.

total possibilities = C(16,4) = 16!/12!4! = 4 x 5 x 7 x 13

now we have to calculate how many of those combinations represent a 2x2 bulb square. If you don't know how to calculate this you can just draw the square and count. If you do so, you'll see that the combinations are 9. In fact the formula is (x-1)^2

the probability is = 9/ (4x5x7x13)

now we have to plug 4 in every of the solutions

if you plug it in B

24 (4-1) / (4^2)(4^2-2)(4^2-3)(4 +1) = 72/(16 * 14 * 13 * 5) = 9 /(4*7*13*5)


You can solve the problem using algebra and then you have to calculate everything based on X

total combinations = C(X^2,4)= X^2!/(X^2-4)!4! =
(X^2) * (X^2-1) * (X ^2 - 2) * (X ^2-3)/ 4!
you can notice that (X^2-1) = (X-1)(X+1)

desire outcomes = (X-1)(X-1)

Probability = (X-1)(X-1)/(X^2)(X-1)(X+1) (X ^2 - 2) * (X ^2-3)/ 4! = 4!(X-1)/(X^2)(X+1) (X ^2 - 2) (X ^2-3)

Master | Next Rank: 500 Posts
Posts: 238
Joined: Tue Feb 10, 2009 8:44 am
Thanked: 9 times

by avenus » Tue Jun 02, 2009 1:03 am
OA B

Junior | Next Rank: 30 Posts
Posts: 22
Joined: Fri Mar 06, 2009 3:36 pm

by muna_m » Tue Jun 02, 2009 10:51 am
now we have to calculate how many of those combinations represent a 2x2 bulb square.

You said formula is (x-1)^2. How did u get this formula?? Also what if i wanted to find out combinations of 3x3. How to do this?

User avatar
GMAT Instructor
Posts: 3225
Joined: Tue Jan 08, 2008 2:40 pm
Location: Toronto
Thanked: 1710 times
Followed by:614 members
GMAT Score:800

by Stuart@KaplanGMAT » Tue Jun 02, 2009 12:06 pm
muna_m wrote:now we have to calculate how many of those combinations represent a 2x2 bulb square.

You said formula is (x-1)^2. How did u get this formula?? Also what if i wanted to find out combinations of 3x3. How to do this?
How many 1*1 (i.e. how many items in the grid) is x^2
How many 2*2 is (x-1)^2
How many 3*3 is (x-2)^2

and so on, and so on...
Image

Stuart Kovinsky | Kaplan GMAT Faculty | Toronto

Kaplan Exclusive: The Official Test Day Experience | Ready to Take a Free Practice Test? | Kaplan/Beat the GMAT Member Discount
BTG100 for $100 off a full course

Junior | Next Rank: 30 Posts
Posts: 22
Joined: Fri Mar 06, 2009 3:36 pm

by muna_m » Wed Jun 03, 2009 8:04 am
Oh yea! Thanks :)