GWD 26-14 : A three-digit code for certain logs uses the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 according to the following constraints. The first digit cannot be 0 or 1, the second digit must be 0 or 1, and the second and third digits cannot both be 0 in the same code. How many different codes are possible? 这题我的答案是 144 (8*2*9=144) 不过GWD答案是152 , 不知小妹哪里有想错呢 望请各位多指点! 感谢! GWD 27-34: If n is a positive integer, what is the remainder when 38n+3 + 2 is divided by 5? A. 0 B. 1 C. 2 D. 3 E. 4 我的算法 38n+3 + 2 = 812n * 27+2 所以算出来的数尾数会是 1*7+2=9 这题我的答案是 E 但GWD答案是 A (但是我怎么算都没有整除) 也是要麻烦各位帮忙一下了! 感谢感谢。
[此贴子已经被作者于2006-8-24 19:33:16编辑过] |