Can someone help me with finding a solution for this ques...

This topic has expert replies
Junior | Next Rank: 30 Posts
Posts: 18
Joined: Fri Dec 23, 2011 8:09 pm
In how many ways can you arrange 4 alphabets(w,x,y & z) in a straight line so that w comes before y?

Legendary Member
Posts: 1085
Joined: Fri Apr 15, 2011 2:33 pm
Thanked: 158 times
Followed by:21 members

by pemdas » Tue Jan 31, 2012 7:20 pm
start from constraint given that w stands in front of y
method one - listing options
_y _ _ , 1*1*2*1=2
_ _ y _ , 2*1*1*1 OR 2*1*1*1 ==4
_ _ _ y , 3*2*1*1=6
total ways' count is (2+4+6)=12

method two - counting
fix y in the second place and count ways, 1 for w and 2C1 for other alphabets 1*2C1=2
fix y in the third place ~, 2 for w and 2C1 for other alphabets 2*2C1=4
fix y in fourth place ~, 3! ways for three alphabets=6
total ways's count is (2+4+6)=12
geet_ge wrote:In how many ways can you arrange 4 alphabets(w,x,y & z) in a straight line so that w comes before y?
Success doesn't come overnight!

User avatar
MBA Admissions Consultant
Posts: 2279
Joined: Fri Nov 11, 2011 7:51 am
Location: New York
Thanked: 660 times
Followed by:266 members
GMAT Score:770

by Jim@StratusPrep » Tue Jan 31, 2012 7:23 pm
Simple version...

Start as permutation: 4 * 3 * 2 * 1 = 24 ways to write the letters. Then, w will be in front of y exactly half of those times.

24/2 = 12 ways
GMAT Answers provides a world class adaptive learning platform.
-- Push button course navigation to simplify planning
-- Daily assignments to fit your exam timeline
-- Organized review that is tailored based on your abiility
-- 1,000s of unique GMAT questions
-- 100s of handwritten 'digital flip books' for OG questions
-- 100% Free Trial and less than $20 per month after.
-- Free GMAT Quantitative Review

Image

Junior | Next Rank: 30 Posts
Posts: 21
Joined: Sun Jan 22, 2012 7:47 am
Thanked: 1 times

by somsubhra86 » Mon Feb 06, 2012 7:18 am
Hi

If W in the first position then total no ways=3!=6 ways
if W in the second position total ways=3p2 -1=5 ways
if w is in 3rd position only =1 way

total=6+5+1=12 ways.