Calvin wishes to make a phone call to a friend. He knows that the first 3 digits of the 7-digit phone number are 765, and the other 4 digits consists of the digits 4, 3, 2 and 1 in some order. He recalls that the phone number is a multiple of 4. How many possible telephone numbers are there, which satisfy these conditions?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A number is a multiple of 4 if and only if the last 2 digits are a multiple of 4. From the conditions given, the last 2 digits must be either 1 2 , 3 2 or 2 4 . In each of these cases, the other 2 digits can be placed in any order, giving 2 × 1 possibilities. Hence, in total, there are 3 × 2 = 6 possibilities.
We can explicitly list these out as 3 4 1 2 , 4 3 1 2 , 1 4 3 2 , 4 1 3 2 , 1 3 2 4 , 3 1 2 4 .