1 red flag, 3 white flags and 2 blue flags are arranged in a line such that: no two adjacent flags are of the same colour and the flags at the ends are of 2 different colours. In how many different ways the flags be arranged?
okay i broke it down and approached like this which is not a proper method as if the no of each flag were high or then i cannot break down like that as it will be time consuming also i am not using p&C
arrangement start with R
R W B W B W
RWBWWB not possible
arrangement start with W
last flag R or B
W B W B W R
W R W B W B
W B W R W B
arrangement start with B
B W B W R W
B W R W B W
total 6 arrangements
okay i broke it down and approached like this which is not a proper method as if the no of each flag were high or then i cannot break down like that as it will be time consuming also i am not using p&C
arrangement start with R
R W B W B W
RWBWWB not possible
arrangement start with W
last flag R or B
W B W B W R
W R W B W B
W B W R W B
arrangement start with B
B W B W R W
B W R W B W
total 6 arrangements