Question
Determine the count of boys who passed the interview if
the ratio of boys who passed to girls who failed is 5:3. Given that the number of girls who failed constitutes 15% of the total number of people, and the total number of people is 120, calculate the number of boys who successfully passed the interview.Solution
We can say that the number of boys who passed and the number of girls who failed in an interview is be 5a and 3a respectively. Total number of prople = 3a/0.15 = 20a According to the question, 20a = 120 Or, a = 6 Number of boys who passed the interview is = 5a = 30
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?