Given two noncoplanar lines $p$ and $q$, and a point $A$, does there always exist a line that passes through $p$, $q$ and $A$?
This should be solved using Hilbert's axioms.
Intuitively, that line doesn't always exist, but I don't know how to formally prove it.
I tried the following: Let's assume that there always exist a line that passes through $p$, $q$ and $A$. We denote that line as $a$. There exists excatly one plane that contains a line and a point that doesn't belong to it. So, let $\alpha$ = $\alpha$($p$, $A$) and $\beta$ = $\beta$($q$, $A$) be planes that are defined by the terms in brackets. Clearly, $\alpha$ $\cap \beta$ = {$a$} (if two planes interesect, their intersection is a line). But this doesnt' seem to yield anything useful.