Answer:
The correct answer is 20.
Explanation:
Amdahl's Law is named for the computer architect Gene Amdahl, it is used to find out the maximum improvement of a system when only a part of it is improved. It states that: The improvement obtained in the performance of a system due to the alteration of one of its components is limited by the fraction of time that component is used. The speed increase of a program using multiple processors in distributed computing is limited by the sequential fraction of the program