we have angle ABC = angle ACB = angle DEC=angle CDE, BC = 8, and DB = 2. Find AB.

You need to explain a bit more how the angles and sides are positioned.

To find the length of AB, we can use the law of cosines. The law of cosines states that in a triangle with sides a, b, and c, and angle C opposite side c:

c^2 = a^2 + b^2 - 2ab * cos(C)

In triangle ABC, we have angle ABC = angle ACB = angle DEC = angle CDE (let's call it x). Let's denote AB as c and BC as a. Given that BC = 8, and DB = 2, we can calculate the length of AC as follows:

AC = AB + BC = AB + 8

In triangle DEC, we know that DE = 2 (given DB = 2). We can calculate the length of CD as follows:

CD = DE + EC = 2 + AB + 8 = AB + 10

Now, applying the law of cosines to triangle ABC, we have:

AB^2 = AC^2 + BC^2 - 2 * AC * BC * cos(x)

Substituting the values we determined earlier:

AB^2 = (AB + 8)^2 + 8^2 - 2 * (AB + 8) * 8 * cos(x)

Expanding and simplifying:

AB^2 = AB^2 + 16AB + 64 + 64 - 16(AB + 8) * cos(x)

Simplifying further:

0 = 16AB - 128 - 16(AB + 8) * cos(x)

Dividing by 16 and rearranging:

AB - (AB + 8) * cos(x) = 8

Expanding and gathering terms:

AB - AB * cos(x) - 8 * cos(x) - 8 = 0

Factoring AB:

AB(1 - cos(x)) - 8(1 + cos(x)) = 0

Now, solving for AB:

AB = 8(1 + cos(x)) / (cos(x) - 1)

Since we know that angle ABC = angle ACB = angle DEC = angle CDE, we can replace cos(x) with cos(angle ABC):

AB = 8(1 + cos(angle ABC)) / (cos(angle ABC) - 1)

To find the value of AB, we need to know the value of cos(angle ABC). If the value of cos(angle ABC) is not given, we will need additional information to proceed.