Prove that there is no bipartite graph on $14$ vertices with degree sequence: $$6, 6, 6, 6, 6, 6, 6, 6, 5, 3, 3, 3, 3, 3.$$
I assume a vertex with degree $5$ breaks this graph from being bipartite.
I was thinking to let the number of vertices with degree $3 = x$ and those with degree $5 = y$. I'm still thinking about what to do from there...
Because the graph is bipartite, the sum of the degrees of the vertices on the left side is equal to the sum of the degrees of the vertices on the right side. They both are equal to half of the sum of the numbers you are given. You need to show that no subset of those numbers has a sum that is equal to half of the sum of all the numbers. Hint: modular arithmetic.