1. A student was asked to add 16 and subtract 10 from a number. He by mistake added 10 and subtracted 16. If his answer is 14 what is the the correct answer?





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->The teacher asked him whether he _____ give him the correct answer.....
QA->If the square of a number is subtracted from the cube of that number, the result is 48 then the number is....
QA->In Kiran’s opinion, his weight is greater than 65 kg but less than 72 kg. His brother does not agree with Kiran and he thinks that Kiran’s weight is greater than 60 kg but less than 70 kg. His mother’s view is that his weight cannot be greater than 68 kg. If all are them are correct in their estimation, what is the average of different probable weights of Kiran?....
QA->In an examination, a student’s average marks were If he had obtained 20 more marks for his Geography and 2 more marks for his history, his average would have been How many subjects were there in the examination?....
QA->.In the following question the mathematical number follow according to a pattern.Discover that pattern and then pick up the missing number from the answer choices: 2,5,9,19,37,?....
MCQ->A student was asked to add 16 and subtract 10 from a number. He by mistake added 10 and subtracted 16. If his answer is 14 what is the the correct answer?....
MCQ->If a Student class has an indexed property which is used to store or retrieve values to/from an array of 5 integers, then which of the following are the correct ways to use this indexed property? Student[3] = 34; Student s = new Student(); s[3] = 34; Student s = new Student(); Console.WriteLine(s[3]); Console.WriteLine(Student[3]); Student.this s = new Student.this(); s[3] = 34;....
MCQ->A student was asked to add 16 and subtract 10 from a number. He by mistake added 10 and substracted 16. If hisanswer is 14 what is the correct answer?....
MCQ->A student was asked to divide a number by 6 and add 12 to the number and then divided it by 6,getting 112 as the answer.The correct answer should have been:....
MCQ->What will be the output of the program? TreeSet map = new TreeSet(); map.add("one"); map.add("two"); map.add("three"); map.add("four"); map.add("one"); Iterator it = map.iterator(); while (it.hasNext() ) { System.out.print( it.next() + " " ); }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution