更多“If the sum of 4 consecutive positive integers is w, in terms”相关问题
  • 第1题:

    在窗体中有一个命令按钮Commandl,编写事件代码如下:

    Private Sub Command1_CliCk()

    Dim s As Integer

    s=P(1)+P(2)+e(3)+P(4)

    debug.Print S

    End SUb

    Public Function P(N AS Integer)

    Dim Sum As Integer

    Sum=0

    For i=1 To N

    Sum=Sum+i

    Next i

    P=Sum

    End Function

    打开窗体运行后,单击命令按钮,输出结果是

    A.15

    B.20

    C.25

    D.35


    正确答案:B
    解析:考察循环结构。当N=1时,p(1)=1;当N=2时,p(2)=3;当N=3时,p(3)=6;当N=4时,p(4):10;所以s:20。

  • 第2题:

    In terms of viewpoints and attitudes, authors may not state ______ that they are neutral, negative, positive or objective.

    A.exceptionally
    B.empirically
    C.explicitly
    D.extravagantly

    答案:C
    解析:
    题目意为“在观点和态度方面,作者可能不会明确指出他们是中立的、消极的、积极的或客观的。”选项A意为“例外地”,选项B意为“以经验为主地”,选项C意为“明确地”,选项D意为“挥霍无度地”。
      

  • 第3题:

    在Excel中,公式SUM(B1:B4)等价于()。

    A、SUM(B1,B2,B3,B4)
    B、SUM(B1+B4)
    C、SUM(B1+B2,B3+B4)
    D、SUM(B1,B4)

    答案:A,C
    解析:
    B选项SUM(B1+B4)与D选项SUM(B1,B4)表示B1和B4求和。

  • 第4题:

    单选题
    If a and b are integers and the sum of ab and b is even, which of the following could be true?Ⅰ. a and b are both odd.Ⅱ. a is even and b is odd.Ⅲ. a is odd and b is even.
    A

    Ⅰ only

    B

    Ⅱonly

    C

    Ⅲ only

    D

    Ⅰ and Ⅱ

    E

    Ⅰand Ⅲ


    正确答案: C
    解析:
    Plug-in. StatementⅠ:if a and b are both odd, says a=1 and b=3, then ab+b=6. Since the sum is even, statementⅠ is true. StatementⅡ:1et a=2 and b=3, then ab+b=9. Since the sum is odd, this statement is false. Statement Ⅲ:let a=3 and b=2, then ab+b=8, which is even. So both statement Ⅰand statementⅢ are true.

  • 第5题:

    问答题
    x, 2y, and 2z-1 are consecutive integers.

    正确答案: B
    解析:
    因为x,2y,2z-1是三个连续数字,所以2z-1>2y,所以z-y>1/2>0,所以A小于B,故本题选择B项。

  • 第6题:

    单选题
    How many positive 3-digit integers contain only odd digits?
    A

    15

    B

    75

    C

    125

    D

    225

    E

    500


    正确答案: C
    解析:
    根据题干可知三位数可以从1,3,5,7,9中选出。因为3位数字可以独立的选择,所以三位数字可为5×5×5=125,故选C。

  • 第7题:

    多选题
    If x and y are both positive even integers, which of the following expressions must be even? (Select all such expressions.)
    A

    xy

    B

    (x+1)y

    C

    x(y+1)


    正确答案: B,A
    解析:
    由于题目中x和y是变量,可以根据题干给出的条件给x, y设定符合条件的数值,代入各选项,看结果是否符合题干要求,即可得出答案。

  • 第8题:

    单选题
    The total starting air capacity required for reversible main engines is to be sufficient for at least ().
    A

    six consecutive starts

    B

    eight consecutive starts

    C

    ten consecutive starts

    D

    twelve consecutive starts


    正确答案: B
    解析: 暂无解析

  • 第9题:

    单选题
    For all positive integers a and b, let (a|b)=(a-b)/(a+b) If m is a positive integer, what is (m|2m) ?
    A

    -1/2

    B

    -1/3

    C

    1/3

    D

    1/2

    E

    2


    正确答案: D
    解析:
    (m|2m)=(m-2m)/(m+2m)=-1/3。

  • 第10题:

    单选题
    al, a2, a3, a4, as, …., anIn the sequence of positive integers above, al = a2 = 1, a3 = 2, a4 = 3, and as = 5. If each term after the second is obtained by adding the two terms that come before it and if an = 55, what is the value of n?
    A

    12

    B

    10

    C

    9

    D

    8

    E

    5


    正确答案: A
    解析:
    Following the given rule for obtaining terms, write the terms of the sequence up to and including 55: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 Since 10 numbers are listed, n = 10.

  • 第11题:

    单选题
    How many positive integers less than 70 are equal to the product of a positive multiple of 5 and an even number?
    A

    4

    B

    6

    C

    9

    D

    10

    E

    11


    正确答案: D
    解析:
    All even multiples of 5 must be multiples of 10. So the multiples of 10 between 0 and 70 are 10, 20, 30, 40, 50 and 60. That’s 6 altogether.

  • 第12题:

    单选题
    If a and b are positive integers such that (a-4)(b-5) = 0, what is the least possible value of a + b?
    A

    5

    B

    6

    C

    8

    D

    10

    E

    11


    正确答案: E
    解析:
    如果(a-4)(b-5) = 0,所以(a-4) = 0或(b-5) =0,或两者都等于0,a = 4 或b = 5.,如果要使a + b的值最小,我们应该假设a=4,那么b可以为任何值,又因为b的值为正整数,所以b的最小值为1,所以a + b最小的可能值为4+1=5。

  • 第13题:

    在Excel中,函数SUM(A1:A4)等价于______。

    A.SUM(A1/A4)

    B.SUM(A1+A4)

    C.SUM(A1+A2+A3+A4)

    D.SUM(A1*A4)


    正确答案:C

  • 第14题:

    在EXCel中,下列选项中与公式“=SUM(A1:A4)”等值的是()

    A.SuM(A1+A4)
    B.SUM(A1*A2*A3*A4)
    C.SUM(A1/A4)
    D.SUM(A1+A2+A3+A4)

    答案:D
    解析:
    SUM(A1+A2+A3+A4)

  • 第15题:

    Which party won 4 consecutive elections and was in power for quiet a long time from 1979 to 1997?
    It was the Conservative party.

  • 第16题:

    单选题
    x, y, and z are positive integers. Which of the following lists all the possible ways for x + y + z to be an odd number?I. One of the numbers is odd.II. Two of the numbers are odd.III. Three of the numbers are odd.
    A

    I

    B

    I and II

    C

    I and III

    D

    II and III


    正确答案: C
    解析:
    I. One of the numbers is odd. Let x be odd. Let y and z be even. y + z is even. An even plus an odd is odd, so x + y + z is odd.

  • 第17题:

    单选题
    What is the average (arithmetic mean) of 8 consecutive odd integers if the smallest of those integers is n?
    A

    n+5

    B

    n+6

    C

    n+7

    D

    n+8

    E

    n+9


    正确答案: E
    解析:
    最小的整数为n。它们是连续的奇数。这组整数为:n,n+ 2, n+4, n+6, n+8, n+10, n+12, n+14。计算这些整数的平均数即为将它们想加除于8。得出(8n+56)/8=n+7

  • 第18题:

    问答题
    If w+x+y=42, what is the value of wxy?  (1) x and y are consecutive odd integers  (2) w=2x

    正确答案: C
    解析:
    将两个条件综合可知,wxy=2178,故本题选C项。

  • 第19题:

    单选题
    What is the definition of transverse metacenter?()
    A

    The distance between the actual center of gravity and the maximum center of gravity that will still allow a positive stability

    B

    The point to which G may rise and still permit the vessel to possess positive stability

    C

    The sum of the center of buoyancy and the center of gravity

    D

    The transverse shift of the center of buoyancy as a vessel rolls


    正确答案: A
    解析: 暂无解析

  • 第20题:

    单选题
    If m and n are positive integers and 3m+n-1=2m+2n, which of the following must be true?I. m and n are consecutive integers.II. m is even.III. n is odd.
    A

    None

    B

    I only

    C

    II only

    D

    III only

    E

    I, II, and III


    正确答案: D
    解析:
    Since m=n+1, where m and n are given as positive integers, Roman numeral choice I is true. Since, m=n+1, m can be either odd or even, hence choice II is false. Roman numeral choice III is also false since n can be either even or odd.

  • 第21题:

    单选题
    Let Ω p be defined as p2/3-p for all positive integers, p. If Ωn = s, and s is a positive integer, which of the following is a possible value for s?
    A

    1

    B

    3

    C

    5

    D

    6

    E

    8


    正确答案: D
    解析:
    根据题干Ωn =n2 /3-n=s. n为正整数,且s为正整数;根据函数可知只有当n是3的倍数时,s才能为整数,否则如果n2 /3不是整数,s也不是整数。现在可以从符合条件的n的最小值3代入到函数中。当n=3时,n2 /3-n =32 /3-3 = 3-3 = 0 = s;当n=6时,n2 /3-n = 62 /3-6 = 12-6 = 6 = s。所以故选D。

  • 第22题:

    单选题
    How many different positive integers are factors of 342?
    A

    9

    B

    11

    C

    12

    D

    20

    E

    22


    正确答案: C
    解析:
    342=1×342=2×171=3×114=6×57=9×38=18×19,故本题选C项。

  • 第23题:

    问答题
    Any decimal that has a finite number of nonzero digits is a terminating decimal. For example, 16, 12.43, and 0.26 are all terminating decimals. If a and b are positive integers and the ratio a/b is expressed as a decimal, is a/b a terminating decimal?  (1) b=5  (2) 70

    正确答案: A
    解析:
    条件2无法得出结论;由条件1可知,a/b是有尽小数,故本题选A项。