To convert milliseconds (ms) to seconds, you can divide the number of milliseconds by 1000 since there are 1000 milliseconds in one second.
-
For 10,000 ms: \[ 10,000 , \text{ms} \div 1000 = 10 , \text{seconds} \]
-
For 100,000 ms: \[ 100,000 , \text{ms} \div 1000 = 100 , \text{seconds} \]
So, 10,000 ms is equal to 10 seconds, and 100,000 ms is equal to 100 seconds.