Question
In a village with a population of 1200, comprising both
males and females, the ratio of males to females is 7:5. Each male receives 20 kg of rice, while each female is allocated 30 kg of rice from the local ration shop. Calculate the difference in the total amount of rice distributed between males and females.Solution
Total number of males in a village = 7/12 x 1200 = 700 Total number of females in a village = 5/12 x 1200 = 500 Quantity of rice received by males = (700 X 20) = 14000 kg Quantity of rice received by females = (500 X 30) = 15000 kg Required difference = (15000 - 14000) = 1000 kg Hence, option a.
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?