Question
Find the average number of Turkey burger sold by Farzi,
Veggie burger sold by Kalsang and Bean burger sold by Piccolo. Read the following data carefully and answer the questions: Three different cafes Kalsang, Farzi and Piccolo offers three types of burgers i.e Turkey burger, Veggie burger and Bean burger. The ratio of number of Turkey burgers sold by Kalsang, Farzi and Piccolo is 15:10:4 respectively. Veggie burger sold by Kalsang is 10 more than that of Bean burger sold by Piccolo and Turkey burger sold by all the three cafes is equal to the total number of burgers sold by Kalsang. Number of Bean burger sold by Kalsang is same as sold by Piccolo. The average number of Bean burgers sold by all the cafes is (160/3) and Veggies burger sold by Piccolo is half of the number of Bean burgers sold by Farzi. Total number of Veggie burgers is 40 less than the total number of Bean burgers sold by all the cafes. The ratio of number of Veggies burgers sold by Farzi to the number of Turkey burgers sold by Piccolo is 5:4.Solution
Let number of Turkey burger sold by Kalsang, Farzi and Piccolo be 15x, 10x and 4x respectively. Let number of Bean burger sold by Kalsang = ‘y’= number of Bean burger sold by Piccolo Number of Veggie burger sold by Kalsang = (10 + y) According to question, => 15x +10x + 4x = 15x + (10 + y) + y => 29x = 15x + 10 + 2y => y = 7x – 5 ------- (i)  Let number of Bean burger sold by Farzi be ‘a’. So, (y + a + y)/3 = 160/3 => 2y + a = 160 ------- (ii) Number of Veggie burger sold by Piccolo = (a/2) = 0.5a Let number of Veggie burger sold by Farzi = b Total number of Veggie burger sold = 160 – 40 = 120 => (10 + y) + b + 0.5a = 120 => y + b + 0.5a = 110 ------- (iii) b : 4x = 5 : 4 => b = 5x ------- (iv) Solving (i), (ii), (iii) and (iv) we get, => x = 6, y = 37, a = 86 and b = 30 Required average = (60 + 47 + 37)/3 = 144/3 = 48
What is an ER diagram used for?
Fork() command is used to create a new process. State true or false.
What is the meaning of the term "refactoring" in software engineering?
Which is the correct format specifier for double type value in C?
What is a "token" in lexical analysis?
What is the worst-case time complexity of inserting n2Â elements into an AVL tree with n elements initially?
What is a common characteristic of problems suitable for dynamic programming solutions?
File Transfer Protocol (FTP), uses well-known port 21 is used for control connection and port 20 for the
Which layer of the TCP/IP model is responsible for IP addressing and routing?
The maximum number of binary trees that can be formed with three unlabeled nodes is: