C to clear. Space to calculate Output Display Explanation: Each prime number in the list "prime factors" (PFs) is raised to the power of the corresponding item in the list "powers". eg. if item 1 of "PFs" = 5, item 2 = 7, item 1 of "powers" = 2, and item 2 = 3, this corresponds to 5^2*7^3 = 8575