Final answer:
To compute a person's age on the planet Mongo, you need to calculate the number of days between the birthdate and the current date and then convert it into Mongo years.
Step-by-step explanation:
To compute a person's age on the planet Mongo, you need to calculate the number of days between the birthdate and the current date and then convert it into Mongo years. Since each month on Mongo has 26 days and there are 15 months in a year, you can multiply the number of birth years and the current years by 15 and add the number of birth months and current months to get the total number of months. Finally, divide the total number of days by the total number of months to get the age in Mongo years.
For example, if a person was born on the 11th day of the 8th month of the year 2879 and the current date is the 21st day of the 2nd month of the year 2892, you would calculate the age as follows:
(2892 - 2879) * 15 + (2 - 8) = 208
(208 * 26 + 21 - 11) / 208 = 12.6256410256