Guest is correct -- but there is an easier way ...
Using the Law of Cosines:
[You can't use the Pythagorean Theorem because it isn't a right triangle.]
Use the Law of Cosines to find the third side of the triangle: c2 = a2 + b2 - 2·a·b·cos(C)
---> c2 = (2.6)2 + (5.6)2 - 2·(2.6)·(5.6)·cos(70)
---> c2 = 28.160
---> c = 5.3
Now, use Heron's formula:
s = (2.6 + 5.6 + 5.3) / 2 = 6.75
Area = sqrt( 6.75 · (6.75 - 2.6) · (6.75 - 5.6) · (6.75 - 5.3) ) = 6.83
But, there is an easier way: use this formula for area: Area = ½ · a · b · sin(C)
Area = ½ · (2.6) · (5.6) · sin(70)
Area = 6.84
The difference between the two answers is due to a rounding error in my using Heron's formula.