Let's say I have a program T that has a serial portion that consumes 355 s, and a parallel portion that uses 645 s.
How can I find out how many processors I need so that the program T's parallel run time is less than or equal to 51% of its serial run time?