⟩ LCM of x and y is 36 and HCF of x and y is 4. If x = 4 then which of the following is definitely not true?a) Y is divisible by 3b) Y is divisible by 6c) Y is divisible by 9d) X+Y is divisible by
X = 4 Hence Y = 36
so option 1,2&3 are correct
X = 4 Hence Y = 36
so option 1,2&3 are correct
How many positive integer solutions does the equation 2x+3y = 100 have?a) 50b) 33c) 16d) 35
My flight takes of at 2am from a place at 18N 10E and landed 10 Hrs later at a place with coordinates 36N70W. What is the local time when my plane landed?a) 600 am b) 640am c) 740 d) 700 e) 800
A has some no. of sons & daughters.each son has sisters as twice as brother(s).each daughter has sisters as brothers.how many children A has?
A programs reads "The man and the boyrn" from a file using fgets() and stores it in str[]. Then the string stored in str isA. "The man and the boyrn"B. "The man and the boyr"C. "The man and the boyn"D. "The man and the boy"
A cryptanalyst must translate into letters of all digits included in the following two lines of nine symbols each9 3 3 4 5 6 6 6 72 2 3 3 4 4 5 7 8The cryptanalyst has already determined some of rules governing the decodingRule 1-Each of the digits from 2 to 9 represents exactly one of the eight lettersA,E,I,O,U,R,S,T.Rule 2-Each letter is represented by exactly one of the digits. If a digit occurs more thanonce it represents the same letter on each occasion.Rule 3-The letter T and the letter O are each represented exactly 3 times.Rule 4-The letter I and the letter A are each represented exactly 2 times.Rule 5-The letter E is represented exactly 4 times.Based on above solve following QuestionsQ1. If 9 represents vowel,it must represent which of followingOption 1- AOption 2- EOption 3- IOption 4- OOption 5- UQ2. If 8 represents vowel which of the following must represent a consonantOption 1- 2Option 2- 4Option 3- 5Option 4- 7Option 5- 9Q3. If 2 represents R and 7 represents A, then 5 mu
Find the minimum value of 3x+4y if x^2y^3=12?
In class of 10 students, the teacher writes a number on the board. The first student tells that the number is divisible by 1, the second student tells that the number is divisible by 2, the third by 3, the forth by 4 and so on till 10. If the statement of one of the students in wrong then what is the least number possible?
Mr. and Mrs. Aye and Mr. and Mrs. Bee competed in a chess tournament.Of the three games played a)In only the first game werethe two players married to each other. b)The men won two games and the women won one game. c)The Ayes won more games than the Bees. d)Anyone who lost game did not play the subsequent game.Who did not lose a game?
These ques were asked in the Intuit paper. There were 11 ques1. Write a C function(statement given) for definition of strlen(used to return the leanth of a null character terminated ASCII string)unsigned int strlen(char *str)2.U have a rectangular board with a rectangular hole in it(could be anywr at any inclination). Draw a single straight line to cut the solid are into 2 equal halves.3.what is the output of the following prog?#includevoid main(){int i=10;int j=i%2;if (j==0)cout<<"Got it"< elsecout<<"out it"< }
The size of the bucket is N kb. The bucket fills at the rate of 0.1 kb per millisecond. A programmer sends a program to receiver. There it waits for 10 milliseconds. And response will be back to programmer in 20 milliseconds. How much time the program takes to get a response back to the programmer, after it is sent? Please tell me the answer with explanation?