--------------------------------------------
|        |unknown|factor|rate|time|distance| 
--------------------------------------------
|meteor 1|       |  1.0 |0.00| 5.0|        |
--------------------------------------------
|meteor 2|       |  0.66|0.00| 5.0|        |
--------------------------------------------
|  total |       |      |    | 5.0|175000.0|
--------------------------------------------
unknown$ = (total distance/total time)/     
        (meteor 1 factor + meteor 2 factor);
for meteor 1 and meteor 2;                  
   distance$ = (unknown$ X factor$) X time$.