TCS Company

I purchased 3 pens from a shop.I want to gift 5 pens to my sister in an order out of which i want to give 2 pens from those i purchased such that they occur as prefix in the order.
find how many combination of pen can i give..???

Read Solution (Total 7)

TCS Other Question

Byteland country is very famous for it's own variety of rules and customs. People from the normal world only knows 26 alphabets but the scientists in the Byteland country always try to invent new alphabets. Let N be the number of alphabets invented by the Byteland country scientists. Alice is living in Byteland country and one of her friends gifted her a new pet on her Birthday. In the Byteland country each pet must contain a name as suggested by the astronomer. After consulting an astronomer Alice came to know that length of the pet name must be of L letters and among L letters she need to keep X number of letter prefix as suggested by the astronomer. Now Alice has decided to form the names by following the astronomer's suggestion, as Alice is weak in mathematics can you please help her to find out the number of valid names that she can form Input contains three integers N, L, X in each line.


Line 1


N,where N is the number of alphabets invented


Line 2


L,where L is the length of the pet name


Line 3


X,where X is the number of letter prefix as suggested by the astronomer.