summaryrefslogtreecommitdiff
path: root/3769/CH5/EX5.2/Ex5_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH5/EX5.2/Ex5_2.sce')
-rw-r--r--3769/CH5/EX5.2/Ex5_2.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH5/EX5.2/Ex5_2.sce b/3769/CH5/EX5.2/Ex5_2.sce
new file mode 100644
index 000000000..b3271eecc
--- /dev/null
+++ b/3769/CH5/EX5.2/Ex5_2.sce
@@ -0,0 +1,15 @@
+clear
+//given
+I=0.5
+T=1
+e=1.6*10**-19
+t=60 //minute
+
+//Calculation
+n=I*T/e
+q=I*t**2
+n1=q/e
+
+//Result
+printf("\n (i) The number of electrons passing a cross section of the bulb is %0.1f *10**18 electrons/S",n*10**-18)
+printf("\n (ii) The number of electrons is %0.1f *10**22 electrons/hour",n1*10**-22)