pickaname2567 pickaname2567
  • 03-02-2017
  • Chemistry
contestada

which of the following is NOT an oxyanion?

which of the following is NOT an oxyanion class=

Respuesta :

AbhiGhost
AbhiGhost AbhiGhost
  • 03-02-2017
Option A.) NH4 is not an oxyanion 
Oxyanion = anion containing oxygen. 

Hope this helps!!
Answer Link

Otras preguntas

How does the integumentary system work with the circulatory system.
______ risk is reduced as more securities are added to the portfolio. Multiple select question. Marketwide Diversifiable Unsystematic Company-specific
Make a title about this short paragraph and write a statement that is your own opinion about this paragraph
Why did the south suffer most of the destruction during the civil war?.
Ramsey's hamster weighs less than his gerbil. His gerbil weighs 2.04 ounces. Which of the following could be the weight of Ramsey's hamster? O A. 1.99 ounces O
Under what circumstances can a police officer search your car?.
What is 10.66 to the nearest 10th of an inch?
when did trade along silk road reach its height
Which of the following was NOT a result of the gold rush? A. California quickly had enough people to become a state. B. California had an extensive increase in
Consider the following recursive method. public static string recur(int val) { string dig = "" + (val % 3); if (val / 3 > 0) return dig + recur(val / 3); ret