If I have a problem involving multiple coupled equilibrium reactions, such as
Calcium fluoride, $\ce{CaF2}$, has a molar solubility of $\pu{2.1e−4 mol L−1}$ at pH = 7.00. By what factor does its molar solubility increase in a solution with pH = 3.00? The p$K_{\mathrm{a}}$ of $\ce{HF}$ is 3.17.
The relevant reactions are:
$$\ce{CaF2(s) <=> Ca^2+(aq) + 2 F-(aq)}$$ and $$\ce{HF(aq) <=> H+(aq) + F-(aq)}$$
They are coupled because fluoride occurs in both of them.
Is there a way to use ICE tables to organize the information (stoichiometry, initial concentrations, mass balance) as a way to solve the problem?
For example, I could try to set up one ICE table for each reaction (the column for $\ce{H+}$ is strange because in the problem, the pH is set to a value through an unspecified mechanism):
$$ \begin{array}{|c|c|c|} \hline &[\ce{Ca^2+}] & [\ce{F-}] \\ \hline I & \pu{2.1e−4} & \pu{4.2e−4} \\ \hline C & +x & +2x \\ \hline E & \pu{2.1e−4}+x & \pu{4.2e−4}+2x \\ \hline \end{array} $$
and
$$ \begin{array}{|c|c|c|} \hline &[\ce{HF}] & [\ce{H+}] & [\ce{F-}] \\ \hline I & 0 & \text{N/A} & \pu{4.2e−4} \\ \hline C & +x &\text{N/A} & -x \\ \hline E & +x & 10^{-3.00} & \pu{4.2e−4} - x\\ \hline \end{array} $$
However, how do the fluoride concentrations "talk to each other" in the two tables? Is the $x$ in one table the same as the $x$ in the other table?