Question: Given matrix $A\in M_n\left(K\right)$, $\operatorname{rank}(A)\leq\frac{n}{2}$. Prove that there exists $X\in M_n\left(K\right)$ such that $X$ is symmetrical and $X$ satisfies $AX=0$.
My thoughts. I know that $\operatorname{rank}(X)\geq\frac{n}{2}$ as $\operatorname{rank}(X)=n-\operatorname{rank}$. And than I stuck.
EDIT
$X$ is non-zero
Symmetrical means $X=X^T$
The solution is simple if $K=\mathbb{R}$. Since $\operatorname{rank}(A) < n$. There is a $v \neq 0$ such that $Av=0$. Clearly $X=vv^T \neq 0$ (since $\operatorname{trace}(X) = \|v\|^2 > 0$) and is symmetric, and $AX=0$.