when LAST_COMMENT_AGE then
        last_comment_age = get_last_comment_age_for(task)
        result = calculate(score, last_comment_age, exponent)
        self.final_value = "#{score} x (#{last_comment_age} ^ #{exponent}) = #{result}"
        result