The computer program Quicksort is designed to efficiently sort a list of numbers. For a list of size n , the program takes S = 5 · log2⁸ⁿ + 10 steps to complete. How many steps would it take to sort a list of size n = 512?