Question 858222
<pre>
Hi, there--

The Problem:
Solve equation for {{{C[2]}}}

{{{C[1]*V[1]=C[2]*V[2]}}}

Divide both sides of the equation by {{{V[2]}}}.
{{{(C[1]*V[1])/V[2]=(C[2]*V[2])/V[2]}}}

Cancel the {{{V[2]}}} terms on the right side.
{{{(C[1]*V[1])/V[2]=(C[2]*cross(V[2]))/cross(V[2])}}}

{{{C[2]=(C[1]*V[1])/V[2]}}}

</pre>