diff options
Diffstat (limited to '1427/CH34/EX34.21/34_21.sce')
-rw-r--r-- | 1427/CH34/EX34.21/34_21.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH34/EX34.21/34_21.sce b/1427/CH34/EX34.21/34_21.sce new file mode 100644 index 000000000..dd4aa4be1 --- /dev/null +++ b/1427/CH34/EX34.21/34_21.sce @@ -0,0 +1,8 @@ +//ques-34.21
+//Calculating calories of sunlight required to synthesise 1kg of carbohydrate
+clc
+QY=1/20;//molecules/photon
+n=1000/30;//moles of carbohydrate
+w=600;//wavelength (in nm)
+q=(n*2.859*10^7)/(QY*w);
+printf("The calories of sunlight required are %d.",q);
|