The first equation
$$
x \cdot y = 6930 \quad (*)
$$
implies that both $x$ and $y$ can not be zero.
So the second equation
$$
\frac{y}{x} = 1.41 \quad (**)
$$
is equivalent (has the same solutions) to
$$
y = 1.41 \cdot x
$$
We can insert this into the first equation and get
$$
x \cdot (1.41 \cdot x) = 6930
$$
which simplifies to
$$
x^2 = \frac{6930}{1.41}
$$
or
$$
x = \pm \sqrt{\frac{6930}{1.41}}
$$
where the $\pm$ is short hand notation for two solutions, one positive, one negative.
Finally we get
$$
y
= 1.41 \cdot x
= 1.41 \cdot \pm \sqrt{\frac{6930}{1.41}}
= \pm \sqrt{1.41 \cdot 6930}
$$
So we got four solutions in total, however equation $(*)$ or $(**)$ will only permit pairs of same signs, as we need a positive product or fraction, so we end up with two solutions:
$$
(x, y) =
\pm \left( \sqrt{\frac{6930}{1.41}}, \sqrt{1.41 \cdot 6930}\right)
$$
Update:
Here you can fiddle with GeoGebra: link
This free software allows you to solve the problem graphically, symbolic and numeric.
