a=0;p=0; b=0;c=0;n=0.62*a + 0.77*b + 0.13*c +0.13*a + 0.05*b + 0.29*c+0.25*a + 0.18*b + 0.58* c ;if(n==0.10*(a+b+c) + 0.50*(a+b+c) +0.4*(a+b+c), goto loop, goto next);loop:p=p+1;printp," =",a,b,c,n;next:a++;if(a<150, goto4,0);a=0;b++;if(b<150, goto4, 0);a=0;b=0;c++;if(c<150, goto4,0)
OUTPUT: By adding up the 3 equations, there appear to be many solutions such as:
a = 20, b=140, c=40