In 1990s, phone numbers in Maharastra, India, has the following format:
Y X1 X2 − X3 X4 X5 X6,
The first three digits are an area code where Y is an integer between 2 and 9 (inclusive) and Xi for all 1 ≤ i ≤ 6 are integers between 0 and 9 (inclusive). In addition, the digit Xi for 3 ≤ i ≤ 6 cannot all 0 (phone number 0000 is not allowed). Some valid phone numbers are 250-1234, 700-0101, and 321-1000, while some invalid phone numbers are:
020-1234 (because the area code start with 0),
110-0001 (because the area code start with 1), and
234-0000 (because the digit Xi for 3≤i≤6 cannot all 0).
How many different phone numbers are there?
please help