summaryrefslogtreecommitdiff
path: root/2513/CH3/EX3.7/3_7.sce
blob: 240e2aa6391cccbaaa56be00cbfdac93a839aa36 (plain)
1
2
3
4
5
6
7
8
9
10
11
clc
//initialisation of variables
p=100000//people
a=75//$
a2=47//in
b=10//in
//CALCULATIONS
P=a*p//people
S=((a)*(b^5))/(b)^1/4//$
//RESULTS
printf('the money is inversed in the sanitary sewerage system=% f $',S)