Important: Please do not use any programming tools. The end…

Important: Please do not use any programming tools. The end result needs to be x = [1, 2, 3, 4, 5, 6, 7] by adding these two lists x = [1, 2, 3, 4] and y = [5, 6, 7]. Write python code in one line. You need to use a Python’s predefined method to solve this problem.

(1) How many three digit positive integers are divisible by…

(1) How many three digit positive integers are divisible by 13? (Please enter your answer as an integer.)  [a1]  (2) What is the probability of randomly selecting an integer divisible by 11 from among the three digit positive integers? (Please enter your answer in the form m/n, where m and n are positive integers.) [a2]