I ran into the following question:
Let $G=(V,E)$ be a planar graph. Prove that the graph has a bipartite subgraph that contains at least $2/3$ of the edges from $G$.
I tried building an algorithm for deleting edges from faces with an odd length, but I was told that there too many cases and it won't work on all the cases.
I suppose you are permitted to use the four color theorem, that every planar graph is $4$-colorable. Thus it will suffice to prove the more general statement: Every $4$-colorable graph $G$ has a bipartite subgraph which contains at least $2/3$ of the edges of $G.$
Let $G=(V,E)$ be a $4$-colorable graph. Let $$V=V_1\cup V_2\cup V_3\cup V_4$$ be a partition of $V$ into four independent sets. Then $$E=E_{1,2}\cup E_{3,4}\cup E_{1,3}\cup E_{2,4}\cup E_{1,4}\cup E_{2,3}$$ where $E_{i,j}$ is the set of all edges of $G$ with one endpoint in $V_i$ and the other in $V_j.$ Since $$|E|=|E_{1,2}\cup E_{3,4}|+|E_{1,3}\cup E_{2,4}|+|E_{1,4}\cup E_{2,3}|,$$ it follows that $$\min\{|E_{1,2}\cup E_{3,4}|,\ |E_{1,3}\cup E_{2,4}|,\ |E_{1,4}\cup E_{2,3}|\}\le\frac13|E|.$$ Assume w.l.o.g. that $|E_{1,2}\cup E_{3,4}|\le\frac13|E|$ and let $$F=E\setminus(E_{1,2}\cup E_{3,4})=E_{1,3}\cup E_{2,4}\cup E_{1,4}\cup E_{2,3}.$$ Then $(V,F)$ is a bipartite subgraph of $G$ with bipartition $V'=V_1\cup V_2$ and $V''=V_3\cup V_4,$ and $|F|\ge\frac23|E|.$
More generally, if $\chi(G)\le 2n,$ then $G$ has a bipartite subgraph $H$ with $e(H)\ge\frac n{2n-1}e(G),$ where $e(\cdot)$ denotes the number of edges.