16. For the strong acid-weak base titration of ammonia by hydrochloric acid, find the pH after 15.0 mL of 0.100 M HCl has been added to 25.0 mL of 0.100 M NH solution. ( = 1.8 x 10)
The reaction we will use is:
For the stoichiometric calculation:
|
|
|
|
---|
INITIAL
| 0.0025mol
| 0.0015mol
| 0mol
|
CHANGE
| -0.0015mol
| -0.0015mol
| +0.0015mol
|
FINAL
| 0.0010mol
| 0mol
| 0.0015mol
|
Converting to concentrations gives us = 0.00250 M and is 0.0375 M.
The equation for this part is
The equilibrium constant expression is . Solving for we get 1.2 x . Which formula do we use to find the pH?
")
output.document.close()
output.focus()
}
}
function incorrFn() {
if (str==true) document.write("
"+incorrectText+"
")
else {
output=open("", "outputWindow", "width=300,height=300")
output.document.write("Question "+qNum+"")
output.document.write(incorrectText+"
")
output.document.write("")
output.document.write("")
output.document.close()
output.focus()
}
}
function ansFn() {
if (str==true) location.href=currentUrl+'?ans'
else {
output=open("", "outputWindow", "width=300,height=300")
output.document.write("Answer to Question "+qNum+"")
output.document.write(answerText+"
")
output.document.write("")
output.document.write("")
output.document.close()
output.focus()
}
}
function solFn() {
if (str==true) location.href=currentUrl+'?sol'
else {
output=open("", "outputWindow", "width=300,height=300")
output.document.write("Solution to Question "+qNum+"")
output.document.write(solutionText+"
")
output.document.write("")
output.document.write("")
output.document.close()
output.focus()
}
}
getVersion()
getUrls()
if (str==true) checkUrl()
// -->