Solution: Clearly, a,b,c are all numbers of the form 2m⋅5n. Let a=2m1⋅5n1,b=2m2⋅5n2,c=2m3⋅5n3. From [a,b]=1000=23⋅53, we know max{m1,m2}=3,max{n1,n2}=3. Similarly, max{m2,m3}= 4,max{n2,n3}=3,max{m1,m3}=4,max{n1,n3}=3.
Therefore, m3 should be 4, and m1,m2 must include one 3, and the other can be any of 0,1,2 or 3, so there are C41+C41−1=7 ways to choose m1,m2. Also, n1,n2,n3 must include two 3s, and the other can be 0,1,2 or 3, so there are C32+4=10 ways to choose n1,n2,n3. Therefore, the different ways to choose mi,ni(i=1,2,3) are 7×10=70, meaning there are 70 triples.