Results 1 to 13 of 13

Thread: [Resolved] Easy Question

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    [Resolved] Easy Question

    For some reason I can't think. Is there a way to solve this?

    Code:
     2 x
    ----- = 100
     x-3
    Last edited by The Hobo; Nov 5th, 2002 at 12:19 AM.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  2. #2

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I got x = 3.061 (rounded) for an answer. Is that right?
    My evil laugh has a squeak in it.

    kristopherwilson.com

  3. #3
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    2 x
    ----- = 100
    x-3

    2(x-3)+6
    ----------- = 100
    x-3

    6
    2+ --- =100
    x-3

    6
    --- = 98
    x-3

    x-3=6/98

    x=3/49 + 3
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  4. #4
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    The third line is messed up for some reason. Dont know why. But its

    6
    --- + 2 =100
    x-3
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  5. #5
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    where did you get the second line from?
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  6. #6
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    subtracting 6 then adding 6 (or adding 0)
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  7. #7
    Fanatic Member bugzpodder's Avatar
    Join Date
    Jun 2002
    Location
    Ontario, Canada
    Posts
    787
    yeah... ok...

    or you can just multiply both sides by x-3

    you get:

    2x=100x-300
    300=98x
    x=300/98 or 150/49 or 3/49+3
    Massey RuleZ! ^-^__Cheers!__^-^ Massey RuleZ!


    Did you know that...
    The probability that a random rational number has an even denominator is 1/3 (Salamin and Gosper 1972)? This result is independently verified by me (2002)!

  8. #8

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    I did it:

    Code:
    2x / (x -3) = 100
    
    (2x / (x - 3)) * (x - 3) = 100(x -3)
    
    2x = 100x - 300
    
    300 = 98x
    
    3.0612 = x
    My evil laugh has a squeak in it.

    kristopherwilson.com

  9. #9

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by bugzpodder
    yeah... ok...

    or you can just multiply both sides by x-3

    you get:

    2x=100x-300
    300=98x
    x=300/98 or 150/49 or 3/49+3
    haha. that's how I did it.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  10. #10

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Don't know why I found it so confusing.
    My evil laugh has a squeak in it.

    kristopherwilson.com

  11. #11
    Addicted Member
    Join Date
    Jul 2002
    Location
    Ontario Canada
    Posts
    236
    :P I have fun doing it the other way. Don't spoil it for me.
    YL says:"Few are those who see with their own eyes and feel with their own hearts."(Einstein)

  12. #12

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256
    Originally posted by SilverSprite
    2 x
    ----- = 100
    x-3

    2(x-3)+6
    ----------- = 100
    x-3

    6
    2+ --- =100
    x-3

    6
    --- = 98
    x-3

    x-3=6/98

    x=3/49 + 3
    I don't understand how you went from

    2(x-3)+6
    ----------- = 100
    x-3

    to

    6
    --- + 2 =100
    x-3



    2(x-3) + 6 = 2x-6 + 6 = 2x
    My evil laugh has a squeak in it.

    kristopherwilson.com

  13. #13
    Hyperactive Member marnitzg's Avatar
    Join Date
    Oct 2000
    Location
    South Africa
    Posts
    372
    Code:
    2(x-3)+6
    ----------- 
    x-3
    
    2(x-3) +    6
    --------   ---
    x-3        x-3
    
    2 + 6
       --
       x-3

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