<p>How many 5 card arrangements can be made if card c cannot be on either end</p>
<p>c cannot be at either end, so for slot a there are 4 possibilites (all the cards except c)</p>
<p>now go to the other end (slot e) - there are 3 possibilites because one of them was used up on the first slot</p>
<p>now go back to slot b - there are 3 possibilities - all 5 cards minus the 2 that are already placed at either end
2 possibilites for slot c
1 possibility for slot d
so there are 4 x 3 x 2 x 1 x 3 = 72 different arrangements.</p>
<p>There are 4 possibilities for the first end, then three for the other end, then 3 for one of the middles, then 2 for the next middle, then 1 for the final middle (idk if that makes sense....lol)</p>
<p>Here is a straight foward explanation; This is a simple permutation problem...</p>
<p>5 cards arranged in random order (no repetition):
5! = 5<em>4</em>3<em>2</em>1 = 120 total combinations</p>
<p>Subtract the number of combinations possible with C at the end.
That value = 4! because C is fixed and there are 4 cards left to be arranged in random order.</p>
<p>4<em>3</em>2<em>1 = 24
Multiply this by 2 to account for the other end,
24</em>2 = 48
120 total - 48 with C at the end
120 - 48 = 72</p>