Results 1 to 17 of 17

Thread: what is x in "x + (x * .11416) = 442.42" **Resolved**

  1. #1

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057

    what is x in "x + (x * .11416) = 442.42" **Resolved**

    what is x in "x + (x * .11416) = 442.42"
    thanks
    Michael
    Last edited by msimmons; Nov 11th, 2002 at 12:29 PM.
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  2. #2

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    k the answer is 397.09 but I only got to that by trial and error... what is the formula to get this?
    TIA
    Michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  3. #3
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Subtract an x from each side

    so .11416x = 442.42-x

    add x to each side

    1.11416x=442.42

    x=442.42/1.11416

  4. #4
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    The answer is technically:

    397.08838945932361599770230487542

  5. #5

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    Thanks!
    Michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  6. #6

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    Originally posted by DiGiTaIErRoR
    The answer is technically:

    397.08838945932361599770230487542
    this is money so we are rounding to the next cent.

    does
    (x * .11416)
    mean the same exact thing as
    .11416x
    ?

    thanks again
    Michael
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  7. #7
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    Yes.

  8. #8

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    cool thanks again.
    Math is what is keeping me from persuing my BS.
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  9. #9
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    Ok so why did you subtract x then add x to both sides digitalerror? Was there a point to that?
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  10. #10
    So Unbanned DiGiTaIErRoR's Avatar
    Join Date
    Apr 1999
    Location
    /dev/null
    Posts
    4,111
    I was only halfassed thinking.

  11. #11
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    Code:
    simpler approach
    x + ( x * .11416) = 442.42
    Add the "x" side together
    1.11416 * x = 442.42
    x = 442.42/1.11416
    x= 397.09   (rounded)
    397.09 is THE correct result because you cannot have more digits of precision answer than exist in the least precise number -- 5 digits - in the input values.


  12. #12
    Fanatic Member siyan's Avatar
    Join Date
    Jul 2001
    Location
    GOOOAAAAALLLLL!!!!!
    Posts
    869
    Originally posted by jim mcnamara
    Code:
    simpler approach
    x + ( x * .11416) = 442.42
    Add the "x" side together
    1.11416 * x = 442.42
    x = 442.42/1.11416
    x= 397.09   (rounded)
    397.09 is THE correct result because you cannot have more digits of precision answer than exist in the least precise number -- 5 digits - in the input values.

    in math you assume the given numbers in the question are exact.

    of course if he came up with 0.11416 and/or 442.42 then yeah...

    -C
    Unite, proletariat!

  13. #13
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Trial and error for a question like this??? How long did that take you?!
    Merry Math Making!

  14. #14

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    maybe 10 min's.
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  15. #15
    Addicted Member
    Join Date
    Aug 2002
    Location
    Windsor, Ontario's City of Pollution
    Posts
    165
    Wow, I would have guessed about an hour. If you can try 397.09 within ten minutes, you must be a psychic...
    Merry Math Making!

  16. #16

    Thread Starter
    Frenzied Member msimmons's Avatar
    Join Date
    Jul 2001
    Location
    Houston, TX
    Posts
    1,057
    lol...
    if you look at the times of the first two posts it is 15 mins apart. I guess I'm an idot savant (no wonder I passed all my math and still suck at it).
    I'm off to GalahTech, hope to see you there.

    If you don't like the rules they make, refuse to play their game. -- Steve Ignorant.

  17. #17
    Frenzied Member
    Join Date
    Jul 2002
    Posts
    1,370
    Siyan -

    FWIW - you should consider significant digits or accuracy in computational mathematics - what that his algebra problem was.

    Please, See this site

    http://mathworld.wolfram.com/SignificantDigits.html

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