101k views
4 votes
I’m doing conversions and need to show how I convert from minutes to hours

I’m doing conversions and need to show how I convert from minutes to hours-example-1
User Unchosen
by
6.5k points

1 Answer

3 votes

Okay, here we have this:

Considering the provided time, we are going to convert it to hours and minues, so we obtain the following:

So to convert 110 minutes to hours and minutes, we are going to do integer division by 60, and the quotient will be the number of hours and the remainder will be the number of minutes, so we have:

Finally we obtain that 110 minutes are equivalent to: 1 hour with 50 minutes.

I’m doing conversions and need to show how I convert from minutes to hours-example-1
User Harshal Wani
by
7.3k points