单选题For all real values of x and y, let x◆y be defined by the equation x◆y = 2 -xy. If -1 a 0 and 0 b 1, then which of the following must be true?A-2a+b-1B-la+b0C0a+blDla+b2E2a+b3

单选题
For all real values of x and y, let x◆y be defined by the equation x◆y = 2 -xy. If -1 < a < 0 and 0 < b < 1, then which of the following must be true?
A

-2<a+b<-1

B

-l<a+b<0

C

0<a+b<l

D

l<a+b<2

E

2<a+b<3


参考解析

解析:
根据题干,发现a= -1/2, b =1/2满足已知条件,a◆b=2-ab,将a= -1/2, b =1/2代入进去,则(-1/2) ◆(1/2) = 2 - (-1/2)(1/2) = 2 + 1/4 = 2.25,故选E。

相关考题:

下列哪些代码段是正确的?() A.X x=new X();Y y=new Y();Z z=new Z();y=(Y)x;B.X x=new X();Y y=new Y();Z z=new Z();x=(X)y;C.X x=new X();Y y=new Y();Z z=new Z();Z=(Z)x;D.X x=new X();Y y=new Y();Z z=new Z();W w=(W)x;

( 52 )下列关于函数依赖和多值依赖的叙述中,哪些是不正确的?I . 若 X → Y, 则 X →→ Y Ⅱ .若 X →→ Y, 则 X → YⅢ .若 Y ? X, 则 X → Y Ⅳ .若 Y ? X, 则 X →→ YⅤ .若 X → Y, Y ’ ? X, 则 X → Y ’ Ⅵ .若 X →→ Y, Y ’ ? Y, 则 X →→ Y ’A ) Ⅱ 和 ⅣB ) Ⅰ 、 Ⅲ 和 ⅣC ) Ⅱ 和 ⅥD ) Ⅳ 和 Ⅵ

(53)下列关于函数依赖和多值依赖的叙述中,( )是不正确的。Ⅰ、若X→Y,则X→→Y Ⅱ、若X→→Y,则X→YⅢ、若Y í X,则X→Y Ⅳ、若Y í X,则X→→YⅤ、若X→Y,Y* ì Y,则X→Y* Ⅵ、若X→→Y,Y*ìY,则X→→Y*A)仅Ⅱ和ⅣB)仅Ⅰ、Ⅱ和ⅣC)仅Ⅱ和ⅥD)仅Ⅳ、Ⅴ和Ⅵ

●The constructcobeginStatement1;Statement2;coendmeans Statement1 and Statement2 are to be executed in parallel.The only two atomic actions in this construct are loading the value of a variable and storing into a variable.For the program segmentx=0;y=0;cobegin{x=1;y+=x;}{y=2;x+=3;}coendWhich of the following indicate(s)possible values for the variables when the segment finishes execution? (74) .Ⅰ.x=1,y=2Ⅱ.x=1,y=3Ⅲ.x=4,y=6(74) A.ⅠB.Ⅰ,ⅡC.Ⅰ,ⅢD.Ⅱ and Ⅲ

( 13 )有如下复数类的声明,请补充完整。class complex{double real; // 实部double imag; // 虚部public:complex(double x , double y){real=x;imag=y;}perator+(complex c){// 重载加法运算符 “ + ”return complex(___________)}};

6The construct cobegin Statement1; Statement2; coend means Statement1 and Statement2 are to be executed in parallel. The only two atomic actions in this construct are loading thevalue of a variable and storing into a variablE.For the program segment x:=0; y:=O; cobegin begin x:=l; y:=y+x; end; begin y:=2; x:=x+3; end coend Which of the following indicate(s) possible values for the variables when the segment finishes execution? Ⅰ.x=1,y=2 Ⅱ.x=1,y=3 Ⅲ.x=4,y=6A.ⅠB.Ⅰ and ⅡC.Ⅰ and ⅢD.Ⅱand Ⅲ

Which of the following indicate(s)possible values for the variables when the segment finishes execution?(74).Ⅰ. x=1,y=2Ⅱ. x=1,y=3Ⅲ. x=4, y=6A.ⅠB.Ⅰ,ⅡC.Ⅰ, ⅢD.ⅡandⅢ

以下程序运行后的输出结果是 ______。 Sub add(x,y) x=x+y Print "x=";x;",y=";y End Sub Private Sub Command1_Click() x=1 y=1 Call add((x),(y)) Print"x="; x;",y=";y End SubA.x=1,y=1 x=2,y=2B.x=2,y=1 x=1,y=1C.x=1,y=1 x=1,y=1D.x=2,y=1 x=2,y=1

下面语句正确的是A.If xy Then y=x^3B.If xy Then y=x3C.If x 下面语句正确的是A.If x<3 * y And x>y Then y=x^3B.If x<3 * y And x>y Then y=x3C.If x<3 * y:x>y Then y=x^3D.If x<3 * y And x>y Then y=x* *3

A.f(-x,y)=f(x,y),f(x,-y)=-f(x,y)B.f(-x,y)=f(x,y),f(x,-y)=f(x,y)C.f(-x,y)=-f(x,y),f(x,-y)=-f(x,y)D.f(-x,y)=-f(x,y),f(x,-y)=f(x,y)

已知y1(x)和y2(x)是方程y''+p(x)y'+Q(x)y=0的两个线性无关的特解, Y1(x)和Y2 (x)分别是方程y''+p(x)y'+Q(x)y=R1(x)和y''+p(x)y'+Q(x)y=R2(x)的特解。那么方程y''+p(x)y'+Q(x)y=R1(x)y+R2(x)的通解应是:A. c1y1+c2y2B. c1Y1(x)+c2Y2(x) C. c1y1+c2y2+Y1(x) D. c1y1+c2y2+Y1(x)+Y2(x)

已有如下变量说明: var a,b:integer; x,y:real; 下面的赋值语句中,计算机能接受的是()A、a:=a+b;B、a:=a/b;C、b:=y;D、x:=x div y

已知有如下说明:      var x,y:integer;          r,s:real;  下面赋值语句合法的是()A、s:=x+r;B、x:=s;C、y:=x+r/s;D、x:=x DIV s;

public class X implements Runnable (   private int x;   private int y;    public static void main(String args) (   X that = new X();   (new Thread(that)) . start( );   (new Thread(that)) . start( );   )    public synchronized void run( ) (    for (;;) (    x++;    y++;    System.out.printIn(“x = “ + x + “, y = “ + y);    )   )    )   What is the result?()A、 An error at line 11 causes compilation to fail.B、 Errors at lines 7 and 8 cause compilation to fail.C、 The program prints pairs of values for x and y that might not always be the same on the same line  (for example, “x=2, y=1”)D、 The program prints pairs of values for x and y that are always the same on the same line (forexample, “x=1, y=1”. In addition, each value appears twice (for example, “x=1, y=1” followed by  “x=1, y=1”)E、 The program prints pairs of values for x and y that are always the same on the same line (for example, “x=1, y=1”. In addition, each value appears twice (for example, “x=1, y=1” followed by  “x=2s, y=2”)

设x、y、z的值分别为1,2,-3,下面的逻辑运算的值正确的是()A、x eq 1 and y eq 2 —为真B、x gt y or y gt z —为假C、x lt y and y gt z —为假D、x eq y or x lt z —为真

下列选项中,能正确地将x和y两个变量中的数据进行交换的表达式是()。A、x=x+y y=y+x x=x+yB、x=x+y y=x-y x=x-yC、x=x+y y=y-x x=x-yD、x=x-y y=x-y x=y-x

多选题If x=6y, then which of the following expressions is a multiple of x? (Select all such expressions.)A3yB12yC30y

单选题要使E[Y-(aX+b)]2达到最小,则常数a=(  )。b=(  )。Aa=Cov(X,Y)/D(X);b=E(Y)-[E(X)Cov(X,Y)/D(X)D(Y)]Ba=Cov(X,Y)/D(X);b=E(Y)-[E(X)Cov(X,Y)/D(X)]Ca=Cov(X,Y);b=E(Y)-[E(X)Cov(X,Y)/D(X)]Da=Cov(X,Y);b=E(Y)-[E(X)Cov(X,Y)/D(X)D(Y)]

单选题The symbol ☆ represents one of the fundamental arithmetic operators:+, -, ×, or ÷. If (x☆y)÷(y☆x)=1 for all positive values of x and y, then ☆ can represent ______.A+ onlyB÷onlyC+ or × onlyD- or × onlyE+, -, ×, ÷

单选题X= {1, 2, 4} Y= {1, 3, 4}12 If, in the sets above, x is any number in set X and y is any number in set Y, how many different values of x+y are possible?AFiveBSixCSevenDEightENine

单选题下列选项中,能正确地将x和y两个变量中的数据进行交换的表达式是()。Ax=x+y y=y+x x=x+yBx=x+y y=x-y x=x-yCx=x+y y=y-x x=x-yDx=x-y y=x-y x=y-x

单选题public class X implements Runnable(    private int x;   private int y;   public static void main(Stringargs)  X that = new X();   (new Thread(that)).start();  (new Thread(that)).start();  )  public void run() (  for (;;) (  x++;   y++;   System.out.printIn(“x=” + x + “, y = ” + y);   )   )   What is the result?()A Errors at lines 7 and 8 cause compilation to fail.B The program prints pairs of values for x and y that might not always be the same on the same line  (for example, “x=2, y=1”).C The program prints pairs of values for x and y that are always the same on the same line (for example, “x=1, y=1”. In addition, each value appears twice (for example, “x=1, y=1” followed by  “x=1, y=1”).D The program prints pairs of values for x and y that are always the same on the same line (for example, “x=1, y=1”. In addition, each value appears only for once (for example, “x=1, y=1”  followed by “x=2, y=2”).

单选题public class X implements Runnable (   private int x;   private int y;    public static void main(String args) (   X that = new X();   (new Thread(that)) . start( );   (new Thread(that)) . start( );   )    public synchronized void run( ) (    for (;;) (    x++;    y++;    System.out.printIn(“x = “ + x + “, y = “ + y);    )   )    )   What is the result?()A An error at line 11 causes compilation to fail.B Errors at lines 7 and 8 cause compilation to fail.C The program prints pairs of values for x and y that might not always be the same on the same line  (for example, “x=2, y=1”)D The program prints pairs of values for x and y that are always the same on the same line (forexample, “x=1, y=1”. In addition, each value appears twice (for example, “x=1, y=1” followed by  “x=1, y=1”)E The program prints pairs of values for x and y that are always the same on the same line (for example, “x=1, y=1”. In addition, each value appears twice (for example, “x=1, y=1” followed by  “x=2s, y=2”)

单选题已有如下变量说明: var a,b:integer; x,y:real; 下面的赋值语句中,计算机能接受的是()Aa:=a+b;Ba:=a/b;Cb:=y;Dx:=x div y

单选题1. public class X implements Runnable(  2. private int x;  3. private int y;  4.    5. public static void main(String[]args)  6. X that = new X();  7. (new Thread(that)).start();  8. (new Thread(that)).start();  9. )  10.    11. public void run()  (  12. for (;;)  (  13. x++; 14. y++;  15. System.out.printIn(“x=” + x + “, y = ” + y);  16.     ) 17. ) What is the result?()A Errors at lines 7 and 8 cause compilation to fail.B The program prints pairs of values for x and y that might not always be the same on the same line (for example, “x=2, y=1”).C The program prints pairs of values for x and y that are always the same on the same line (for example, “x=1, y=1”. In addition, each value appears twice (for example, “x=1, y=1” followed by “x=1, y=1”).D The program prints pairs of values for x and y that are always the same on the same line (for example, “x=1, y=1”. In addition, each value appears only for once (for example, “x=1, y=1” followed by “x=2, y=2”).

单选题public class X implements Runnable {  private int x;  private int y;  public static void main(String [] args) {  X that = new X();  (new Thread( that )).start();  (new Thread( that )).start();  }  public void run() {  for (;;) {  synchronized (this) {  x++;  y++;  }  System.out.println(Thread.currentThread().getName() +  “x = “ + x + “, y = “ + y);  }  }  }   What is the result?()A Compilation fails.B The program prints pairs of values for x and y that might not always be the same on the same line (for example, “x = 2, y = 1”).C The program prints pairs of values for x and y that are always the same on the same line (for example, “x = 1, y = 1”). In addition, each value appears only once (for example, “x = 1, y = 1” followed by “x = 2, y = 2”). The thread name at the start of the line shows that both threads are executing concurrently.D The program prints pairs of values for x and y that are always the same on the same line (for example, “x = 1, y = 1”). In addition, each value appears only once (for example, “x = 1, y = 1” followed by “x = 2, y = 2”). The thread name at the start of the line shows that only a single thread is actually executing.

单选题下列关于函数依赖和多值依赖的叙述中,()是不正确的。 Ⅰ、若X→Y,则X→→Y Ⅱ、若X→→Y,则X→Y Ⅲ、若YÍX,则X→Y Ⅳ、若YÍX,则X→→Y Ⅴ、若X→Y,Y*ÌY,则X→Y* Ⅵ、若X→→Y,Y*ÌY,则X→→Y*A仅Ⅱ和ⅣB仅Ⅰ、Ⅱ和ⅣC仅Ⅱ和ⅥD仅Ⅳ、Ⅴ和Ⅵ