There is a sandwich shop in my area that sells various types of bread and ingredients. The number of the variety of bread and the number of the variety of ingredients to choose differ by one.
I am told that if I want exactly one specific bread and one specific ingredient, then the total possible choices that I have is in between 40 and 50.
What is the sum of the total number of the variety of bread and the total number of the variety of ingredients to choose from?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
First we are told that the number of bread and ingredients differ by one. So let number of bread be n and number of ingredients be n + 1 . So now total ways to choose one from each is-
1 n C × 1 n + 1 C . This lies between 40 and 50.
After opening it we get the result n ( n + 1 ) . Only possible value of n=6. Therefor answer comes out to be 6 + 7 = 1 3