📜  门| GATE-CS-2017(Set 2)|问题1

📅  最后修改于: 2021-06-29 11:15:49             🧑  作者: Mango

测验中的问题总计100分。有两种类型的问题,多项选择问题每项得3分,而作文问题每条得11分。考试有多少个多项选择题?
(A) 12
(B) 15
(C) 18
(D) 19答案: (B)
说明:让我们考虑所有选择:

Choice A : 12 [Wrong] 
There is no integer x that satisfies below equation
12 * 3  + x * 11 = 100
x = 64/11 [Which is not an integer]

Choice B : 15 [Right] 
15 * 3  + x * 11 = 100
x = 55/11  = 5

Choice C : 18 [Wrong] 
There is no integer x that satisfies below equation
18 * 3  + x * 11 = 100
x = 46/11 [Which is not an integer]

Choice C : 19 [Wrong] 
There is no integer x that satisfies below equation
19 * 3  + x * 11 = 100
x = 43/11 [Which is not an integer] 

这个问题的测验