单选题If x is a positive integer and (x-6)2 = 9, then x2 = ______.A 3B 9C 16D 36E 49

题目
单选题
If x is a positive integer and (x-6)2 = 9, then x2 = ______.
A

3

B

9

C

16

D

36

E

49


相似考题
参考答案和解析
正确答案: A
解析:
If x is a positive integer and (x-6)2 = 9, the expression inside the parentheses must be equal to 3 or -3. If x-6=3, then x=9 and x2=81. But 81 is not one of the choices. If x-6=-3, then x=-3+6=3, so x2=9.
更多“If x is a positive integer and (x-6)2 = 9, then x2 = ______.”相关问题
  • 第1题:

    在窗体上画一个按钮,然后编写如下的事件代码。在按钮上单击,输出为( )。 Private Sub fun3(x As Integer) Static a As Integer Dim b As Integer a=a+3:b=b+3 a=a+x:b=b+x Printa;b End Sub Private Sub Command1_Click() Dim k As Integer,m As Integer,n As Integer k=2:m=1 Call fun3(k) Call fun3(m) End Sub

    A.5 5 9 9

    B.5 5 9 4

    C.5 5 4 4

    D.5 5 4 9


    正确答案:B
    解析:当发生了Command1_Click事件时,定义了两个变量k和m并给它们赋初值2和1,执行第一次过程调用,把k的值按地址传递给形参x,进入过程执行,在过程中定义了一个静态变量a和一个局部变量b,执行四条赋值语句后,变量a和b的值分别为5和5,所以输出为55。第一次过程调用返回过后,进行第二次过程调用,进入fun过程时,要注意的是:静态变量a将依旧是上一次退出时的值5,而局部变量要重新定义,值为0。执行四条赋值语句后,变量a和b的值分别为9和4,所以输出为94。

  • 第2题:

    x2值的取值范围是A.一∞

    x2值的取值范围是

    A.一∞<x2<+∞

    B.一∞<X2

    C.O≤x2<+∞

    D.一l<x2<1

    E.x2≤1


    正确答案:C

  • 第3题:

    球面x2 + y2 + z2 = 9与平面x + z = 1的交线在xoy坐标面上投影的方程是:

    (A) x2 + y2 + (1-x)2 = 9


    (C) (1-z)2 + y2 + z2 = 9


    答案:B
    解析:
    此题比较简单,注意不要错选(A)。

  • 第4题:


    A. g(x2) R 2xg(x) C. x2g(x2) D. 2xg(x2)


    答案:D
    解析:
    提示:利用复合函数导数公式,计算如下:

  • 第5题:

    设(d/dx)f(x)=g(x),h(x)=x2,则(d/dx)f[h(x)]等于:()

    • A、g(x2
    • B、2xg(x)
    • C、x2g(x2
    • D、2xg(x2

    正确答案:D

  • 第6题:

    X值的取值范围为()。

    • A、-∞<+∞
    • B、0≤X2≤+∞ 
    • C、X2≤1
    • D、-∞≤X2≤0 
    • E、X2≥1

    正确答案:B

  • 第7题:

    醇酸稀释剂的编号为()。

    • A、X-1
    • B、X-2
    • C、X-3
    • D、X-6

    正确答案:D

  • 第8题:

    现有:  public class Tester {  public static void main (String[] args)  {      intx-5;  Integer xl=x;  Integer x2=x;     int x3=new Integer(5);  system..ut.print(x1.equals(x));      system..ut.print(xl==x);  system..ut.print(x2.equals(xl));      system..ut.print(x2==xl);      system..ut.print(x2==x3);  system..ut.print(x2.equals(x3));         }      }      结果为:()     

    • A、编译失败
    • B、falsefalsetruetruetruetrue
    • C、truetruetruetruetruetrue
    • D、falsefalsetruetruetruefalse
    • E、truefalsetruefalsefalsetrue
    • F、运行时异常被抛出

    正确答案:C

  • 第9题:

    单选题
    已知函数定义Functionf(x1%,x2%)as integer,则下列调用语句正确的是()
    A

    a=f(x,y)

    B

    call f(x,y)

    C

    f(x,y)

    D

    fxy


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

  • 第10题:

    单选题
    现有:  public class Tester {  public static void main (String[] args)  {      intx-5;  Integer xl=x;  Integer x2=x;     int x3=new Integer(5);  system..ut.print(x1.equals(x));      system..ut.print(xl==x);  system..ut.print(x2.equals(xl));      system..ut.print(x2==xl);      system..ut.print(x2==x3);  system..ut.print(x2.equals(x3));         }      }      结果为:()
    A

    编译失败

    B

    falsefalsetruetruetruetrue

    C

    truetruetruetruetruetrue

    D

    falsefalsetruetruetruefalse

    E

    truefalsetruefalsefalsetrue

    F

    运行时异常被抛出


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

  • 第11题:

    单选题
    设(d/dx)f(x)=g(x),h(x)=x2,则(d/dx)f[h(x)]等于:()
    A

    g(x2

    B

    2xg(x)

    C

    x2g(x2

    D

    2xg(x2


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

  • 第12题:

    填空题
    If t is a positive integer, and 18t is the cube of an integer, then what is the least possible value of t ?____

    正确答案: 12
    解析:
    因为13=1, 23 =8, 33=27, 43 =64, 53=125这几项等不能被18整除,而第六项63=216能被18整除因为216= 18×12,所以t=12。

  • 第13题:

    在3X3列联表x2检验中,x2=163.01,确定P值时,自由度等于

    A.3

    B.1

    C.9

    D.4

    E.6


    正确答案:D
    在3X3列联表)(2检验中。x2=163.01,确定P值时,自由度等于v=(行数一1)(列数一1)=(3—1)(3—1)一4,答案D正确。

  • 第14题:



    A.g(x2)
    B.2xg(x)
    C.x2g(x2)
    D.2xg(x2)

    答案:D
    解析:

  • 第15题:

    设f(x)是连续函数, 则f(x)=
    A. x2 B. x2-2 C 2x D. x2 -16/9


    答案:D
    解析:

  • 第16题:

    为比较工人、干部中高血压患者所占比例是否不 同,进行了 X2检验,算得X2值为9. 56,查表得X2 (0.05,1) =3.84,若取a =0.05,应得出的结论是


    答案:B
    解析:

  • 第17题:

    X2值的取值范围为()。

    • A、-∞<X2<+∞
    • B、0≤X2≤+∞
    • C、X2≤1
    • D、-∞≤X2≤0
    • E、X2≥1

    正确答案:B

  • 第18题:

    在对一个4×4列联表进行X2检验时,X2分布的自由度是()。

    • A、16
    • B、12
    • C、9
    • D、2

    正确答案:C

  • 第19题:

    已知函数定义Functionf(x1%,x2%)as integer,则下列调用语句正确的是()

    • A、a=f(x,y)
    • B、call f(x,y)
    • C、f(x,y)
    • D、fxy

    正确答案:A

  • 第20题:

    X2有哪些子功能()

    • A、X2自建立功能
    • B、X2自删除功能
    • C、X2自学习
    • D、X2黑白名单

    正确答案:A,B,C,D

  • 第21题:

    单选题
    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。

  • 第22题:

    单选题
    如果x1,x2,…,x9是正整数,且x1<x2<…<x9,x1+x2+…+x8+x9=250,则x9的最小值为(  )。
    A

    29

    B

    30

    C

    31

    D

    32


    正确答案: D
    解析:
    x8≤x9-1,…,x2≤x9-7,x1≤x9-8,则x1+x2+…+x9≤(x9-8)+(x9-7)+…+(x9-2)+(x9-1)+x9=9x9-(1+2+…+7+8)=9x9-36≥250,得9x9≥286,即x9的最小值为32。

  • 第23题:

    填空题
    设L为椭圆x2/4+y2/9=1,其周长记为l,则∮L(9x2+4y2-3x)ds=____。

    正确答案: 36l
    解析:
    因为曲线方程为x2/4+y2/9=1,故,曲线L关于y轴对称,则∫L-3xds=0。又由曲线方程方程可知9x2+4y2=36,可将此式代入积分式,得原式=∮L(9x2+4y2)ds-∮L3xds=∮L36ds=36l