Find the lengths of the diagonals of this trapezoid. when the given length for the sides are (-b,c), (b,c),(a,0), (a,0)

Are those the coordinates of corners or the lengths of sides?

If they are coordinates, two of them are the same, and you do not have a trapezoid. You may have omitted a minus sign.

To find the lengths of the diagonals of a trapezoid, you can use the distance formula. The distance formula states that the distance between two points, (x1, y1) and (x2, y2), is given by:

Distance = √[(x2 - x1)^2 + (y2 - y1)^2]

Let's use this formula to find the lengths of the diagonals of the trapezoid with the given coordinates.

First, let's label the coordinates:

Point A: (-b, c)
Point B: (b, c)
Point C: (a, 0)
Point D: (a, 0)

Now, we can find the lengths of the diagonals using the distance formula.

Length of Diagonal AC:
Distance AC = √[(a - (-b))^2 + (0 - c)^2] = √[(a + b)^2 + c^2]

Length of Diagonal BD:
Distance BD = √[(a - b)^2 + (0 - c)^2] = √[(a - b)^2 + c^2]

Therefore, the lengths of the diagonals of the trapezoid are:
AC = √[(a + b)^2 + c^2]
BD = √[(a - b)^2 + c^2]