a mapping company is creating a program that can predict the traffic on routes and estimate the delay from the traffic. the program takes an input of 5 routes and outputs the delay for each route. the program has two phases: setup: loads historical traffic data for the geographic region. simulation: predicts the traffic and estimates the delay of 5 routes. the initial setup phase takes 10 minutes. the simulation phase takes 5 minutes per route, which amounts to 25 minutes total for the 5 routes. the program takes 35 minutes total. the company would like to improve the program's efficiency by parallelizing the simulation operations. what is true about the potential efficiency gains?