summaryrefslogtreecommitdiff
path: root/3428/CH23/EX14.23.9
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /3428/CH23/EX14.23.9
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '3428/CH23/EX14.23.9')
-rw-r--r--3428/CH23/EX14.23.9/Ex14_23_9.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/3428/CH23/EX14.23.9/Ex14_23_9.sce b/3428/CH23/EX14.23.9/Ex14_23_9.sce
new file mode 100644
index 000000000..9d2925809
--- /dev/null
+++ b/3428/CH23/EX14.23.9/Ex14_23_9.sce
@@ -0,0 +1,6 @@
+//Section-14,Example-4,Page no.-PC.82
+//To calculate the solubility of Ag_2CrO_4.
+clc;
+K_sp=(9*10^-12)/4
+S=(K_sp)^(1/3)
+disp(S,'Solubility product of Ag_2CrO_4(mol/dm^3)')