- 精华
- 0
- 积分
- 2246
- 经验
- 2246 点
- 威望
- 201 点
- 金钱
- 602 ¥
- 魅力
- 352
|
288. If Integer x=5^m + 3^n, what is x?
1) mn = 20
2) m+n = 9
x = ? x = 5^m + 3^n m, n
from 1) mn = 20 can not get m, n so not A
from 2) cannot get m, n so not B
union: C
289. If n=(x-3)/(y-4),what is n?
1) x=3
2) y=2
同上题 C
290. Machine x can complete a task in 8 hours and machine y can complete the same task in 4hours. How much of a task does x completes if x and y are working together?
x 每小时完成任务的 1/8; y 每小时完成任务的 1/4
x, y一起做,每小时完成任务的 1/8 + 1/4即 3/8其中 x占1/8
x做1/3
291. If n is an integer between 10 and 99 and n is divisible by 7, the remainder is 3, is n< 80?
1) When n is divided by 5, the remainder is 0
2) When n is divisible by 3, the reminder is 0
Inclusive ?
n = 7m + 3
from 1) n = 5k n = 35t + 10, t = 0, 1, 2, 3, … so not A
from 2) n = 3s n = 21a + 24 a = 0, 1, 2, 3, …so not B
union n = 35t + 10 , n = 3s n = 105 k + 45 在 10 到 99 只有45满足条件 so C |
|