Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
Write a formula for converting hours, starting with midnight as zero, to a decimal number of degrees. Assume that a full day eq...Asked by Anonymous
                Write a formula for converting hours, starting with midnight as zero, to a decimal number of degrees. Assume that a full day equals 360º, 60 minutes equals one hour, and 60 seconds equals one minute. Use x, y, and z to represent hours, minutes, and seconds respectively. Use T for the decimal number of degrees.
T = 360(x + y + z)
T = 60(x + y + z)
T = 15(x + y/60 + z/3600)
And yeah, this is supposed to be in military time.
            
        T = 360(x + y + z)
T = 60(x + y + z)
T = 15(x + y/60 + z/3600)
And yeah, this is supposed to be in military time.
Answers
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.