You can use Heron's formula to solve this problem.
[tex]A= \sqrt{s(s-a)(s-b)(s-c)} [/tex] , where A is the area; a,b,с are the sides; s is the semiperimeter of the triangle
[tex]s= \frac{a+b+c}{2} [/tex]
According to conditions:
a = x
b = x+1
с = 2x-1
Calculate the semiperimeter:
[tex]s= \frac{x+x+1+2x-1}{2} = \frac{4x}{2}=2x [/tex]
Now we can compose and solve the equation according to Heron's formula:
[tex] \sqrt{2x(2x-x)(2x-(x+1))(2x-(2x-1))}=x \sqrt{10} \\ \sqrt{2x(x)(2x-x-1)(2x-2x+1)}=x \sqrt{10} \\ \sqrt{2x^2(x-1)(1)}=x \sqrt{10} \\ \sqrt{2x^3-2x^2}=x \sqrt{10} \ \ \ |()^2 \\ 2x^3-2x^2=10x^2 \\ 2x^3-2x^2-10x^2=0 \\ 2x^3-12x^2=0 \ \ |:2 \\ x^3-6x^2=0 \\ x^2(x-6)=0 \\ \\ x^2=0 \\ x=0 \ \ \ \O \\ or \\ x-6=0 \\ x=6[/tex]
As a result, x = 6 is your answer.
I hope this helped.