For math, I have to find the area of a hexagon when all I know is that each side equals x. I also know that I have to use 3 thereoms. HELPP!

make a sketch.

from the centre draw lines to each of the 6 vertices. This will give you six equilateral triangles with sides x.
Let's concentrate on one of these
Drawing a height "h" in one of these triangles will give us a right-angled triangle of base x/2, height of h, and hypotenuse of x
so (x/2)^2 + h^2 = x^2
x^2/4 + h^2 = x^2
.
.
h = (√3/2)x

so the area of one triangle = (1/2)(x)√3/2)x
= (√3/4)x^2
but we have 6 of these, so
total area
= 6((√3/4)x^2)
= (3√3/4)x^2

messed up the last, line should say

(3√3/2)x^2

Sure, I can help you with that!

To find the area of a hexagon when you only know the length of each side, you can use the following approach:

1. Start by drawing a hexagon with each side equal to x.

2. Divide the hexagon into six congruent equilateral triangles.

3. The area of an equilateral triangle can be found using the formula:

Area = (s^2 * sqrt(3)) / 4

Where s is the length of each side of the equilateral triangle.

4. Since all six triangles are congruent, you need to find the area of one triangle and then multiply it by 6 to find the total area of the hexagon.

5. Substitute x into the formula for the side length of the equilateral triangle:

Area = (x^2 * sqrt(3)) / 4

6. Multiply the area of one triangle by 6 to get the total area of the hexagon:

Total Area = 6 * ((x^2 * sqrt(3)) / 4)
= 3 * x^2 * sqrt(3)

Therefore, the area of the hexagon when each side equals x is 3 * x^2 * sqrt(3).

Remember to always double-check your work and ensure you apply the appropriate formulas correctly!