Question
Simran scored 25% marks in a test and failed by 50
marks, whereas Neil scored 40% marks in the same test and failed by 20 marks. Find the passing marks of the test.Solution
ATQ, Let the maximum marks be 100m Marks scored by Simran = 25% of 100m = 0.25×100m=25m. So, Passing marks = 25m+50 ------------- (I) Marks scored by Neil = 40% of 100m = 0.4×100m=40m. So, Passing marks = 40m+20 -------------- (II) Comparing equation (I) and (II): 25m+50=40m+20 40m−25m=50−20 15m=30 m=2 Put the value of m=2 in equation (I), Passing marks=(25×2)+50=100
What will be the output of the following Java snippet?
class A {
public void display() {
System.out.pr...
Which of the following best describes the key benefit of blockchain technology in supply chain management?
In the context of system analysis, which of the following best defines the "use case" diagram?
What is the primary role of a Certificate Authority (CA) in a Public Key Infrastructure (PKI)?
Which of the following attacks can occur when a user is tricked into performing unintended actions on a trusted website without their knowledge?
What is the primary purpose of an Entity-Relationship (ER) Diagram in database design?
Which feature of OOP allows hiding implementation details while showing only the necessary functionality?
Which algorithm is used for minimum spanning tree?
Union-Find with Path Compression achieves nearly:
Which memory type is the fastest but most expensive, typically located directly on the CPU?