1) the sumof the first K positive integers is equal to K(K+1)/2. what is the sum of the integers from n to m, inclusive, where 0<n<m?a. m(m+1)/2 - (n+1)(n+2)/2 b.m(m+1)/2 - n(n+1)/2 c. m(m+1)/2 - (n-1)n/2 d. (m-1)m/2- (n+1)(n+2)/2 e. (m-1)m/2 - n(n+1)/
红题字即是答案
2)If d=1/(2^3*5^7) is expressed as a terminating decimal, how many nonzero digits will d have? a.1 b.2 c.3 d.7 e.10