answersLogoWhite

0

hydrogen-1

azote(nitrogen)-5

carbon-5,4

oxygen-7

phosphorus-9

sulphur-13

magnesia-20

lime-24

soda-42

strontian(strontium)-46

barytes(barium)-68

iron-50

zinc-56

copper-56

lead-90

silver-190

gold-190

platinum-190

Mercury-167

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Natural Sciences

How many elements are found next to each other on the periodic table?

Well, if we say that there are 117 elements, then at each end there is an element which is ony next to one other. So there would be 115 elements that are next to one each side. I don't know whether that answers your question, because I don't really understand what you are asking.


Which describes john daltons observation of elements in any given compound?

One of the best ways to describe John Dalton's observations of elements is that they are made of small particles. The atoms join in simple whole number ratios when the elements react.


How are the actinide series elements created?

Elements with atomic numbers 89-94: natural elements.Elements with atomic numbers 95-98: artificial elements but they are also discoverd in nature as ultratraces.Elements with atomic numbers 99-103: artificial elements.


What does daltons fourth postulate state?

Dalton's fourth postulate states that atoms of different elements have different weights. This idea laid the foundation for the concept of atomic mass and helped to distinguish between different elements based on their atomic weights.


When the repeating chemical and physical properties of elements change periodically with the elements' atomic numbers it is called the?

The answer to, ' when repeating chemical and physical properties of elements change periodically with the elements' atomic numbers it is called the?'Periodic law, is the answer. PERIODIC LAW !orPeriodicity of the chemical elements properties.

Related Questions

Which elements on Daltons table were not elements?

1) Dalton never proposed any table 2) All elements in Mendeleev's table and in the modern periodic table are elements.


What is the molar mass of a substance in daltons?

The molar mass of a substance in daltons is the mass of one mole of that substance, measured in daltons.


What is the duration of When the Daltons Rode?

The duration of When the Daltons Rode is -4860.0 seconds.


When was When the Daltons Rode created?

When the Daltons Rode was created on 1940-08-23.


How do you convert daltons to moles?

To convert Daltons to moles, you divide the given mass in Daltons by Avogadro's number, which is 6.022 x 1023. This will give you the number of moles.


How many elements are found next to each other on the periodic table?

Well, if we say that there are 117 elements, then at each end there is an element which is ony next to one other. So there would be 115 elements that are next to one each side. I don't know whether that answers your question, because I don't really understand what you are asking.


Did daltons atomic theory include the idea that all atoms of all elements are the same size?

No, Dalton's atomic theory did not include the idea that all atoms of all elements are the same size. Instead, he proposed that atoms of different elements have different sizes and weights.


Which describes john daltons observation of elements in any given compound?

One of the best ways to describe John Dalton's observations of elements is that they are made of small particles. The atoms join in simple whole number ratios when the elements react.


Are two numbers of 1 called elements?

two numbers with a product of 1 are called elements


How did the iroquoians make houses?

they made em by staring at daltons face they made em by staring at daltons face


What is the relationship between the molar mass of a substance and its equivalent in daltons?

The molar mass of a substance is equal to its equivalent in daltons.


How do you sort numbers in ascending order in Qbasic?

Cls input"no. Of elements",n for i=1 to n input,a(i) next i for i=1 to n-1 for j=i+1 to n if a(i)>a(j) then swap a(i),a(j) next j next i for i=1 to n print, a(i) next i end