Solve 3^12 - 3^10 / 3^11 + 3^10

  • Thread starter Thread starter kenewbie
  • Start date Start date
AI Thread Summary
To solve the expression (3^12 - 3^10) / (3^11 + 3^10), the key is to simplify by dividing both the numerator and denominator by 3^10. This results in (9 - 1) in the numerator and (3 + 1) in the denominator, leading to the simplified form of 8 / 4. The final answer is 2. The discussion highlights the importance of factoring and simplifying exponential expressions for easier calculations.
kenewbie
Messages
238
Reaction score
0
I'm certain I'm missing something obvious .. again.

I'm having trouble solving the following (using a pen and paper approach)

\frac{ 3^{12} - 3^{10} }{ 3^{11} + 3^{10} }

I've tried logarithms (I've only covered those with base 10 so far, so any log_n approach is disqualified), messing around with the exponents, roots and factoring, but I can't seem to find a way to do this without actually calculating the individual values.

Enlighten me, please.

k
 
Last edited:
Physics news on Phys.org
Divide numerator and denominator by 3^10.
 
Or (same thing really) factor out a 310: 311= 310*3 and 312= 310*9
\frac{3^{12}- 3^{10}}{3^{11}- 3^{10}}= \frac{3^{10}(9- 1)}{3^{10}(3- 1)}
 
aaah, sweet relief.

thank you.

k
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top