Question
Total number of burgers sold by Piccolo is
approximately what percent of the total number of Veggie burgers sold by all the three cafes? 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 % = (104/120) × 100 = 87% approx.
Size of MD5 message digest
Which of the following creates a pattern object?
Which is/are Keyword in C++
Which phase of systems analysis and design focuses on specifying the functional requirements of a system?
Which of the following statements correctly describes a major difference between public and private clouds?Â
Which type of cyber attack involves overwhelming a server with traffic to make it unavailable to users?        Â
...In Unix/Linux operating systems, which of the following commands is used to send a process to the background, allowing the terminal to continue acceptin...
Predict the  program output
void main ()
{
 int x = 128;
 printf ("n%d", 1 + x++);
}
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â