26.
A 5.00x10
-3
M solution of an unknown amino acid has a pH of 2.46. The solution is then diluted down to 5.00x10
-10
M, resulting in a pH of 9.38. Identify the amino acid.
") 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 promptFn() { if (str==true) document.write("
"+promptText+"
") else { output=open("", "outputWindow", "width=300,height=300") output.document.write("
Question "+qNum+"
") output.document.write(promptText+"
") 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", "scrollbars=yes,resizable=yes") output.document.write("
Solution to Question "+qNum+"
") output.document.write(solutionText+"
") output.document.write("
") output.document.write("") output.document.close() output.focus() } } getVersion() if (ci==false) incorrectText+="
Check that you are not using unneccessary capital letters." if (str==false) document.write("
Click 'Mark' to submit your answer.") getUrls() // -->