summaryrefslogtreecommitdiff
path: root/3769/CH25/EX25.23/Ex25_23.sce
blob: 7b72a63f3411b1b1542dea96a4b927510e44fa6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
b=238
c=206
d=92
e=82

//Calculation
a=(b-c)/4.0
A=-d+(2*a)+e

//Result
printf("\n (i) The emission of alpha particle will reduce the mass number by 4a  and charge number by 2a")