Question
Which is the largest six digit number, which when
divided by 12, 15, 20, 24 and 30, leaves the remainders 8, 11, 16, 20 and 26 respectively.Solution
ATQ, LCM of 12, 15, 20, 24, 30 is 120 As we know, (12 – 8) = (15 – 11) = (20 – 16) = (24 – 20) = (30 – 26) = 4 As we know, 6 digit largest number = 999999 So, number divisible by 120 = 999999 – 39 = 999960 Required number is = 999960 – 4 = 999956
Which probability distribution represents a continuous random variable with a constant probability density function over a specified interval?
__________ is a subject-oriented, integrated, time-variant, nonvolatile collection of data in support of management decisions.
What is the output of the following code?
print(0.3 + 0.5 == 0.8)
The truth table for a boolean function with two variables, A and B, has four rows. How many different boolean functions can be defined with two variables?
Which data structure represents a hierarchical relationship between elements?
What is the purpose of the "if __name__ == '__main__':" statement in a Python script?
What is the purpose of the clock in a computer system?
Which of the following is not a markup language used in web development?
Component in cloud computing is /are?Â
Which type of neural network architecture is specifically designed to process data with a variable-length sequence?