find the magnitude of the sum of these two vectors- 5.00m on A on the line. B 6.00m 30degrees.

If all you mean is that the angle between A and B is 30°, then the law of cosines says that the resultant has magnitude

c^2 = 5^2 + 6^2 - 2*5*6 cos(180°-30°)
c ≈ √113

A+B = 5 + 6[30o] = (5+6*Cos30) + (6*sin30)I = 10.2 + 3i.

A+B = sqrt(10.2^2+3^2) = 10.63 m.

To find the magnitude of the sum of the two vectors, we first need to convert vector B from its polar form (magnitude and angle) to its Cartesian form (x and y components).

Given:
Vector A: 5.00 m (magnitude)
Vector B: 6.00 m, 30° (magnitude and angle)

To find the x and y components of vector B, we can use the following trigonometric formulas:

x = magnitude * cos(angle)
y = magnitude * sin(angle)

Substituting the values:
x = 6.00 m * cos(30°)
y = 6.00 m * sin(30°)

Calculating the x and y components:
x = 6.00 m * 0.866 (approximately)
x ≈ 5.196 m
y = 6.00 m * 0.5
y = 3.0 m

Now, adding the x components and the y components separately:

Sum of x components: Ax + Bx
= 5.00 m + 5.196 m (approximately)
= 10.196 m (approximately)

Sum of y components: Ay + By
= 0 m + 3.0 m
= 3.0 m

Using the Pythagorean theorem, we can find the magnitude of the sum of the vectors:

Magnitude = √((Sum of x components)^2 + (Sum of y components)^2)
= √((10.196 m)^2 + (3.0 m)^2)
= √(104.413 m^2 + 9.0 m^2)
= √113.413 m^2
≈ 10.648 m

Therefore, the magnitude of the sum of the two vectors is approximately 10.648 meters.

Not sure what 5.00m on A on the line means...

anyway, convert A and B from polar to x-y components
add the x- and y- components to produce C = A+B
Then find |C| as usual