Given the following stream of page references by an application calculate the number of page faults the application would incur with the following page replacement algorithms assume that all pages are initially free. References stream: ABCDABEABCDEBAB FIFO,LRU,OPT if we increase the number of physical pages from 3 to 4 the number of page faults always decreases using FIFO page replacement?