|  if each term in the sum a1..+ an is either 7 or 77 and the sum equals 350, which of the following could be equal to n? 答:40 問題: why? To make th sum 350, we need at least one 77. So enumerate all possiblities as below: if there is only one 77, then we need 39 '7' to make the sum 350 -> n=40 if there is two 77, then we need 28 '7' -> n=30; if there is three 77, then we need 17 '7' -> n=20; if there is four 77, then we need 6 '7' -> n=10; Make sense? Hopefully  
 [此贴子已经被作者于2008-6-15 10:01:19编辑过] |