summaryrefslogtreecommitdiff
path: root/3718/CH5/EX5.5/Ex5_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3718/CH5/EX5.5/Ex5_5.sce')
-rw-r--r--3718/CH5/EX5.5/Ex5_5.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3718/CH5/EX5.5/Ex5_5.sce b/3718/CH5/EX5.5/Ex5_5.sce
new file mode 100644
index 000000000..a7a1d537e
--- /dev/null
+++ b/3718/CH5/EX5.5/Ex5_5.sce
@@ -0,0 +1,7 @@
+//Chapter 5: Chemical Kinetics and Catalysis
+//Problem: 5
+clc;
+
+// Solution
+t = ((2.303 * log10(100 / (100 - 99.9))) / (2.303 * log10(100 / (100 - 50))))
+mprintf("99.9 percent / 50 percent =%.1f",t)