填空题If x + 9 is 50% greater than x, then what is the value of x?____

填空题
If x + 9 is 50% greater than x, then what is the value of x?____

参考解析

解析:
根据题干得知x+9= 1.5x,减9,则9=0.5x。两边乘2,则18=x。

相关考题:

● 在软件测试中,假定 X 为整数,10≤X≤100,用边界值分析法,那么 X 在测试中应该取(8)边界值。(8)A.X=9,X=10,X=100,X=101B.X=10,X=100C.X=9,X=11,X=99,X=101D.X=9,X=10,X=50,X=100

设有定义:class C{ public:int value;…};int x,*p;则以下引用形式中,正确的是A.x=value;B.x=C::value;C.p=valueD.p=C::value

The value of the collateral must be ______.A.greater than the loan amountB.the same as or be greater than the loan amountC.smaller than the loan amountD.the same as the loan amount

有如下类声明: class Base{ protected: int amount; public: Base(int n=0):amount(n){} int getAmountconst{retum amount;} }; class Derived:public Base{ protected: int value; public: Derived(int m,int n):value(m),Base(n){} int getDataconst{return value+amount;} }: 已知x是一个Derived对象,则下列表达式中正确的是( )。A.x.value+X.getAmountB.x.getData一x.getAmountC.x.getData一x.amountD.x.value+X.amount

类MyClas的定义如下: class MyClas{ public: MyClas(){} MyClas(int a){ value=new.int(i); } int *value; }; 若要对类中的value赋值,则下面的语句中正确的是( )A.MyClas x;x.value=10;B.MyClas x; *x.value=10;C.MyClas x;x. *value=10;D.MyClas x(10);

What should the configuration register value be after successfully completing the password recover procedure and returning the router to normal operation? () A.0x2100B.0x2101C.0x2102D.0x2124E.0x2142

When is the connection concentrator enabled?()A、When the value of MAX_CONNECTIONS is greater than the value of MAX_COORDAGENTS.  B、When the value of MAX_AGENTS is greater than the value of MAX_CLIENTS.  C、When the value of NUM_AGENTS is greater than the value of MAX_AGENTS. D、When the value of NUM_CONNECTIONS is greater than the value of NUM_COORDAGENTS.

public class SwitchTest {  public static void main(String[] args) {  System.out.println(“value = “ + switchIt(4));  }  public static int switchIt(int x) {  int j = 1;  switch (x) {  case 1: j++; case 2: j++;  case 3: j++;  case 4: j++;  case 5: j++;  default: j++;  }  return j + x; }  }  What is the result?()  A、 value = 3B、 value = 4C、 value = 5D、 value = 6E、 value = 7F、 value = 8

What should the configuration register value be after successfully completing the password recover procedure and returning the router to normal operation? ()A、0x2100B、0x2101C、0x2102D、0x2124E、0x2142

问答题In the figure below, what is the value of x?

填空题If x + 9 is 50% greater than x, then what is the value of x?____

单选题If t is 40 percent greater than p, and p is 40 percent less than 600, what is the value of t-p?A144B240C360D504E1008

单选题For what value of p is (x-2)(x+2) = x(x -p)?A-4B0C2/xD4/xE-x/4

填空题If the function f is defined by f(x)= (2x-4)/3 for what value of x does f(x) = 18?____

问答题What is the value of x-y?  (1) (x-y)2=25  (2) 4x=4 (y+3)

单选题DS2 has not become the active device for Vlan103’s HSRP group even though all interfaces are active. As related to Vlan103’s HSRP group.  What can be done to make the group function properly ? ()A On DS1, disable preemptB On DS1, decrease the priority value to a value less than 190 and greater than 150C On DS2, increase the priority value to a value greater 241 and less than 249D On DS2, increase the decrement value in the track command to a value greater than 10 and less than 50.

问答题If x+y=36, what is the value of xy?  (1) y-x=14  (2) y=2x+3

单选题If 2x-3y = 11 and 3x+15 = 0, what is the value of y?A-7B-5C1/3D3E10

单选题If x is an integer and y=7x+11, what is the greatest value of x for which Y is less than 50?A7B6C5D4E3

单选题If 5/x+4/5=1, what is the value of x?A-25/4B-4C-5/4D-1/5E25

单选题If x-9 = 2y and x+3 = 5y, what is the value of x?A-2B4C11D15E17

单选题What is the smallest integer value of x that satisfies the inequality 4-3x 11?A-3B-2C-1D0E1

单选题What should the configuration register value be after successfully completing the password recover procedure and returning the router to normal operation? ()A0x2100B0x2101C0x2102D0x2124E0x2142

单选题public class SwitchTest {   public static void main (String args) {   System.out.PrintIn(“value =” +switchIt(4));   }   public static int switchIt(int x) {   int j = 1;   switch (x) {   case 1: j++;   case 2: j++;   case 3: j++;  case 4: j++;   case 5: j++;   default:j++;   }   return j + x;   }   }   What is the output from line 3? ()A Value = 3B Value = 4C Value = 5D Value = 6E Value = 7F Value = 8

单选题What is the least possible value of (x+1)2 if -2≤x≤3?A-2B3C-1D0E1

单选题If x and y are positive numbers greater than 1, and wx/y+w =1 then w= ______.A(x-1)/(y-1)By/(x-1)C(x+1)/yD(x-y)/(x+y)Ey/(x+1)

单选题You are the administrator of the Testking network and you have forgotten the password to one of your routers. After completing the password recovery procedure the router returned to its normal operation. The config-register was set back to the initial default value. What is this value?()A0x2112B0x2104C0x2102D0x2142E0x2100

填空题Let f(x) be defined as the absolute value of the difference between the smallest and largest odd factors of x greater than 1. For example, f(42)=︱3-21︱=18. What is the value of f(90)?____