Here is an algorithm flowchart for converting Fahrenheit to Kelvin. This algorithm first uses the formula "Celsius =(F-32) * 5/9" to convert Fahrenheit to Celsius, and then uses "Kelvin = Celsius + 273" to convert Celsius to Kelvin. It may be helpful for students to do the temperature conversion.