Lets start off with a simple right angled triangle 'abc'. (ie: use cartesian coordinates, we mark 'a' and 'b' on x,y axis, 'c' is calculated from Pythagoras therom). Now pick an arbitrary point 'o' to the right of 'c'. We then measure lengths e and f.
Question: Can 'q' be calculated without using the Sine or Cosine Rule, using only lengths 'a' through f? 
UPDATE: I found another solution (no Sine law, only squares & roots) after posting part 2 (links in comments). Also added some numbers to make it easier to verify the answers.

Here we replaced $a = \sqrt{33}, b = 4, c = 7, f = 5, e = \sqrt{32}$ and $B(x,y)$ will touch $Origin(0,0)$ when rotated. Using Heron's area formula, we can deduce $o = A(0,4)$. Similarly, we can deduce $B(1,71,-3.28)$. From there, a pythagoras formula to obtain $q = 7.479$
We can use coordinate geometry. Let the origin be at the right angle, and let the axes be drawn in the natural way. Then the other vertices of the triangle have coordinates $(b,0)$ and $(0,a)$. Let $O$ have coordinates $(x,y)$.
We have $(x-b)^2+y^2=e^2$ and $x^2+(y-a)^2=f^2$. Solve.