7. Calculate the concentration of free ion when 0.010 mol of is dissolved in a litre of solution buffered at pH = 10.0, and the for .
Equilibrium equation:
M
I.C.E. grid:
|
|
|
|
|
|---|
| INITIAL
| 0M
| M
| 0.010M
|
| CHANGE
| +xM
| buffered (no change)
| -xM
|
| EQUILIBRIUM
| xM
| M
| (0.010-x)M
|
Using the expression:
,
Which equation is the correct substitution of values?
")
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()
// -->