Question
The sum and difference of the Least Common Multiple
(L.C.M) and Highest Common Factor (H.C.F) of two numbers are 216 and 184, respectively. One of the numbers is 25. Find the other number.Solution
Let the L.C.M and the H.C.F of the two numbers be 'a' and 'b' respectively Then, (a + b) = 216 And (a - b) = 184 So, (a + b) + (a - b) = 216 +184 Or, a = 400 ÷ 2 = 200 So, b = 216 - 200 = 16 The product of two numbers is equal to the product of their L.C.M and H.C.F So, required number = (200 X 16) ÷ 25 = 128
B-trees and B+ trees are designed to maintain balance by adjusting the:
What is the maximum number of different Boolean functions involving n Boolean variables?
In the Entity-Relationship (ER) model, what does an entity represent?
Ternary relationship has how many participating entities?
What happens if an exception is thrown but not caught?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
In a public blockchain, who can participate in the validation of transactions and creation of new blocks?
What is the decimal equivalent of the binary number 10101?
What will be the output of the code
int main(){
int array[] = {100,200,300};
cout<
}
Which circuit configuration has a single path for current flow?