A system consists of the following masses loacted in the xy- plane: 5.0 kg at the point (0,5), 7.5 kg at the point (3,8) and 6.5 at the point (-3, -6). Find the distance from the origin to the center of mass.

To find the distance from the origin to the center of mass, we need to first calculate the center of mass of the system.

The center of mass is the weighted average of the positions of the masses, where the weights are given by the masses themselves.

To calculate the center of mass in the x-direction, we can use the following formula:

x_cm = (m1x1 + m2x2 + m3x3) / (m1 + m2 + m3)

Where x_cm is the x-coordinate of the center of mass, m1, m2, and m3 are the masses, and x1, x2, and x3 are the x-coordinates of the masses.

Let's calculate x_cm using the given values:

m1 = 5.0 kg, x1 = 0
m2 = 7.5 kg, x2 = 3
m3 = 6.5 kg, x3 = -3

x_cm = (5.0 kg * 0 + 7.5 kg * 3 + 6.5 kg * (-3)) / (5.0 kg + 7.5 kg + 6.5 kg)
= (22.5 kg - 19.5 kg) / 19 kg
= 3 kg / 19 kg
≈ 0.158 meters

Similarly, to calculate the center of mass in the y-direction, we can use the formula:

y_cm = (m1y1 + m2y2 + m3y3) / (m1 + m2 + m3)

Where y_cm is the y-coordinate of the center of mass, m1, m2, and m3 are the masses, and y1, y2, and y3 are the y-coordinates of the masses.

Let's calculate y_cm using the given values:

m1 = 5.0 kg, y1 = 5
m2 = 7.5 kg, y2 = 8
m3 = 6.5 kg, y3 = -6

y_cm = (5.0 kg * 5 + 7.5 kg * 8 + 6.5 kg * (-6)) / (5.0 kg + 7.5 kg + 6.5 kg)
= (25 kg + 60 kg - 39 kg) / 19 kg
= 46 kg / 19 kg
≈ 2.421 meters

Now that we have the coordinates of the center of mass (x_cm, y_cm), we can calculate the distance from the origin to the center of mass using the distance formula:

distance = sqrt(x_cm^2 + y_cm^2)

distance = sqrt((0.158)^2 + (2.421)^2 )
= sqrt(0.024964 + 5.864841)
= sqrt(5.889805)
≈ 2.428 meters

Therefore, the distance from the origin to the center of mass is approximately 2.428 meters.