One man ordering pizza,there r 5 different varieties in the
shop,namely a,b,c,d,e. you can also order your own 5
varieties other then a,b,c,d,e.The ordered one should be in
a combination of 3 varieties of shop and 2 varieties of
your own taste.find how much different varieties he can
order?(plz provide the answer with solution)
Answer Posted / supriya
5
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
if A = D, B=E, C=F, SHOOT = ?
A>B,B>C,C=D,D>E,then which is greatest?
solution of system of equations y-z=0,x+8y=4,3x+4y=7z is
An array was given and we were required to write a function : int CalculateThirdHighest(int a[ ]) : which calculates the third highest number in the array. While coding in C remember to calculate the length of array using formulae length of array=sizeof(a)/sizeof(int). Because the number of elements of array were not passed as argument. i want a solution in C/C++ language
be * be = acb a,b,c,e are non zero numbers find b,e.
A coffee shop blends 2 kinds of coffee,putting in 2 parts of a 33p. a gm. grade to 1 part of a 24p. a gm.If the mixture is changed to 1 part of the 33p. a gm. to 2 parts of the less expensive grade,how much will the shop save in blending 100 gms.
In a class photograph, 5 girls are sitting in the front where as 20 boys are standing behind them. The corner two positions are reserved for the tallest boys of the class. What are the number of ways the students may be arranged?
guttural : throat :: gastric :
In simple interest what sum amounts of Rs.1120/- in 4 years and Rs.1200/- in 5 years.
r= 5 n = 3 . If first pole has 2 flags ,third pole has 1 flag how many ways the remaining can be arranged?
what ia tha c++ code to find the position of prime numbers in prime number series??
58,27,12,x,2,1. Find x.
Ram starts from A walking 2 km North and turns right and walks 4 km and turns right again and walks 4 km and turns right again and walks 4 km and meets Radha at Bwalking in the opposite direction to Ram . Distance between A and B
If the area of a square has increased by 69%,by what % has its side increased?
there is a matrix N x N .Its elements consist of either value =1 or value=0. If there is a any zero in the row, then the output matrix should have all zeroes in that row. If there is a single zero in any column then that column should have all zeroes n the output matrix. write the function to perform these operations. i want a solution in c/c++ language