answersLogoWhite

0

A scale that compare two objects is the, balance scale.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is a balance scale by using. To compare the weight of two objects?

A balance scale is a tool used to compare the weight of two objects by placing them on opposite sides of a beam or pivot point. When the scale is in balance, it indicates that the weights of the two objects are equal.


What instrument can be used to compare the masses of two objects?

A balance or a scale can be used to compare the masses of two objects. By placing the objects on either side of the balance or scale, you can visually determine which object has a greater or lesser mass.


Does a balance scale use gravitation or force to compare the weights of two objects?

Gravitation is a force, But i believe the answer you want is gravity


What can you use to measure the mass of two objects?

This comparison is very simple: measure the mass with a balance.


How do you find a scale factor in math?

To find the scale factors of two objects, you need to compare the ratios of things like their sizes, areas, volumes, and length. For example, if one is given a volume of 7 for a shape, and a second shape has a volume of 14, you have to compare the volume ratio of these two shapes to find the scale factor. This scale factor is 1 to 2, or the volume of the second shape is twice the first one. Scale factors are useful for scale drawings.


What can be used to compare the objects of mass?

Objects can be compared based on their mass using a balance scale, a spring scale, or by measuring their weight using a tool like a digital scale. The units for mass are typically measured in grams or kilograms.


If you have two equally sized objects how could you tell which one is more dense?

Compare their weights on scale's have to select scales depending on the size of the objects to find a objects density divide the objects mass by its volume.


How do you find scale factor of similar objects?

Assuming you are already sure that the two objects are, indeed, similar: You measure corresponding lengths of the two objects, and divide.You measure the lengths of a pair of corresponding sides. The scale factor is the ratio of the two measures.


In the compare-and-contrast essay what does compare mean?

Explain the similarities between two or more objects.


How can gravitational attraction between two objects be detected?

With a scale.


How is scale factor related to a ratio?

A scale factor is the ratio of corresponding linear measures of two objects.A scale factor is the ratio of corresponding linear measures of two objects.A scale factor is the ratio of corresponding linear measures of two objects.A scale factor is the ratio of corresponding linear measures of two objects.


What happens when your compare two string objects with the equals operator?

Yes, the if the two string objects point to the same memory location. But "==" is not the best way to compare two string objects. Two strings can be compared using obj1.equals(obj2). This compares for the textual equal-ness of the two string objects.