madil28 madil28
  • 21-11-2019
  • Chemistry
contestada

The noble gases are an example of what type of elements

Respuesta :

AnonymousPerson14
AnonymousPerson14 AnonymousPerson14
  • 21-11-2019

Answer:

Noble gases are non-metals

Answer Link
sophia3098
sophia3098 sophia3098
  • 21-11-2019
Argon, helium, krypton are three examples and they are referred to as non metals
Answer Link

Otras preguntas

How did the problems in the 14th century bring about changes to European society?
Which points are 56 units from the point located at 13 on a number line? A. –69 and 69 B. –69 and 43 C. –43 and 69 D.
What statement does not accurately describe the following equation? C6H12O6+--->6H20+6CO2+energy A) oxygen is a react ant B) this reaction is endothermic C)
Use the graph to state the solution for the system. x – y = 4 (line a) x + y = 4 (line b) A. (–4, 0) B. (0, 4) C. (4, 0) D. (0, –4)
the total energy of a system remains
Can a triangle have 2 right angles ? Explain.
Is michelangelo's "cupid" artwork religious?
American zoologist Dian Fossey observed that gorillas in the wild are naturally peaceful animals, not given to ____ as was thought earlier. A. aggression B. d
Characteristics of renaissance art on Cupid by Michelangelo?
The following code is intended to calculate the sum of the first five positive odd integers. int sum = 0, k; for (k = 1; k <= 10; k += 2) { sum += k; } What