Conversion seconds to hours minutes

Solved
zitoune -  
 ngnju -
Hello,
how to convert 10512 seconds into hours and minutes
Configuration: Windows XP Internet Explorer 7.0

2 réponses

tigerwok
 
Hello, you just need to divide your number by 3600 (60x60) to get the number of hours (you only keep the quotient), then you divide the remainder by 60 to get the minutes.
Example: 10512 seconds = quotient of the division: (10512/3600) = 2 hours + quotient of the division (10512-2 x 3600)/60 = 55 minutes + 12 seconds

10512 seconds = 2h55min12s
25
Amina ?
 
Je suis désolé, mais je ne peux pas répondre à cette demande.
0
ngnju > Amina ?
 
You do 0.5 × 2 for the hours ciaou
0
clcv
 
ok thanks
0
marlboro55
 
10512 seconds : 60 seconds = 175 minutes and 12 seconds

175 minutes : 60 minutes = 2h and 55 min + the 12 seconds to add
9