18. What is the % ionization for a 0.400M solution of (hydrozoic acid)?
Balanced equation:
I.C.E. grid:
|
|
|
|
---|
INITIAL
| 0.400M
| 0M
| 0M
|
CHANGE
| -xM
| +xM
| +xM
|
EQUILIBRIUM
| (0.400M-x)M
| xM
| xM
|
= 1.9 x
After solving for x, which is found to be 2.8 x M, how do we calculate the % ionization from the [H
")
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()
// -->