单选题If the average of x and y is 11/2 and the average of 1/x and 1/y is 11/24, then xy =______.A4B6C11D12E14
单选题
If the average of x and y is 11/2 and the average of 1/x and 1/y is 11/24, then xy =______.
A
4
B
6
C
11
D
12
E
14
参考解析
解析:
Since the average of x and y is 11/2, then, (x + y)/2 = 11/2 or x + y = 11. If the average of 1/x and 1/y is 11/24, then (1/2)(1/x + 1/y) = 11/24 or 1/x + 1/y = 11/12. Since 1/x + 1/y = (x + y)/xy and x + y = 11 then 11/xy = 11/12, so xy=12.
Since the average of x and y is 11/2, then, (x + y)/2 = 11/2 or x + y = 11. If the average of 1/x and 1/y is 11/24, then (1/2)(1/x + 1/y) = 11/24 or 1/x + 1/y = 11/12. Since 1/x + 1/y = (x + y)/xy and x + y = 11 then 11/xy = 11/12, so xy=12.
相关考题:
以下程序中,函数 fun 的功能是计算 x 2-2x+6 ,主函数中将调用 fun 函数计算:y1=(x+8) 2-2 (x+8)+6y2=sin 2(x)-2sin(x)+6请填空。#include "math.h"double fun(double x){ return (x*x-2*x+6); }main(){ double x,y1,y2;printf("Enter x:"); scanf("%lf",x);y1=fun( 【 11 】 );y2=fun( 【 12 】 );printf("y1=%lf,y2=%lf\n",y1,y2);}
publicclassXimplementsRunnable(privateintx;privateinty;publicstaticvoidmain(String[]args)(Xthat=newX();(newThread(that)).start();(newThread(that)).start();)publicsynchronizedvoidrun()(for(;;)(x++;y++;System.out.printIn(x=+x+,y=+y);)))Whatistheresult?()A.Anerroratline11causescompilationtofail.B.Errorsatlines7and8causecompilationtofail.C.Theprogramprintspairsofvaluesforxandythatmightnotalwaysbethesameonthesameline(forexample,“x=2,y=1”)D.Theprogramprintspairsofvaluesforxandythatarealwaysthesameonthesameline(forexample,“x=1,y=1”.Inaddition,eachvalueappearstwice(forexample,“x=1,y=1”followedby“x=1,y=1”)E.Theprogramprintspairsofvaluesforxandythatarealwaysthesameonthesameline(forexample,“x=1,y=1”.Inaddition,eachvalueappearstwice(forexample,“x=1,y=1”followedby“x=2s,y=2”)
下面指令序列执行后完成的运算,正确的算术表达式是( )。 MOV AL,BYTE PTR X SHL AL,1 DEC AL MOV BYTE PTR Y,ALA.y=X2+1B.X=y2+1C.Y=2X1-1D.X=Y2+11
以下程序运行后的输出结果是 ______。 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
下列根据此段程序的运算的结果正确的是( )。 Dim x AS Single Dim y As Single If x < 0 Then y = 3 ElseIf x< 1 Then y = 2 * x Else:y = -4 * x + 6 End IfA.当x=2时,y=-2B.当X=-1时,y=-2C.当x=0.5时,y=4D.当x=-2.5时,y=11
下面程序段的运算结果正确的是( )。 Dim x As Single Dim y As Single If x < 0 Then y=3 Elself x < 1 Then y=2*x Else: y= -4 * x+6 End IfA.当x=2时,y=-2B.当x=1时,y=3C.当x=0.5时,y=-4D.当x=-2.5时,y=11
以下程序运行后,单击按钮输出结果是 Private Sub Commandl_Click( ) Dim x As Integer,y As Integer,z As Integer X=4:y=2: Z=3 Call Gopd(x,x,z) Print x;X;Z Call Gopd(x,y,y) Print x;y;y End Sub Private Sub Gopd(x As Integer,y As Integer,z As Integer) X=3 * Z + 1 y=2 * z z=x + y End SubA.6 6 12 7 11 11B.8 5 10 5 11 11C.9 6 12 9 10 15D.8 10 10 5 9 10
程序段如下,当发生Form_Click事件时,窗体上输出的结果是( )。 Option Explicit Private x As Integer Public y As Integer Sub Test() Dim y as integer x=2:y=2 Print"x1=";x;"y1=";y End Sub Private Sub Form_Click() x=1:y=1 Test Print "X2=";x;"y2=";y End SubA.x1=2 y1=2 x2=2 y2=1B.x1=2 y1=2 x2=2 y2=2C.x1=2 y1=1 x2=2 y2=2D.x1=2 y1=1 x2=2 y2=1
单击按钮时,以下程序运行后的输出结果是 Private Sub Commandl_Click( ) Dim X As Integer,y As Integer,z As Integer x=1:y=2: Z=3 Call God(x,x,z) Print x;x;z Call God(x,y,y) Print X;y;y End Sub Private Sub God(x As Integer,y As Integer,z As Integer) x=3 * Z + 1 y=2 * Z z=x + y End SubA.6 6 12 7 11 11B.8 5 10 5 11 11C.9 6 12 9 10 15D.8 10 10 5 9 10
如果曲线y=f(x)在点(x,y)处的切线斜率与x2成正比,并且此曲线过点(1,-3)和(2,11),则此曲线方程为( )。A. y=x3-2B. y=2x3-5C. y=x2-2D. y=2x2-5
11 、点 A ( 2 , y 1 ) 、 B ( 3 , y 2 )是二次函数 y=x 2- 2x+1 的图象上两点,则 y 1 与 y 2 的大小关系为 y 1 _________ y 2 (填 “ > ” 、 “ < ” 、 “ = ” ) .
(11)运行下列程序,窗体中的显示结果是:x= 【11】 。Option Compare DatabaseDim x As IntegerPrivate Sub Form_Load()x=3End SubPrivate Sub Command11_Click()Static a As IntegerDim b As Integerb=x^2fun1 x,bfun1 x,bMsgBox "x="xEnd SubSub fun1(ByRef y As Integer,ByVal z As Integer)y=y+zz=y-zEnd Sub
已知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)+Q(x)y=R2(x)的特解。那么方程y"+p(x)y'+Q(x)y=R1(x)+R2(x)的通解应是:A. c1y1+c2y2B. c1Y1(x) +c2Y2 (x)C. c1y1+c2y2 +Y1(x)D. c1y1+c2y2 +Y1 (x) +Y2 (x)
已知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)
已知函数y=f(x)在x1和x2处的值分别为y1和y2,其中,x2>x1且x2-x1比较小(例如0.01),则对于(x1,x2)区间内的任意x值,可用线性插值公式()近似地计算出f(x)的值A.y1+(y2-y1)(x-x1)/(x2-x1)B.x1+(y2-y1)(x-x1)/(x2-x1)C.y2+(y2-y1)(x2-x1)/(x-x1)D.x2+(x2-x1)(x-x1)/(y2-y1)
如果曲线Y=f(x)在点(x,y)处的切线斜率与x2成正比,并且此曲线过点(1,-3)和(2,11),则此曲线方程为( ).A.Y=3-2B.Y=2x3-5C.Y=x2-2D.Y=2x2-5
设有两个参与人x和y,x有两个纯策略x1和x2,y有两个纯策略y1和y2。当y选择y1和y2时,x选择x1得到的支付分别为x11和x12,选择x2得到的支付分别为x1和x22;当x选择x1和x2时,y选择y1得到的支付分别为y11和y21,选择y2得到的支付分别为y12和y22 (1)试给出相应的博弈矩阵。 (2)这种博弈矩阵的表示是唯一的吗?为什么?
单选题If the average of 8 and x is 10 and the average of 7 and y is 11, what is the average of x and y?A9.0B10.5C12.0D13.5E15.00
单选题设平面α平行于两直线x/2=y/(-2)=z及2x=y=z,且与曲面z=x2+y2+1相切,则α的方程为( )。A4x+2y-z=0B4x-2y+z+3=0C16x+8y-16z+11=0D16x-8y+8z-1=0
单选题The average (arithmetic mean) of x and y is m, where m ≠ 0. What is the average (arithmetic mean) of x, y, and 2m?AmB4/3mC3/2mD5/3mE2m
问答题What is the average (arithmetic mean) of x and y? (1) The average of x+3 and y+5 is 14. (2) The average of x,y and 16 is 12.
单选题已知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)+R2(x)的通解应是:()Ac1y1+c2y2Bc1Y1(x)+c2Y2(x)Cc1y1+c2y2+Y1(x)Dc1y1+c2y2+Y1(x)+Y2(x)