Answer:
Step-by-step explanation:
As per Amdahl's law :
Here :
Design 1:
FractionEnhanced = 0.5 (50% of computation )
[ Note that I/O wait has nothing to do with speed ]
SpeedupEnhanced = 15 times
========
Design 2:
FractionEnhanced = 0.3 (30% of computation )
SpeedupEnhanced = 20 times
========
So as we can see Design 1 is better with overall speedup of 1.876 times the original processor.