If we consider bad cases:
Number of passengers in each row should be 3,2,1(0 is not possible because we are considering bad cases and we shouldn’t have 2 empty adjacent seats in a row for the couple)
Cases of number of passengers in the rows:
Case1)3,3,1,1
Case2)3,2,2,1
Case3)2,2,2,2