20% of a 6 litre solution and 60% of 4 litre solution are
mixed what the % of mixture of solution it is resulted into?
Answer Posted / kalyan chukka
Ans : 3.6 lt
20% of 6 lit solution = 20/100 x 6 = 1.2 lt
60% of 4 lit solution = 60/100 x 4 = 2.4 lt
Ans= 1.2+2.4 = 3.6 lt
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
How do you achieve polymorphism?
Can a varargs method be overloaded?
Why is oop useful?
What is multilevel inheritance in oop?
What are the benefits of interface?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
write a program to find 2 power of a 5digit number with out using big int and exponent ?
What are properties in oop?
What is polymorphism and example?
What is difference between pop and oop?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
what is the drawback of classical methods in oops?
write string class as your own class in java without using any built-in function
What is constructor overloading in oop?
write a program to find 2^n+1 ?