Solution $A$, containing $25 \%$ oil and $75 \%$ water, is mixed with Solution $B$, containing $40 \%$ oil and $60 \%$ water. If the resulting mixture contains $35 \%$ oil, approximately what proportion of the total mixture is made up by Solution $A$ ?
My work:
Let $A_1$ the proportion of the total mixture that is oil for solution A. Let $B_1$ the volume of the solution A.
Let $A_2$ the proportion of the total mixture that is oil for solution B. Let $B_2$ the volume of the solution B.
I think $\dfrac{A_1}{B_1}=.25$, $\dfrac{A_2}{B_2}=.4$ $\iff$ this is a contradiction with the resulting mixture being $35\%$ oil
I also think $\dfrac{A_1}{B_1} +\dfrac{A_2}{B_2}=.35$
The question asks to solve for $\dfrac{A_1}{B_1+B_2}$
You are close! But, you don't necessarily know that $A$ and $B$ are in equal proportion - in fact they are not.
Let $x$ be the proportion of the final mixture which is from $A$, and let $(1-x)$ be the proportion from $B$. Then $25x + 40(1-x) = 35$. So, we simply find that we have a linear equation, and we solve for $x = 1/3$. That is, the ratio of $A$ to $B$ in the final mixture is 1:2.
Hope this helps!