Results 1 to 8 of 8

Thread: 2e^17

  1. #1

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810

    2e^17

    can 2e^17 be (2e)^17? In other words do I 2 * e first then ^17 or do ^17 first then *2?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  2. #2
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151
    (2*e)^17 = (2^17)*(e^17), which is not 2*e^17
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  3. #3

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810
    I want to reassure:

    2e^17 is not (2*e)^17, correct?

    BTW,
    Code:
    5(2)^3x - 4 = 13
    
    10 ^ 3x = 17
    
    log10 10 ^ 3x = log10 17
    x = 1/3 log10 17
    Did I do it right?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  4. #4
    Moon
    Guest
    Exponention has priority over multiplication so 5(2)^3x <> 10^3x

  5. #5

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810
    ANY BODy?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  6. #6

    Thread Starter
    Fanatic Member prog_tom's Avatar
    Join Date
    May 2001
    Location
    Los Angeles and Little Rock
    Posts
    810
    >Logs are pretty perplex.

    (3+4)^2, is it 3^2 + 4^2? or (7)^2.

    What is (i+z+3)^2? I'm not talking about binomial theorem, is it (i^2 + z ^2 + 9)?

    prog_tom
    JOIN THE REVOLUTION!!!! Dual T3 backedup science community.
    http://physics.sviesoft.com/forum

  7. #7
    Frenzied Member
    Join Date
    Jul 1999
    Location
    Huntingdon Valley, PA 19006
    Posts
    1,151
    2*e^17 = 48,309,905.5072

    (2*e)^17 = 48,309,905.5072*2^16

    (2*e)^17 = 3.166 037 967 34 E12

    2*e^17 = (2)*(e^17)

    (2*e)^17 = (2^17)*(e^17)

    I hope there are no typo's in the above.
    Live long & prosper.

    The Dinosaur from prehistoric era prior to computers.

    Eschew obfuscation!
    If a billion people believe a foolish idea, it is still a foolish idea!
    VB.net 2010 Express
    64Bit & 32Bit Windows 7 & Windows XP. I run 4 operating systems on a single PC.

  8. #8
    sql_lall
    Guest

    In general

    When somthing is written in the form:
    ax^b
    This stands for a * (x^b), not (a*x) ^b

    i.e.
    5(2)^3x - 4 = 13
    =>17= 5*(2^3x) (from above)
    =>17/5 = 2^(3x)
    =>log(17/5) = 3x * log(2)
    => log(17/5)/(3*log(2) = x

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width