summaryrefslogtreecommitdiff
path: root/821/CH4/EX4.2/4_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '821/CH4/EX4.2/4_2.sce')
-rwxr-xr-x821/CH4/EX4.2/4_2.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/821/CH4/EX4.2/4_2.sce b/821/CH4/EX4.2/4_2.sce
new file mode 100755
index 000000000..12181dacb
--- /dev/null
+++ b/821/CH4/EX4.2/4_2.sce
@@ -0,0 +1,5 @@
+V=5.6;//Volume occupied by 8g of Oxygen at 0 C in litres//
+T=273;//Temperature at which 8g of Oxygen occupies 5.6litres in Kelvin//
+V1=11.2;//Changed volume of 8g of Oxygen in litres//
+T1=(V1*T)/V;//Temperature at which 8g of Oxygen occupies 11.6litres in kelvin//
+printf('Temperature of 8g of Oxygen Occupying 11.6litres=T1=%fKelvin=273degrees',T1);