Question
The total strength of school A is 20% more than that of
school B. In school A and B, out of total number of students, 30% and 40% respectively are girls. The number of boys in school A is how much percent more/less than that in school B?Solution
Let the total number of students in school B be ‘x’. Therefore, total number of students in school A = 1.2x Number of boys in school A = 0.70 × 1.2x = 0.84x Number of boys in school B = 0.6x Required % = [(0.84x – 0.6x)/0.6x] × 100 = 40%
What is a "51% attack" in the context of blockchain?
By which program python was interpreted?
Firewall is a type of
Which of the following conditions must be satisfied for a deadlock to occur?
The list.index(x[, start[, end]]) is used to ___.
What is the purpose of the Program Counter (PC) in CPU control design?
In dynamic programming, what is memoization?
- State true or false Implicit type casting in C is used to convert the data type of any variable without using the actual value that the variable holds.
Which protocol is commonly used in the network layer for addressing and routing on the internet?
Which concurrency control technique allows a transaction to read uncommitted data?