网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
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
参考答案
参考解析
解析:
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
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
更多 “单选题If 5a+3b = 35 and a/b = 2/5, what is the value of a?A 14/5B 7/2C 5D 7E 9” 相关考题
考题
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 = 3B、 Value = 4C、 Value = 5D、 Value = 6E、 Value = 7F、 Value = 8
考题
单选题If a/b = 6/7 and a/c = 2/5, what is the value of 3b + c in terms of a?A
12aB
9aC
8aD
6aE
4a
考题
单选题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 = 3B
Value = 4C
Value = 5D
Value = 6E
Value = 7F
Value = 8
热门标签
最新试卷