英语翻译How many 3-digit positive integers are odd and do not contain the digit "5"?

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/07 11:53:22
英语翻译How many 3-digit positive integers are odd and do not contain the digit

英语翻译How many 3-digit positive integers are odd and do not contain the digit "5"?
英语翻译
How many 3-digit positive integers are odd and do not contain the digit "5"?

英语翻译How many 3-digit positive integers are odd and do not contain the digit "5"?
问题:
有多少个三位的正整数是奇数且不包含数字5.
首先,三位数从100到999一共是900个,其中一半是奇数,一半是偶数,所以奇数是450个.
这其中百位是5的占了1/9,一共是50个,去掉之后剩400个.
余下的数中十位是5的占了1/10,一共是40个,去掉之后剩360个.
再余下的数中个位是5的占了1/5,一共是72个,去掉之后剩288个.
所以满足题意的这样的三位数一共288个.
There're 288 3-digit positive integers.

翻译:有多少个3位正整数是奇数且数字中不包含“5”?
不含5且为奇数的话,百位可以选1,2,3,4,6,7,8,9,共8种选择;十位可以选0,1,2,3,4,6,7,8,9,共9种选择;个位只能选1,3,7,9,共4种选择。所以组合起来共可以产生8*9*4=288个满足题意的3位数。
回答:There're 288 3-digit positive integers odd and...

全部展开

翻译:有多少个3位正整数是奇数且数字中不包含“5”?
不含5且为奇数的话,百位可以选1,2,3,4,6,7,8,9,共8种选择;十位可以选0,1,2,3,4,6,7,8,9,共9种选择;个位只能选1,3,7,9,共4种选择。所以组合起来共可以产生8*9*4=288个满足题意的3位数。
回答:There're 288 3-digit positive integers odd and do not contain the digit "5".
或者There're 288 3-digit positive integers meet the requirements.

收起

有多少个奇数的三位正整数,不包括数字5
8x9x4=288
百位 1,2,3,4,6,7,8,9=8
十位 1,2,3,4,6,7,8,9,0=9
个位 1,3,7,9=4

一楼的回答是正确的,二楼的分析不对。
一楼并没有重复减,每次都是在余下的数里进行分析和分组,二楼请你仔细分析,不要乱讲。
你的错误在于x5z只记1,实际上x51,x53,x55(在计算xy5时已经统计),x57,x59都是奇数。
应该是10 + 5 - 1 = 14
所以按你的做法,8 * 14 = 112
最后应该是450 - 112 - 50 = 288...

全部展开

一楼的回答是正确的,二楼的分析不对。
一楼并没有重复减,每次都是在余下的数里进行分析和分组,二楼请你仔细分析,不要乱讲。
你的错误在于x5z只记1,实际上x51,x53,x55(在计算xy5时已经统计),x57,x59都是奇数。
应该是10 + 5 - 1 = 14
所以按你的做法,8 * 14 = 112
最后应该是450 - 112 - 50 = 288
我用程序看了一下,288是对的。
int main()
{
int i, j, k;
int count = 0;
for(i=1; i<10; i++)
for(j=0; j<10; j++)
for(k=0; k<10; k++)
{
if (k==2 || k==4 || k==6 || k==8 || k==0)
continue;
if(i == 5 || j ==5 || k == 5)
continue;
count++;
}
printf("count = %d\n", count);
}

收起

这道题的意思是,有多少个三位正整数是奇数且不包含数字“5”?
三位数从100到999,共900个数,其中奇数450个。
其中,只有个位是5的,即XX5型,此时百位有8种可能,十位有9种可能,故有8×9=72个;
只有十位是5的,即X5X型,此时个位有1,3,7,9四种可能,百位有8种可能,故有32个;
只有百位是5的,即5XX型,此时个位有4...

全部展开

这道题的意思是,有多少个三位正整数是奇数且不包含数字“5”?
三位数从100到999,共900个数,其中奇数450个。
其中,只有个位是5的,即XX5型,此时百位有8种可能,十位有9种可能,故有8×9=72个;
只有十位是5的,即X5X型,此时个位有1,3,7,9四种可能,百位有8种可能,故有32个;
只有百位是5的,即5XX型,此时个位有4种可能,十位有9种可能,故有36个;
个位和十位都是5的,即X55型,显然是8个;
十位和百位都是5的,即55X型,显然是4个;
个位和百位都是5的,有9个;
还有一个数,555.
因此,答案是450-72-32-36-8-4-9-1=288个。

收起

英语翻译How many 3-digit positive integers are odd and do not contain the digit 5? 英语翻译How many 3-digit numbers have only one digit 5 in them? 求英语翻译For how many positive two-digit interger is the ones digit greater than twice the tens digit? How many 3-digit numbers have only one digit 5 in them? How many 3-digit numbers are divisible by 英语翻译how many five - digit positive integers,divisible by 9,can be written using only the digis 3 and 英语翻译how many integers between 9 and 100 have the tens digit equal to 4 or 5 and the units digit(ones digit ) equal to 7,8 or How many 3-digit positive intergers are odd and do not contain the digit 怎么算?请指教 How many 3-digit numbers between 100 and 1000 have a 4 as the middle digit?的翻译 How many 3 digits numbers have exactly one digit 5 in them?ji How many 3-digit numbers have exactly one digit 5 in them4月22日11点之前解答,谢谢了!(解释并写出答案) How many four-digit positive integers are there with thousands digit 英语翻译1 in how many of integers between 1 and 100 does the digit 5 occur exactly once?A 10 B 18 C 19 D 20 E 21 为什么选B?2 What is the total number of different 5-digit numbers that contain all of the digis 2,3,4,7 and 9 and in which none o if n is a positive integer,how many of the ten digits from 0 through 9 could be the units digit of n^3? How many 4-digit numbers are common multiples of 7 and 11?选择(1)10(2)116(3)117(4)232求方法 英语翻译In how many of the integers between 1 and 100 does the digit 5 occur exactly once (A) 10 (B) 18 (C)19 (D) 20 (E) 21求翻译以及解题思路 关于阶乘的How many seven-digit telephone numbers are there for any one area code if the numbers 0 or 1 can not be used as the first digit of a seven digit phone number? SAT一道数学how many positive four-digit integers have 1 as their first digit and 2 or 5 as their last digit?答案说是200,我为什么觉得是144?