Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: A fun project

  1. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    A fun project
    #1

    A fun project

    //sorry this seemed like the closet thing to a "math" forum :P


    Ok lets say we have an "array" of size 10 (i.e. 0,1,2...9) in each spot there is to be a single digit number (i.e. 0-9)

    Now, each number in a certain location means something

    for example if in location [0] there was a number 3, then that would mean there are 3 zeros in the arry

    another example, if in location [0] the number was 9, then that would mean there are 9 zeros,
    the only problem with this is that in location [9] there would a zero.
    Now the problem comes in, because if there is a zero in location [9] that would mean there would be zero 'nines' in the array.

    But since the first location has a 9 in it, that must mean there is 1 nine.

    Do you see how the game is played?

    The objective of the game is to find the minimum number that can fit in this "array" all the way up to the maximum.

    //confusing? just reply with what you do not understand and I will try and clarify the best I can.

  2. Registered TeamPlayer space.cowboy's Avatar
    Join Date
    06-17-09
    Location
    Abilene, Tx
    Posts
    5,810
    Post Thanks / Like
    Stat Links

    A fun project A fun project A fun project A fun project A fun project
    Gamer IDs

    Steam ID: SsTspacecowboy
    #2
    0 and 6?

    Quote Originally Posted by Mr_Blonde_OPS View Post
    I would like $20 for using a quote of mine in your signature.

  3. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    A fun project
    #3

    Re: A fun project

    in what locations are the zero and six?

    I am assuming zero in the first location and six in the second location

    so the output would be 06111111 the only problem is that , that still leaves 2 locations open

    I guess we could say that the smallest "number" is zero in each location because then there would be no numbers
    lol i know it is obvious but I just wanted to state it lol.

  4. Registered TeamPlayer Imisnew2's Avatar
    Join Date
    01-19-08
    Posts
    4,588
    Post Thanks / Like
    Blog Entries
    9
    #4

    Re: A fun project

    The objective of the game is to find the minimum number that can fit in this "array" all the way up to the maximum.
    Eh? Trying to get us to do your homework?

    I'm not sure what that quote means.

  5. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    A fun project
    #5

    Re: A fun project

    NOTE this is NOT my HOMEWORK

    If this was my homework I would state so, I would not be ashamed of asking for help on my homework.

    //oh and btw this has nothing to do with programming, I just used the word array because it was the only accurate way I could explain it
    Last edited by i8pptuakamonstercam; 10-19-11 at 01:40 AM.

  6. Registered TeamPlayer space.cowboy's Avatar
    Join Date
    06-17-09
    Location
    Abilene, Tx
    Posts
    5,810
    Post Thanks / Like
    Stat Links

    A fun project A fun project A fun project A fun project A fun project
    Gamer IDs

    Steam ID: SsTspacecowboy
    #6
    Quote Originally Posted by i8pptuakamonstercam View Post
    in what locations are the zero and six?

    I am assuming zero in the first location and six in the second location

    so the output would be 06111111 the only problem is that , that still leaves 2 locations open

    I guess we could say that the smallest "number" is zero in each location because then there would be no numbers
    lol i know it is obvious but I just wanted to state it lol.
    Bah, I'm looming at the whole thing wrong :P. I was thinking minimum and maximum single digit number in the array. Would've been 6210001000.

    Quote Originally Posted by Mr_Blonde_OPS View Post
    I would like $20 for using a quote of mine in your signature.

  7. Registered TeamPlayer space.cowboy's Avatar
    Join Date
    06-17-09
    Location
    Abilene, Tx
    Posts
    5,810
    Post Thanks / Like
    Stat Links

    A fun project A fun project A fun project A fun project A fun project
    Gamer IDs

    Steam ID: SsTspacecowboy
    #7
    I'm sticking with that as a maximum number.

    Quote Originally Posted by Mr_Blonde_OPS View Post
    I would like $20 for using a quote of mine in your signature.

  8. Registered TeamPlayer i8pptuakamonstercam's Avatar
    Join Date
    11-26-06
    Location
    Anywhere you want to be.
    Posts
    3,946
    Post Thanks / Like
    Blog Entries
    1
    Stat Links

    A fun project
    #8

    Re: A fun project

    ok I think I found a new maximum

    8000000010
    Last edited by i8pptuakamonstercam; 10-19-11 at 02:00 AM.

  9. Registered TeamPlayer space.cowboy's Avatar
    Join Date
    06-17-09
    Location
    Abilene, Tx
    Posts
    5,810
    Post Thanks / Like
    Stat Links

    A fun project A fun project A fun project A fun project A fun project
    Gamer IDs

    Steam ID: SsTspacecowboy
    #9

    Re: A fun project

    Nope, because you have a 0 in the 1 column.

    Quote Originally Posted by Mr_Blonde_OPS View Post
    I would like $20 for using a quote of mine in your signature.

  10. Registered TeamPlayer space.cowboy's Avatar
    Join Date
    06-17-09
    Location
    Abilene, Tx
    Posts
    5,810
    Post Thanks / Like
    Stat Links

    A fun project A fun project A fun project A fun project A fun project
    Gamer IDs

    Steam ID: SsTspacecowboy
    #10

    Re: A fun project

    So as an easy check for a valid number, all of the digits have to sum up to 10, because that is the amount of numbers used to make the 10 digit number. I can't think of another number that works besides the one I posted. You can't use a number higher than 6.

    Quote Originally Posted by Mr_Blonde_OPS View Post
    I would like $20 for using a quote of mine in your signature.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

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