Question
Two numbers are in the ratio 2:8. The product of their
H.C.F. and L.C.M. is 3600. The sum of the numbers is:Solution
Let the numbers be 2x and 8x respectively. First number × second number = HCF × LCM => 2x × 8x = 3600 => x2 = [3600/(2×8)] = 225 => x = √225 = 15 Sum of the numbers = 2x + 8x = 10x = 10 × 15 = 150
Which data analytics technique is best suited for identifying hidden patterns or relationships in large datasets?
What is the primary difference between tuple calculus and domain calculus?
Which of the following statements accurately describes the Carrier Sense Multiple Access with Collision Detection (CSMA/CD) access method used in tradit...
How is dynamic memory allocated in Java?
calculate the complexity of the below recursive code
Int f(int n)
{
If(n
return 1;
return f(n/2)+f(n/2);
}
Node.js is primarily used for:
What is exception handling in programming?
Which type of transistor is less susceptible to thermal runaway?
Which of the following represents a query in tuple calculus that selects all tuples where the "Age" attribute is greater than 30?
In BGP path selection, which attribute is considered first?