It's not clear if you are writing 6 * sqrt(7) * x or 6 * sqrt(7 * x) so I'll assume the former.
Don't let the square roots scare you, this can be factorised in the same way as most very simple quadratics. This is actually an easy problem designed to look difficult. In fact the very last term (sqrt(7)sqrt(11)) gives the answer away immediately.
(6x + sqrt(11))(2x + sqrt(7)) is the answer.
Edit - just noticed you said "solve". The solutions are the roots of the equation - the additive inverses of the "non-x" terms (zeroth-order terms) in the brackets. So the solutions are -sqrt(11) and -sqrt(7).