The price of sugar increases by 20%, by what % house-wife should reduce the consumption of sugar so that expenditure on sugar can be same as before
No Answer is Posted For this Question
Be the First to Post Answer
two workers can type two pages in two minuets then how many persons can type 18 pages in 6 minuets
Venkat has 1boy&2daughters.The product of these children age is 72.The sum of their ages give the door numberof Venkat.Boy is elder of three.Can you tell the ages of all the three.
A>B,B>C,C=D,D>E,then which is greatest a)A/B b) A/C c) A/E d)none
if a boat is moving in upstream with v1 km/hr and in the down stream it is moving with v2 km/hr then what is the speed of the stream.
There are no of urns &no of balls. If three balls are placed in each urn then 3 balls is left. If 4 balls are placed in each urn then 1 urn is left. What is the total no of balls?
What is the difference between monkey testing,gorilla testing and chimpazee testing.
why are u willing to change the company
in 80 coins one coin is counterfiet what is minimum number of weighings to find out counterfiet coin
what is diff b//w the singly reinforced beam,doubly reinforced beam?
If q is a multiple of prime numbers, is q a multiple of r? 1) r < 4. 2) q = 18. a) if statement (1) ALONE is sufficient, but statement (2) alone is not sufficient to answer the question. b) if statement (2) ALONE is sufficient, but statement (1) alone is not sufficient to answer the question. c) if BOTH statements (1) and (2) TOGETHER are sufficient to answer the question asked, but NEITHER statement ALONE is sufficient. d) if EACH statement ALONE is sufficient to answer the question asked. e) if statements (1) and (2) TOGETHER are NOT sufficient to answer the question asked, and additional data specific to the problem are needed.
You have two jars, 50 red marbles and 50 blue marbles. A jar will be picked at random, and then a marble will be picked from the jar. Placing all of the marbles in the jars, how can you maximize the chances of a red marble being picked? What are the exact odds of getting a red marble using your scheme?
2 Answers Altera, Microsoft, SikSoft,
Two sentences are given and we were required to print the common word in the two sentences. Words were delimited by space, full stop, ? , ! and , . The trick in the question was that common word should be printed only once so if ur first sentence contains two word "how" and second contains "how" then in output how should be printed only once for this u can replace each matched word in second sentence by spaces . i want a solution in C/C++ language