document.write( "Question 15092: Given C=1-A/a; solve for A and a \n" ); document.write( "
Algebra.Com's Answer #7501 by bam878s(77)\"\" \"About 
You can put this solution on YOUR website!
We have C = 1-\"A%2Fa\"
\n" ); document.write( "To solve for A add \"A%2Fa\" to both sides first
\n" ); document.write( "C + \"A%2Fa\" = 1. Now subtract C
\n" ); document.write( "\"A%2Fa\" = 1-C. Now multiply a to both sides.
\n" ); document.write( "A = a * (1-C)
\n" ); document.write( "To solve for a, we take this last equation and divide both sides by (1-c) to get
\n" ); document.write( "a = \"A%2F%281-C%29\"
\n" ); document.write( "
\n" );