2. In which of the following weak acid solutions would you expect the dissociation of the acid and water to both affect the pH of the solution?
i) 1.0x10-4 M methanoic acid (Ka = 1.8x10-4)
ii) 1.0x10-8 M methanoic acid
iii) 1.0x10-4 M phenol (Ka = 1.3x10-10)
iv) 1.0x10-8 M phenol
")
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 hint1Fn() {
if (str==true) location.href=currentUrl+'?hint1'
else {
output=open("", "outputWindow", "width=300,height=300")
output.document.write("Hint for Question "+qNum+"")
output.document.write(hint1Text+"
")
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()
// -->