Two people decide to estimate the height of a flagpole. One person positions himself due north of the pole and the other person stands due east of the pole. If the two people are the same distance from the pole and a = 30 feet from each other, find the height of the pole if the angle of elevation from the ground to the top of the pole at each person's position is 54°.

Height of the pole = a/tan(54°) = 30/tan(54°) ≈ 33.7 feet

To find the height of the pole, we can use the tangent function and the given information.

Let's call the height of the pole h.

First, let's draw a diagram to visualize the problem:
```
C
/|
h / |
/ |
/ |
/ |
/ |
A-------B
```
Here, A and B represent the two people, and C represents the top of the flagpole. The distance between A and B is given as a = 30 feet.

Now, let's form two right triangles: triangle ABC and triangle BAC.

In triangle ABC:
- The angle at A is 90°, since AB is the ground.
- The angle at B is 54°, as given in the problem.
- The side opposite angle B is h (the height of the flagpole).
- The side adjacent to angle B is a (30 feet).

Using the tangent function, we have:
tan(54°) = h / a

Rearranging the equation, we get:
h = a * tan(54°)

Substituting the given value of a = 30 feet and solving the equation, we have:
h = 30 feet * tan(54°)

Now, we can calculate the height of the pole using a calculator:
h ≈ 39.42 feet

Therefore, the height of the pole is approximately 39.42 feet.

To solve this problem, we can use the tangent function and the fact that the height of the pole is the same for both observers.

Let's denote the height of the pole as h.

From the information given, we can draw a right triangle for each observer, with the height of the pole as the perpendicular side and the distance between the observers as the base. Since the angle of elevation is 54° for both observers, we can use the tangent function:

For the observer north of the pole:
tan(54°) = h/d

For the observer east of the pole:
tan(54°) = h/(d + 30)

Where d is the distance between each observer and the pole.

Now, we can set the two equations equal to each other because the height of the pole is the same for both observers:

h/d = h/(d + 30)

Cross-multiplying gives us:

h(d + 30) = hd

Expanding the equation:

hd + 30h = hd

We can cancel out the common term "hd" on both sides:

30h = 0

Since 30h = 0, we know that h must be equal to 0. However, this is not a valid solution for this problem since we are looking for the height of the pole, which cannot be zero.

Therefore, there must have been an error in the problem statement or in the calculations. Please double-check the information provided or the calculations performed.