Thread: A little maths problem for you

  1. #136
    Registered User Jet_Master's Avatar
    Join Date
    May 2002
    Posts
    291
    ok, commander. post the answer.
    but show the method / steps you used.
    I am the Alpha and the Omega!!!

  2. #137
    The Earth is not flat. Clyde's Avatar
    Join Date
    Mar 2002
    Posts
    1,403
    80

  3. #138
    Registered User Jet_Master's Avatar
    Join Date
    May 2002
    Posts
    291
    x^2 = 80?

    how did you get that?
    I am the Alpha and the Omega!!!

  4. #139
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    very good clyde!!!!!!!!!

    ur right!!! good for u!!!
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  5. #140
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469

    Angry

    Fair enough, but how did he get it. HOW? HOW? HOW?
    HOW?

  6. #141
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    clyde, do you want to post how you got it or do u want me to post how i got it?

    I didn't want to post this...but ppl r putting a lot of pressure
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  7. #142
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    and while clyde is posting the solution, here's another one...

    Code:
    A={1, 2,3, 5, 8, 13, 21, 34, 55}
    
    Question : How many numbers between 3 & 89 cannot be written 
    as the sum of two elements on the of the set
    it's quite easy...

    HINT : Do not use programming or try to make a list of all the possible sums of the {} A
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  8. #143
    Registered User
    Join Date
    Apr 2002
    Posts
    200
    At a glance I'd say 50. If I get a chance to look at it I'll check
    Last edited by fyodor; 05-26-2002 at 03:15 AM.

  9. #144
    The Earth is not flat. Clyde's Avatar
    Join Date
    Mar 2002
    Posts
    1,403
    Sorry to disappoint, whilst it only took me about 4 minutes to solve, I didn't do it algebraicly, I used trial and error and guessed that x^2 was an integer; Basically I cheated.

    I then tried to solve it properly and err... failed, thought at first i could use logs, but unfortunately not.

    So sorry folks, i don't have an answer for you. Though i'm as intrigued as anyone to see the algebraic solution.

  10. #145
    . Driveway's Avatar
    Join Date
    May 2002
    Posts
    469
    Then commander, post how YOU got it.
    Hur ry Up

  11. #146
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    I'll post it, I'll just have to write it in a way so u guys can understand
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  12. #147
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    Originally posted by fyodor
    At a glance I'd say 50. If I get a chance to look at it I'll check
    Very close!
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  13. #148
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    Originally posted by Driveway
    Then commander, post how YOU got it.
    Hur ry Up
    I'm posting it now.....
    Code:
    [(x+9)^(1/3)] - [(x-9)^(1/3)] = 3
    
    or, [(x+9)^(1/3)] = 3 + [(x-9)^(1/3)]
    
    or, x+9 = 27 + [27(x-9)^(1/3)] + [9((x-9)^2)^(1/3)] + x - 9   // Cubing both sides
    
    or, [27(x-9)^(1/3)] + [9((x-9)^2)^(1/3)] = -9
    
    or, [3(x-9)^(1/3)] + [((x-9)^2)^(1/3)] = -1
    
    or, [(x-9)^(1/3)] * [3 + (x-9)^(1/3)] = -1
    
    since, [3 + (x-9)^(1/3)] = [(x+9)^(1/3)]                      // from ln 2
    
    so, [(x-9)^(1/3)][(x-9)^(1/3)] = -1                           
    
    or, (x-9)(x+9) = -1                                           // cube buth sides
    
    or, x^2 - 81 = -1
    
    or, x^2 = 80                                                  // BINGO !!!!!!!!!!
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

  14. #149
    The Earth is not flat. Clyde's Avatar
    Join Date
    Mar 2002
    Posts
    1,403
    doh! That wasn't hard! *kicks self*

  15. #150
    Registered User Commander's Avatar
    Join Date
    Sep 2001
    Posts
    801
    I found another problem...I just dont know who to solve it yet....I don't wanna post it b4 i solve it because then if someone asks for the answer, I won't be able to give it to them!
    oh i'm sorry! i didn;t realize my fist was rushing to meet ur face!

    MSN :: [email protected] []*[]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Someone having same problem with Code Block?
    By ofayto in forum C++ Programming
    Replies: 1
    Last Post: 07-12-2007, 08:38 AM
  2. A question related to strcmp
    By meili100 in forum C++ Programming
    Replies: 6
    Last Post: 07-07-2007, 02:51 PM
  3. WS_POPUP, continuation of old problem
    By blurrymadness in forum Windows Programming
    Replies: 1
    Last Post: 04-20-2007, 06:54 PM
  4. Laptop Problem
    By Boomba in forum Tech Board
    Replies: 1
    Last Post: 03-07-2006, 06:24 PM
  5. Maths problem
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 11-13-2002, 02:34 PM