What is the maximum number of edges in a Graph on $n$ vertices that does not include $K_{2,3}$ as an induced subgraph? (i.e. what is $\operatorname{ex}(n, K_{2,3})$?)
I'm having difficulty in linking the theory (proofs) to actually applying it in a question. The way I'm thinking of it is every set of $2$ vertices in $G$ should be connected to at most $2$ other vertices. Then, would $\operatorname{ex}(n, K_{2,3})$ be something along $ \leq {n\choose 2} \cdot 2$? I don't know if I'm seeing it correctly or even how to proceed. Would appreciate any help!
Hints: If no $K_{2,t}$ exists,
Note: Of course this isn't a tight bound. I don't think a tight bound easily exists for such questions (unless it's quite trivial), and at best you can ask for an asymptotic bound.