self Maths Puzzle Logical Reasoning Coding Decoding

in how many ways can we distribute 10 identical looking pencils to 4 students so that each student gets at least 1 pencil?

Read Solution (Total 8)

self Other Question

in a sequence of integers, A(n)=A(n-1)-A(n-2) where A(n) is the nth term in the sequence, n is an integer and n>=3, where s(1000)is the sum of the first 1000 terms in a sequence A(n) is defined by,A(1)=2 and A(n+1)=A(n)+2*n. find the value of A(200).