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$
@jean: Am trying to find a simple solution which doesn't involve Trig functions. Meaning any kids can take a normal calculator and have some fun with triangulations.
– Alvin K. Jun 14 '14 at 21:46