(memq <item> <list>) will return return a sublist beginning with the first occurrence of the symbol <item>. If the symbol <item> is not contained in the <list>, then memq will return false.
What is the result of using memq in the following situations: