The maximum number of processes that can be in $\textit{Ready}$ state for a computer system with $n$ CPUs is :
@Bikram Sir I have confusion with your statement and a particular line in Galvin(3.1.2, 7th edition).
Only One process can be running on any processor at any instant. Many processes may be ready and waiting, however.
@Auditi what’s there for confusion . If you have n CPU’s(multiprocessor) then at max n processes can be at running at n CPU’s because for each CPU one process will be in running state.