answersLogoWhite

0

Does a bolt float

User Avatar

Anonymous

14y ago
Updated: 5/22/2024

no because it isn't hollow and denser than water

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Will a bolt float in oil?

No. It is more dense. It will sink.


Why does gas leak out of my muffler on my mower?

It is probably a stuck needle valve for the float. Look under the carburetor for a round metal bowl with a bolt on the bottom. Unscrew the bolt and try to move the float up with your finger.


What is a reason a banshee leaks from the carburetor?

If you are referring to leaking out of one of the overflow hoses, your float is sticking. If it is leaking from the body of the carb, the gasket where the carb and float bowl bolt together needs to be replaced.


What is slider on brakes?

It is a special bolt/pin that allows the disc brake caliper to float. There is usually two per caliper.


What is the fluid capacity for a gm 14 bolt rearend?

The fluid capacity for a GM 14-bolt rear end typically ranges from about 2 to 2.5 quarts when filled to the correct level. This can vary slightly depending on specific models and configurations, such as whether it's a semi-float or full-float axle. Always check the manufacturer's specifications or service manual for the most accurate information.


Do clothes float or sink?

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


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);