laniebri000 laniebri000
  • 16-05-2022
  • Chemistry
contestada

A substance that has a pH = 7 is a/an

-Acid
-base
-neutral solution
-none of the above

Respuesta :

blossom0044 blossom0044
  • 16-05-2022
Neutral solution, hope this helps :)
Answer Link

Otras preguntas

Which is an example of how the body maintains homeostasis?
Find the inverse of the relation? Does the inverse represent a function? Explain. { (0,2) (3,4) (-3,-2) (2,4) (4,5) } Domain { (-3,0,2,3,4)} Range {(-2,2,4,5)}
Match each transport mechanism with a suitable analogy. 1. a dog being dragged into a bathtub against its will passive diffusion 2. a child eating a doughnut
Ben runs from a position 3 m west of Main Street to a new position 45 m west of Main Street in 6 seconds. What is Ben's velocity?
Even though the case of McCulloch v. Maryland was about the creation of a national bank, what was the fundamental idea that was being questioned in this case? T
Which ordered pair is a solution to the system of linear equations? 2x + 3y= 6 –3x + 5y = 10 (0,2) (2,0) (3,2) (2,3)
What does the speaker remember in “Remembrance” by Emily Brontë?
What are the x intercepts of a parabola with vertex (6,27) and y intercept of (0.-81)?
Should state and local governments elect or appoint their leaders? Why?
What is the output of the code snippet given below? string s = "aeiou"; int i = 0; do { system.out.print(s.substring(i, i + 1)); i++; if (i >= 3) { i = 5; }