3.5.3 Can you answer these questions?

3.5.3.1 How many clusters does DominantColors return?
3.5.3.2 Using GNU Make to compile MathLink program automatically removes a file
3.5.3.3 Why does Solve work in v9.0.1 but not in v10.3.1
3.5.3.1 How many clusters does DominantColors return?

http://mathematica.stackexchange.com/questions/107842/how-many-clusters-does-dominantcolors-return

 
Is there any documentation on how it automatically chooses the number of colors - does it use X-means?
 
- asked by M.R. 3votes
3.5.3.2 Using GNU Make to compile MathLink program automatically removes a file

http://mathematica.stackexchange.com/questions/107863/using-gnu-make-to-compile-mathlink-program-automatically-removes-a-file

 
It's possible that this question belongs on Stackoverflow; however, the Mathematica context may be important so I'm asking here first. 
 
I am working on a project to interact with sensors connected to  ...
 
- asked by bobthechemist 1vote
3.5.3.3 Why does Solve work in v9.0.1 but not in v10.3.1

http://mathematica.stackexchange.com/questions/107585/why-does-solve-work-in-v9-0-1-but-not-in-v10-3-1

 
I want to solve the following DE 
$$ P'=k(M-P)P, P[0]=53.08, P[50]=23.192, P[100]=76.212.$$ 
The Mathematica command is 
 
sol1 = DSolve[P'[t] == k (M - P[t]) P[t], P[t], t] 
 
P[t_] = sol1[[1,1,2]] 
 
sol2  ...
 
- asked by xpaul 4votes