11 Python Scripts, 19 Javascripts, 70 cubescripts.
Edit: Curses, GDM ;)
(HyPE helping HyPE xiters)
How to do it:
Say X=Python, Y=Java, Z=Cube
X + Y + Z = 100
5X + 2Y + 0.1Z = 100
X, Y, Z must be whole numbers
Z has to be a multiple of 10, since the other two will give only whole numbers (5x, 2y)
So I started from top to bottom, plugging in values of Z - can't be 100, 90, 80
Plug in 70
X + Y = 30
5X + 2Y = 93
Multiply the first equation by -2
3X = 33
X = 11, plugging in X in either one gives Y = 19
Hence 11, 19, 70
Edit: Curses, GDM ;)
(HyPE helping HyPE xiters)
How to do it:
Say X=Python, Y=Java, Z=Cube
X + Y + Z = 100
5X + 2Y + 0.1Z = 100
X, Y, Z must be whole numbers
Z has to be a multiple of 10, since the other two will give only whole numbers (5x, 2y)
So I started from top to bottom, plugging in values of Z - can't be 100, 90, 80
Plug in 70
X + Y = 30
5X + 2Y = 93
Multiply the first equation by -2
3X = 33
X = 11, plugging in X in either one gives Y = 19
Hence 11, 19, 70