Given: $C=10$, $C^a=3$, $C^b=5$, how to solve $C^{2a-b+1}$.
I would be very grateful if somebody show me how to solve this.
Thanks.
Given: $C=10$, $C^a=3$, $C^b=5$, how to solve $C^{2a-b+1}$.
I would be very grateful if somebody show me how to solve this.
Thanks.
It’s simply a matter of using the laws of exponents:
$$\begin{align*} C^{2a-b+1}&=C^{2a}\cdot C^{-b}\cdot C^1\\\\ &=(C^a)^2\cdot\frac1{C^b}\cdot C\\\\ &=3^2\cdot\frac15\cdot 10\\\\ &=9\cdot 2\\\\ &=18\;. \end{align*}$$