Question
Number of males of tribe Raba is what percentage more
than the number of males of tribe Dimasa? Answer the following questions based on the information given below: There are two tribes (Raba and Dimasa) in Mizoram. Total population of tribe Raba is 4800. Number of males of tribe Raba is 40% more than the number of females of tribe Raba. Total population of tribe Dimasa is 20% more than the population of tribe Raba. Ratio of number of males to the number of females of tribe Dimasa is 5:7.Solution
Let the number of females of tribe Raba be x. Number of males of tribe Raba = 1.4x Total population = 4800 => x + 1.4x = 4800 => x = 2000 Number of males of tribe Raba = 1.4 × 2000 = 2800 Number of females of tribe Raba = 2000 Total population of tribe Dimasa = 4800 × 1.2 = 5760 Number of males of tribe Dimasa = (5/12) × 5760 = 2400 Number of females of tribe Dimasa = (7/12) × 5760 = 3360 Required % = [(2800 – 2400)/2400] × 100 = 16.67%
Which of the following characteristics describes an ideal operational amplifier (op-amp)?
According to KCL, the algebraic sum of currents at a node in an electrical circuit is equal to:
Which of the following is NOT an example of abstraction?
Which are types of system design
What does CSMA/CD stand for in the context of LAN technology?
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
Write through technique is used in which memory for data updating
Suppose we have a printer shared between various machines in a network, and any machine or computer in a network can send a print request to the printe...
In a binomial distribution, if you increase the number of trials (n) while keeping the probability of success (p) constant, what happens to the distribu...
Which company originally developed the Go programming language?