Think of it this way-
Given- The first two containers have the same humidity percentage and there was a third container with different humidity percentage. The humidity percentage of the combined air was found to be 62%.
This is a weighted average problem and can be solved quickly using visualization.
Inference- Weight given to the first two containers will be twice the weight given to the last container. Thus the distance of the 2 sets of containers ((First set have container 1+2) and the second set has container 3) along 62% (can be written as 0.62 and is the average) can be visualized on a number line. For the two sets, the distance from 0.62 (average) will be in the ratio of 1:2 as the weights are in the ratio of 2:1-
Ratio of distance- <-------------1------------>:<----------2 ------->
First Two Container-----------------------------0.62--------------------Third Container
Plugin values and you will get the ratio of 1:2 is only satisfying in the below case-
Ratio of distance- <-------------1------------>:<----------2 ------->
First Two Container-----------------------------0.62--------------------Third Container
0.64 <-----------0.02----------> <---------0.04---> 0.58
Thus the final answer will be 0.64= 64% (First two containers) and 0.58=58% (Third container)