answersLogoWhite

0

Do scientists float

User Avatar

Anonymous

11y ago
Updated: 8/18/2019

Scientists are the same as any other human person and as such, the ability to float depends on their swimming skills.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

Can scientists use the measure of density to tell if something will float. False True?

True. Scientists can use the measure of density to determine if an object will float or sink in a fluid. If the density of an object is less than that of the fluid, it will float; if the density is greater, it will sink.


How do scientists know Earth's plates float?

Earth plates do not float. They move over time due to a variety of environmental factors


Would the space shuttle float on water?

It should, it's air tight. An Aircraft carrier floats and it's hugh. Any rocket scientists out there?


What mysterious lightning appears to glow and float?

That description matches ball lightning, a rare atmospheric phenomenon where glowing balls of light seem to float in the air during thunderstorms. Ball lightning is not completely understood by scientists and remains a topic of research and speculation.


Do clothes float or sink?

it will float as long as it is not fully covered water.


How is density calculated and how do scientists use it?

Density is calculated by dividing an object's mass by its volume. It is used by scientists to identify and classify materials, as well as to predict how objects will behave in different environments based on their density. Scientists also use density to study properties of materials and analyze their composition.


Do beef bones sink or float?

float dawg, float


How do catamarans float?

they do not float


Do you float on Venus?

If you were to go there you would either float...or not float. You choose;)


What is net float?

Definition Sum of disbursement float and collection float.


Is Float to float casting in java possible?

It is possible in JDK 1.5 and above. In JDK 1.4, you also cast the Float value into float value by using casting. For exampe in JDK 1.5, its possible float f = 12; Float ff = f; but in JDK 1.4, you will use casting i.e float f = 12; Float ff = (float)f;


C programming percentages?

float percent = ((float)CurrentItems / (float)MaxItems);