Both TLB and CACHE Memory is a type of Cache. But you can understand in this way that TLB is somehow related to accessing the page table and CACHE is related to accessing the element of the main memory
Whenever TLB and CACHE MEMORY are involved simply do in this way.
Since CPU always generates the logical address.
Effective Memory Access Time =
Time taken to convert Logical access to physical address + Main memory access time
EMAT = { TLB ACCESS TIME + Ptm (k* Main memory access time) } + Cache access time + Pcm ( main memory access time + (Pf * Page fault service time ) )
k : no of level of page table
Ptm : TLB MISS RATE
Pcm :CACHE MISS RATE
Pf : PAGE FAULT RATE.
Whatever written in { } Curley braces is time to convert logical address to physical address.
According to the question, you can put the value and get your answer. for this question, no page fault is given so you can assume Pf = 0