On splitting up dinner companions and randomness: a probability question

I encountered a probability question recently that has given me fits:

Six friends – Alex, Beth, Chad, Don, Emily, Fred, and George – are headed to popular restaurant for dinner. When they arrive they learn that there are no tables available to accommodate the whole bunch. They must split into a group of two and a group of four. They divide themselves into these two groups randomly (via some no doubt clever, but irrelevant mechanism). What is the probability that Alex and Beth end up at the same table?

I whipped up a solution that I believed to be correct. My solution, however, was not among the multiple choice answers. The nature of my encounter with this problem was such that I did not get to see the correct answer. Where did I go wrong? (Or am I correct and the test makers wrong?) My solution is below, in the spoiler box.

While mathematical solutions are more than welcome, I figured the problem was small enough that I could just use brute force. Below find every combination of diners that could be seated at the two-person table. The remaining diners presumably sat together at the four-person table. A=Alex. B=Beth.

AB*
AC
AD
AE
AF
AG
BC
BD
BE
BF
BG
CD**
CE**
CF**
CG**
DE**
DF**
DG**
EF**
EG**
FG**

One star (*) denotes the combination that seats Alex and Beth together at the two-person table. Two stars (**) denote that combinations that seat neither Alex nor Beth at the two-person table, thereby seating them together at the four-person table.

There are 21 possible seating combinations. 11 of these seat Alex and Beth at the same table. My answer is therefore 11/21. This was not among the selectable answers.

I don’t know if you’re wrong, but the test makers certainly are. Alex, Beth, Chad, Don, Emily, Fred, and George are seven friends, not six.

Are there six or seven friends? You’ve got seven in your list, A–G. If you do your method with six, you’ll get 15 possible combinations at the small table, of which 7 would result in A and B seated together. Thus, 7/15 would be the answer.

The OP’s method is correct for 7 friends and would give the correct answer of 7/15 if there were 6 friends – just eliminate all the listed possibilities where George is at the 2-top*, like MikeS said while I was typing this out. Alternately:

(1/3 chance Alex is at 2-top) * (1/5 chance Beth is, too) +
(2/3 chance Alex is at 4-top) * (3/5 chance Beth isn’t there, too) =
1/15 + 6/15 =
7/15

Asked and answered. My trouble isn’t with probability but with counting. The question specified six friends, and I went ahead and solved for seven. Turns out “F” is the 6th letter of the English alphabet, not “G.” Who knew?

(The original question did not list everyone’s names. It just said “six friends.” I added the names in my retelling to add a little character and to set up the notation I used in my solution.)