Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Math & Sciences (https://www.askmehelpdesk.com/forumdisplay.php?f=402)
-   -   Is there a solution to 9^m + 3^(3-2m) = 28? (https://www.askmehelpdesk.com/showthread.php?t=804193)

  • Nov 7, 2014, 05:27 AM
    AdrianCavinder
    Is there a solution to 9^m + 3^(3-2m) = 28?
    I don’t think there is. It has been given as a question but I always understood that unlike exponents couldn’t be added.
    I can re-write it as 3^2m + 3^(3-2m) = 28 but I’m not sure how that would help me.
    Any help would be most appreciated.
    Cheers,
    Adrian
  • Nov 7, 2014, 05:41 AM
    ebaines
    Actually, it is solvable. Start by noting that:



    Then multiply the equation by . This gives an equation with terms having factors of and . At this point you can substitute a new variable for ; for example let . Now you have a quadratic equation in x, which you can factor to solve for x. Finally convert back using , so:



    I suggest you use log base 3 for that. Good luck, and post back with your solutions (there are two).
  • Nov 7, 2014, 06:14 AM
    AdrianCavinder
    Wow! Okay, so I got to (9^m-1)(9^m-27)=0 and so the solutions are m = 0 or m= 3/2. Correct? When I substituted the values, they both worked in the original equation. Thanks so much.
  • Nov 7, 2014, 07:41 AM
    ebaines
    Quote:

    Originally Posted by AdrianCavinder View Post
    the solutions are m = 0 or m= 3/2. Correct?

    Yes - correct!
  • Nov 7, 2014, 07:43 AM
    CravenMorhead
    I just noticed that the question said = 28. Not 27.
  • Nov 7, 2014, 08:18 AM
    ebaines
    Quote:

    Originally Posted by CravenMorhead
    I just noticed that the question said = 28. Not 27

    Right - that's why it factors the way that Adrian showed. If the problem had been =27 the solution would have been a bit messier.
  • Nov 7, 2014, 09:26 AM
    CravenMorhead
    Been too long since I did this kind of math. Oy. Just looked off.
  • Nov 10, 2014, 06:07 AM
    AdrianCavinder
    Okay, I’m afraid I’ve hit upon another stumbling block.
    The original question is: log10(8x) - log10(1+sqrtx) = 2
    I got it to 10^2 = 8x/(1 +sqrtx)
    Now I get confused.
    If I multiply both sides by (1 + sqrtx) I get
    100 + 100sqrtx = 8x
    Can you let me know if I’m on the right track?
    Thanks.
  • Nov 10, 2014, 07:31 AM
    ebaines
    Yes, you're on the right track. Substitute w = sqrt(x) and see where it takes you. Warning: it's a bit of a mess.
  • Nov 10, 2014, 08:21 AM
    AdrianCavinder
    Oh gosh, that’s a step I forgot about. So substituting I get 100 + 100w = 8w^2
    Using the quadratic formula, I got [100 +/- sqrt(100^2 + 320)]/16. So the result for w was 13.43 or -0.93. Substituting back and squaring, I finally arrived at x = 180.37 or x = 0.87. How did I do?
  • Nov 10, 2014, 09:12 AM
    ebaines
    Quote:

    Originally Posted by AdrianCavinder View Post
    I finally arrived at x = 180.37 or x = 0.87. How did I do?

    Pretty good, except... try substituting those values back into the original equation and see if they work. One does, but the other does not.
  • Nov 10, 2014, 09:26 AM
    AdrianCavinder
    Right. I got w = -0.93 & 13.43 and when substituted back as sqrtx, the former is not possible, so there’s only one answer which is (13.43)^2 or x = 180.37. Really appreciate your input. Thanks a lot.
  • Nov 11, 2014, 09:37 PM
    AdrianCavinder
    Okay. Hi and thanks again for the help.
    Needless to say I have one more question that needs a bit of input.
    The population of New York and LA aregrowing at 1% and 1.4% a year. Starting from 8 million (NY) and 6 million(LA), when will they be equal?
    My reasoning is that this works [FONT=CMR10]similar to compound interest, so
    6,000,000 x (1.014^n) = 8,000,000 x (1.01^n)
    This can be simplified to
    0.75 x 1.014^n = 1.01^n
    Now I’m stuck again. I’d appreciate a pointer or two but please don’t solve it for me. How can I deal with unlike bases with the same indices?
    Cheers. Adrian[/FONT]
  • Nov 12, 2014, 06:50 AM
    ebaines
    Take the log of both sides, and simplify to get n by itself.
  • Nov 12, 2014, 06:28 PM
    AdrianCavinder
    Okay, well, honestly that’s confusing. Or should I say asks more questions than it solves, ha!
    1). Why would I use logarithms in a situation like this?
    2). Can it be solved without the use of logarithms?
    3). My limited understanding of logarithms is using the basic formula of a^x = y is the same as loga(y) = x. How am I then allowed to ‘log’ both sides? Surely, if I substitute this formula into my original equation, I would get x = 1.01^n? And that seems to complicate matters.
    Sorry to sound like a numbskull but I want to understand the link before I just plough ahead and arrive at an answer without knowing why.
    Cheers, Adrian
  • Nov 13, 2014, 06:41 AM
    ebaines
    Quote:

    Originally Posted by AdrianCavinder
    Okay, well, honestly that's confusing. Or should I say asks more questions than it solves, ha!
    1). Why would I use logarithms in a situation like this?

    Logarithms are a usefull tool for working problems involving exponents.

    Quote:

    Originally Posted by AdrianCavinder
    Can it be solved without the use of logarithms?

    The only other technique i can think of is to use a numerical technique - essentuially making a series of guesses as to the answer and zeroing in until the error is "acceptable," although you may not get an exact solution this way.

    Quote:

    Originally Posted by AdrianCavinder
    My limited understanding of logarithms is using the basic formula of a^x = y is the same as loga(y) = x. How am I then allowed to 'log' both sides?

    You can start with:



    Recall that and ; hence the equation can be rewritten as:



    Can you finish it up from here?
  • Nov 13, 2014, 08:10 AM
    AdrianCavinder
    Yep, that’s a real big help. Thanks a bundle.
    Working out the logs, then subtracting the ’n’ values, then dividing by log(0.75), I got 72.75 years which checks when I replace the values in the original equation.
    Really appreciate your input.
    Cheers, Adrian

  • All times are GMT -7. The time now is 09:54 AM.