niusouti.com
更多“If a/b = 6/7 and a/c = 2/5, what is the value of 3b + c in t”相关问题
  • 第1题:

    除正规道路以外的厂内界区,物料堆放的荷重在()t/m2以上或者包括运输工具运载总重在()t以上的都应视为动土作业。

    • A、5;3
    • B、6;4
    • C、7;5
    • D、8;6

    正确答案:A

  • 第2题:

    With Call Manager v3.1, what is the maximum number of servers in a Cluster?()

    • A、3
    • B、6
    • C、7
    • D、8

    正确答案:D

  • 第3题:

    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 = 3
    • B、 value = 4
    • C、 value = 5
    • D、 value = 6
    • E、 value = 7
    • F、 value = 8

    正确答案:F

  • 第4题:

    public class Foo {  public int a;  public Foo() { a = 3; }  public void addFive() { a += 5; }  }  and:  public class Bar extends Foo { public int a;  public Bar() { a = 8; }  public void addFive() { this.a +=5; }  }  invoked with:  Foo foo = new Bar();  foo.addFive();  System.out.println(”Value: “+ foo.a);  What is the result?() 

    • A、 Value: 3
    • B、 Value: 8
    • C、 Value: 13
    • D、 Compilation fails.
    • E、 The code runs with no output.
    • F、 An exception is thrown at runtime.

    正确答案:A

  • 第5题:

    单选题
    public class Foo {  public int a;  public Foo() { a = 3; }  public void addFive() { a += 5; }  }  and:  public class Bar extends Foo { public int a;  public Bar() { a = 8; }  public void addFive() { this.a +=5; }  }  invoked with:  Foo foo = new Bar();  foo.addFive();  System.out.println(”Value: “+ foo.a);  What is the result?()
    A

     Value: 3

    B

     Value: 8

    C

     Value: 13

    D

     Compilation fails.

    E

     The code runs with no output.

    F

     An exception is thrown at runtime.


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

  • 第6题:

    单选题
    If a/b = 6/7 and a/c = 2/5, what is the value of 3b + c in terms of a?
    A

    12a

    B

    9a

    C

    8a

    D

    6a

    E

    4a


    正确答案: A
    解析:
    If a/b = 6/7, then 6b = 7a, so 3b = (7/2)a. If a/c = 2/5, then 2c = 5a, so c = (5/2)a.
    Hence, 3b + c = (7/2)a + (5/2)a = (12/2)a = 6a

  • 第7题:

    问答题
    If 5a=9b=15c, what is the value of a+b+c?  (1) 3c-a=5c-3b  (2) 6cb=10a

    正确答案: B
    解析:
    通过计算可知,由条件1无法计算出a+b+c的具体值;由条件2可以计算出a+b+c的具体数值,17或0,故本题选B项。

  • 第8题:

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

    7

    B

    6

    C

    5

    D

    4

    E

    3


    正确答案: A
    解析:
    解答这道题的快速方法是把选项中的数值依次代入方程式,计算y的数值,直到满足条件y<50为止,即可得出答案。

  • 第9题:

    填空题
    If a is 2/5 of b, b is 1/10 of c, and c > 0, then what is the value of a/c?____

    正确答案: 1/25 or 0.04
    解析:
    我们可以用假设代入法或代数法。第一,假设法假设c = 100,因为b为c的十分之一,b= (1/10)(100) = 10,又因为a是b的五分之二,所以a = (2/5)(10) = 4。因此a/c = 4/100 = 1/25 或0.04。第二,代入法。因为a是b的五分之二,所以a = (2/5)b,又因为b为c的十分之一,所以c = 10b,因此得出下面的计算过程,故a= 1/25 或0.04。

  • 第10题:

    单选题
    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 = 3

    B

     Value = 4

    C

     Value = 5

    D

     Value = 6

    E

     Value = 7

    F

     Value = 8


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

  • 第11题:

    填空题
    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。

  • 第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题:

    RH2A统型动车组牵引电机在2、()、6、7。

    • A、3
    • B、4
    • C、5

    正确答案:A

  • 第14题:

    1. public class Test {   2. public static void main (String args) {   3. unsigned byte b = 0;   4. b--;   5.   6. }   7. }   What is the value of b at line 5?()  

    • A、 -1
    • B、 255
    • C、 127
    • D、 Compilation will fail.
    • E、 Compilation will succeed but the program will throw an exception at line 4.

    正确答案:D

  • 第15题:

    CRH2A统型动车组联轴节在2、()、6、7。

    • A、3
    • B、4
    • C、5

    正确答案:A

  • 第16题:

    ZD6-E型转辙机主销为()t。

    • A、3
    • B、5
    • C、9
    • D、7

    正确答案:B

  • 第17题:

    单选题
    If b = 4 and c = 7, what is the value of 3b- 5c?
    A

    -27

    B

    -23

    C

    3

    D

    6

    E

    20


    正确答案: B
    解析:
    根据题干b=4,c=7,可知3b-5c= 3(4)-5(7) = 12-35 =-23

  • 第18题:

    单选题
    If 5a+3b = 35 and a/b = 2/5, what is the value of a?
    A

    14/5

    B

    7/2

    C

    5

    D

    7

    E

    9


    正确答案: B
    解析:
    In the equation a/b = 2/5, cross-multiplying gives 5a = 2b. Since 5a+3b = 35 and 5a = 2b, then 2b+3b = 35, b=7. Since 5a = 2b = 2(7) = 14, a = 14/5

  • 第19题:

    单选题
    If 2x-3y = 11 and 3x+15 = 0, what is the value of y?
    A

    -7

    B

    -5

    C

    1/3

    D

    3

    E

    10


    正确答案: A
    解析:
    First solve the equation that contains one variable. Since 3x+15 = 0, then 3x = -15, so x = -15/3 = -5. Substituting -5 for x in the other equation, 2x-3y = 11, gives 2(-5)-3y = 11 or -10-3y = 11. Adding 10 to both sides of the equation makes -3y = 21, so y = -21/3 = -7.

  • 第20题:

    单选题
    1. public class SimpleCalc {  2. public int value;  3. public void calculate() { value += 7; }  4. } And:  1. public class MultiCalc extends SimpleCalc {  2. public void calculate() { value -= 3; }  3. public void calculate(int multiplier) {  4. calculate();  5. super.calculate();  6. value *=multiplier;  7. }  8. public static void main(String[] args) {  9. MultiCalc calculator = new MultiCalc();  10. calculator.calculate(2);  11. System.out.println(”Value is: “+ calculator.value);  12. }  13. }  What is the result?()
    A

     Value is: 8

    B

     Compilation fails.

    C

     Value is: 12

    D

     Value is: -12

    E

     The code runs with no output.

    F

     An exception is thrown at runtime.


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

  • 第21题:

    问答题
    If C=5r/(2s) and s≠0, what is the value of C?  (1) r=4s  (2) r=2/5

    正确答案: A
    解析:
    若r=4s,则C=10;若r=2/5,不能计算出C的值,故本题选A项。

  • 第22题:

    单选题
    1. public class SwitchTest {  2. public static void main (String []args)  {  3. System.out.PrintIn(“value =” +switchIt(4));  4. }  5. public static int switchIt(int x)  {  6. int j = 1;  7. switch (x) {  8. case 1: j++;  9. case 2: j++;  10. case 3: j++;  11. case 4: j++;  12. case 5: j++;  13. default:j++;  14. }  15. return j + x;  16. }  17. }     What is the output from line 3?()
    A

     Value = 3

    B

     Value = 4

    C

     Value = 5

    D

     Value = 6

    E

     Value = 7

    F

     Value = 8


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

  • 第23题:

    填空题
    If 6w is an integer and 21/2 < 5w < 31/2, what is the value of w?____

    正确答案: 2/3 or 0.666
    解析:
    因为根据题干2/2 < 5w < 3/2,则5/2 < 5w < 7/2,5/10 < w <7/10,又因为6w是正数,所以w一定是1/6的倍数,所以w的值为4/6 = 0.666.

  • 第24题:

    填空题
    If((6-3)r+4)/2= 13, what is the value of r?____

    正确答案: 22/3
    解析:
    ((6-3)r +4)/2=13,等式两边乘上2,(6-3)r + 4 = 26,(6-3)r = 22,3r = 22,r =22//3。