How many different phone numbers are possible with 2 certain numbers? [on hold]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Assume all telephone numbers are 10 digits long, consisting of a 3-digit area code, then a 3-digit "exchange" number, followed by a 4-digit number. How many telephone numbers have no 0 in the area code and no 9 in the final 4-digit number?
I want to say the answer is $8^10$, but will that account for 0 also being the second or third number in the area code and 9 being the second, third or fourth number?
combinatorics discrete-mathematics
put on hold as off-topic by BLAZE, Jyrki Lahtonen, amWhy, José Carlos Santos, Key Flex 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â BLAZE, Jyrki Lahtonen, amWhy, José Carlos Santos, Key Flex
add a comment |Â
up vote
0
down vote
favorite
Assume all telephone numbers are 10 digits long, consisting of a 3-digit area code, then a 3-digit "exchange" number, followed by a 4-digit number. How many telephone numbers have no 0 in the area code and no 9 in the final 4-digit number?
I want to say the answer is $8^10$, but will that account for 0 also being the second or third number in the area code and 9 being the second, third or fourth number?
combinatorics discrete-mathematics
put on hold as off-topic by BLAZE, Jyrki Lahtonen, amWhy, José Carlos Santos, Key Flex 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â BLAZE, Jyrki Lahtonen, amWhy, José Carlos Santos, Key Flex
1
What have you tried? Posting homework questions with no context or attempt is not likely to be met with enthusiasm. In order to receive less downvotes, please consider using MathJax.
â Prime
2 days ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Assume all telephone numbers are 10 digits long, consisting of a 3-digit area code, then a 3-digit "exchange" number, followed by a 4-digit number. How many telephone numbers have no 0 in the area code and no 9 in the final 4-digit number?
I want to say the answer is $8^10$, but will that account for 0 also being the second or third number in the area code and 9 being the second, third or fourth number?
combinatorics discrete-mathematics
Assume all telephone numbers are 10 digits long, consisting of a 3-digit area code, then a 3-digit "exchange" number, followed by a 4-digit number. How many telephone numbers have no 0 in the area code and no 9 in the final 4-digit number?
I want to say the answer is $8^10$, but will that account for 0 also being the second or third number in the area code and 9 being the second, third or fourth number?
combinatorics discrete-mathematics
asked 2 days ago
user581600
put on hold as off-topic by BLAZE, Jyrki Lahtonen, amWhy, José Carlos Santos, Key Flex 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â BLAZE, Jyrki Lahtonen, amWhy, José Carlos Santos, Key Flex
put on hold as off-topic by BLAZE, Jyrki Lahtonen, amWhy, José Carlos Santos, Key Flex 2 days ago
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "This question is missing context or other details: Please improve the question by providing additional context, which ideally includes your thoughts on the problem and any attempts you have made to solve it. This information helps others identify where you have difficulties and helps them write answers appropriate to your experience level." â BLAZE, Jyrki Lahtonen, amWhy, José Carlos Santos, Key Flex
1
What have you tried? Posting homework questions with no context or attempt is not likely to be met with enthusiasm. In order to receive less downvotes, please consider using MathJax.
â Prime
2 days ago
add a comment |Â
1
What have you tried? Posting homework questions with no context or attempt is not likely to be met with enthusiasm. In order to receive less downvotes, please consider using MathJax.
â Prime
2 days ago
1
1
What have you tried? Posting homework questions with no context or attempt is not likely to be met with enthusiasm. In order to receive less downvotes, please consider using MathJax.
â Prime
2 days ago
What have you tried? Posting homework questions with no context or attempt is not likely to be met with enthusiasm. In order to receive less downvotes, please consider using MathJax.
â Prime
2 days ago
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
So let's work with the area code first consisting of 3-digits. If we had no constraint, then the total possible number of area codes is clearly $10^3 = 1000$ (starting from 000 up till 999).
Since no $0$ is allowed in the Area code ($AAA$), then we have nine allowed digits, hence a total number of area codes equal to $9^3$. So,
$$textTotal number of area codes = 9^3$$
Similarly, the last digits has no 9 and using the same reasoning above, the total is
$$textTotal number of last 4-digits codes = 9^4$$
The exchange number is left intact (no constraints) so:
$$textTotal number of last exchange numbers = 10^3$$
So, the total number of possible phone numbers will be $9^3 times 9^4 times 10^3$
I get it now thank you for the thorough explanation!
â user581600
2 days ago
If you found the explanation useful, you could mark the answer as correct so as to assist further readers.
â Ahmad Bazzi
2 days ago
add a comment |Â
up vote
0
down vote
- $9^3$ for the area code ( no zero)
- $10^3$ for the exchange
- $9^4$ for the last 4 digits (no 9)
Total $= 9^7 cdot 10^3$
Ohh now I understand! Thank you!
â user581600
2 days ago
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
So let's work with the area code first consisting of 3-digits. If we had no constraint, then the total possible number of area codes is clearly $10^3 = 1000$ (starting from 000 up till 999).
Since no $0$ is allowed in the Area code ($AAA$), then we have nine allowed digits, hence a total number of area codes equal to $9^3$. So,
$$textTotal number of area codes = 9^3$$
Similarly, the last digits has no 9 and using the same reasoning above, the total is
$$textTotal number of last 4-digits codes = 9^4$$
The exchange number is left intact (no constraints) so:
$$textTotal number of last exchange numbers = 10^3$$
So, the total number of possible phone numbers will be $9^3 times 9^4 times 10^3$
I get it now thank you for the thorough explanation!
â user581600
2 days ago
If you found the explanation useful, you could mark the answer as correct so as to assist further readers.
â Ahmad Bazzi
2 days ago
add a comment |Â
up vote
0
down vote
accepted
So let's work with the area code first consisting of 3-digits. If we had no constraint, then the total possible number of area codes is clearly $10^3 = 1000$ (starting from 000 up till 999).
Since no $0$ is allowed in the Area code ($AAA$), then we have nine allowed digits, hence a total number of area codes equal to $9^3$. So,
$$textTotal number of area codes = 9^3$$
Similarly, the last digits has no 9 and using the same reasoning above, the total is
$$textTotal number of last 4-digits codes = 9^4$$
The exchange number is left intact (no constraints) so:
$$textTotal number of last exchange numbers = 10^3$$
So, the total number of possible phone numbers will be $9^3 times 9^4 times 10^3$
I get it now thank you for the thorough explanation!
â user581600
2 days ago
If you found the explanation useful, you could mark the answer as correct so as to assist further readers.
â Ahmad Bazzi
2 days ago
add a comment |Â
up vote
0
down vote
accepted
up vote
0
down vote
accepted
So let's work with the area code first consisting of 3-digits. If we had no constraint, then the total possible number of area codes is clearly $10^3 = 1000$ (starting from 000 up till 999).
Since no $0$ is allowed in the Area code ($AAA$), then we have nine allowed digits, hence a total number of area codes equal to $9^3$. So,
$$textTotal number of area codes = 9^3$$
Similarly, the last digits has no 9 and using the same reasoning above, the total is
$$textTotal number of last 4-digits codes = 9^4$$
The exchange number is left intact (no constraints) so:
$$textTotal number of last exchange numbers = 10^3$$
So, the total number of possible phone numbers will be $9^3 times 9^4 times 10^3$
So let's work with the area code first consisting of 3-digits. If we had no constraint, then the total possible number of area codes is clearly $10^3 = 1000$ (starting from 000 up till 999).
Since no $0$ is allowed in the Area code ($AAA$), then we have nine allowed digits, hence a total number of area codes equal to $9^3$. So,
$$textTotal number of area codes = 9^3$$
Similarly, the last digits has no 9 and using the same reasoning above, the total is
$$textTotal number of last 4-digits codes = 9^4$$
The exchange number is left intact (no constraints) so:
$$textTotal number of last exchange numbers = 10^3$$
So, the total number of possible phone numbers will be $9^3 times 9^4 times 10^3$
answered 2 days ago
Ahmad Bazzi
2,162417
2,162417
I get it now thank you for the thorough explanation!
â user581600
2 days ago
If you found the explanation useful, you could mark the answer as correct so as to assist further readers.
â Ahmad Bazzi
2 days ago
add a comment |Â
I get it now thank you for the thorough explanation!
â user581600
2 days ago
If you found the explanation useful, you could mark the answer as correct so as to assist further readers.
â Ahmad Bazzi
2 days ago
I get it now thank you for the thorough explanation!
â user581600
2 days ago
I get it now thank you for the thorough explanation!
â user581600
2 days ago
If you found the explanation useful, you could mark the answer as correct so as to assist further readers.
â Ahmad Bazzi
2 days ago
If you found the explanation useful, you could mark the answer as correct so as to assist further readers.
â Ahmad Bazzi
2 days ago
add a comment |Â
up vote
0
down vote
- $9^3$ for the area code ( no zero)
- $10^3$ for the exchange
- $9^4$ for the last 4 digits (no 9)
Total $= 9^7 cdot 10^3$
Ohh now I understand! Thank you!
â user581600
2 days ago
add a comment |Â
up vote
0
down vote
- $9^3$ for the area code ( no zero)
- $10^3$ for the exchange
- $9^4$ for the last 4 digits (no 9)
Total $= 9^7 cdot 10^3$
Ohh now I understand! Thank you!
â user581600
2 days ago
add a comment |Â
up vote
0
down vote
up vote
0
down vote
- $9^3$ for the area code ( no zero)
- $10^3$ for the exchange
- $9^4$ for the last 4 digits (no 9)
Total $= 9^7 cdot 10^3$
- $9^3$ for the area code ( no zero)
- $10^3$ for the exchange
- $9^4$ for the last 4 digits (no 9)
Total $= 9^7 cdot 10^3$
answered 2 days ago
WW1
6,2121712
6,2121712
Ohh now I understand! Thank you!
â user581600
2 days ago
add a comment |Â
Ohh now I understand! Thank you!
â user581600
2 days ago
Ohh now I understand! Thank you!
â user581600
2 days ago
Ohh now I understand! Thank you!
â user581600
2 days ago
add a comment |Â
1
What have you tried? Posting homework questions with no context or attempt is not likely to be met with enthusiasm. In order to receive less downvotes, please consider using MathJax.
â Prime
2 days ago