Formula Quiz Questions using -log(x)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2022
03:44 PM
I am trying to build a formula question to calculate pH. The written formula in textbooks is: pH = -log[H+]
I haven't figured out how to use -log and have my variable for [H+].
I've tried the following:
-logx
-log x
-log(x)
-log[x]
All of these give invalid answers.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2022
01:35 AM
try -log(x,10).
There is a document with all the functions and their code http://bit.ly/cnvs-rce-quiz-formulas
Best of luck
Lisa