Danbooru
Login Posts Comments Notes Artists Tags Pools Wiki Forum More »
Listing Upload Hot Changes Help

Search

  • Help
guro
scat
furry -rating:g

Artist

  • ? jokanhiyou 1.3k

Copyright

  • ? touhou 951k

Character

  • ? cirno 36k

General

  • ? 1girl 6.7M
  • ? blue dress 140k
  • ? blue eyes 2.0M
  • ? blue hair 972k
  • ? bow 1.3M
  • ? chibi 280k
  • ? chibi only 36k
  • ? dress 1.5M
  • ? english text 289k
  • ? hair ornament 1.6M
  • ? hand on own face 55k
  • ? looking up 80k
  • ? math 1.2k
  • ? open mouth 2.7M
  • ? red bow 244k
  • ? short sleeves 712k
  • ? solo 5.6M
  • ? thinking 6.1k
  • ? white background 1.8M

Meta

  • ? commentary 1.7M
  • ? english commentary 591k
  • ? lowres 100k

Information

  • ID: 5764037
  • Uploader: scopeoutmyprostate »
  • Date: almost 3 years ago
  • Approver: evazion »
  • Size: 33.7 KB .jpg (406x413) »
  • Source: twitter.com/jokanhiyou/status/1583615354781446144 »
  • Rating: General
  • Score: 39
  • Favorites: 29
  • Status: Active

Options

  • Resize to window
  • Find similar
  • Download

History

  • Tags
  • Pools
  • Notes
  • Moderation
  • Commentary
cirno (touhou) drawn by jokanhiyou

Artist's commentary

  • Original
  • Whats 9 plus 10?

    • ‹ prev Search: user:scopeoutmyprostate next ›
    • « ‹ prev Pool: 2+2=fish? next › »
    • « ‹ prev Pool: Stupidly Clever next › »
  • Comments
  • Recommended
  • Loading...

    UFFR
    almost 3 years ago
    [hidden]

    You stupid.

    11 Reply
    • Copy ID
    • Copy Link
    Rathurue
    almost 3 years ago
    [hidden]

    No Cirno, use basis 10.

    0 Reply
    • Copy ID
    • Copy Link
    Ohlmann
    almost 3 years ago
    [hidden]

    (for thoses who are bothered : no it's not correct in any base - in base 9, 9 isn't a digit since it would be 10. It is correct in cirnomathics, tho)

    5 Reply
    • Copy ID
    • Copy Link
    Rathurue
    almost 3 years ago
    [hidden]

    Ohlmann said:

    (for thoses who are bothered : no it's not correct in any base - in base 9, 9 isn't a digit since it would be 10. It is correct in cirnomathics, tho)

    9 + 10 in basis 9 is 21, since 19 = 18 (2x9) + 1.

    -1 Reply
    • Copy ID
    • Copy Link
    rom collector
    almost 3 years ago
    [hidden]

    You said it:

    0 1 2 3 4 5 6 7 8
    10 11 12 13 14 15 16 17 18
    20 21

    10 base 9 is 1×9+0×1=9 base 10
    20 base 9 is 2×9+0×1=18 base 10
    So 21 base 9 is 2×9+1×1=19 base 10

    1 Reply
    • Copy ID
    • Copy Link
    Kanzaku
    almost 3 years ago
    [hidden]

    My head hurts when try to think this

    2 Reply
    • Copy ID
    • Copy Link
    Steak
    almost 3 years ago
    [hidden]

    This serves no purpose whatsoever.

    -3 Reply
    • Copy ID
    • Copy Link
    rom collector
    almost 3 years ago
    [hidden]

    Kanzaku said:

    My head hurts when try to think this

    It's easier when you think about any base as the number of symbols a numeric system has, with a symbol representing zero included. When a position reachs the max of the symbols (in this case numbers) you reset that position back to zero and add one to the symbol on the left next to it. That's how 99+1=100.

    Base 9 has nine symbols (from 0 to 8), so a 9 on base 9 would be 8+1=10. I mention it as "symbols" instead of numbers because in computers we use an hexadecimal numeric system (base 16), where symbols from 10 to 15 are represented by letters A to F. A 15=F in base 16 so a 17 would be F+2=11.

    0 Reply
    • Copy ID
    • Copy Link
    Rathurue
    almost 3 years ago
    [hidden]

    Kanzaku said:

    My head hurts when try to think this

    Just think of it as expansion of multiplication tables.
    If you're asked to convert any number to any basis then first split it into two numbers: one that can be divided by the basis and one which can't.

    For example, convert 11412 to basis 7 be like 1141 (163x7) + 1. So then you divide 163 to be divisable by 7 again to get the remaining numbers, while placing 1 on the last digit. That's the 'manual' way of counting bases.

    Secondly, there's the 'quick' way to count bases. If you remember the basis 10 rule, that every zero behind the first number means there's ten times the first number in total, in bases there's X+1 factor of the Y number after the last digit. That's where the multiplication table comes to play.

    The answer is 3221! Once you learned how to do this quickly you can use this to create your own code language.

    Updated by Rathurue almost 3 years ago

    0 Reply
    • Copy ID
    • Copy Link
    Ohlmann
    almost 3 years ago
    [hidden]

    Rathurue said:

    9 + 10 in basis 9 is 21, since 19 = 18 (2x9) + 1.

    9+10 is basis 9 is not defined, because 9 is not a number in base 9. (only number from 0 to 8 exist, it go 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, etc)

    Even if you pose that 9 is a synonyme for 10, the end result would be 20.

    5 Reply
    • Copy ID
    • Copy Link
    justAweirdo
    almost 3 years ago
    [hidden]

    Ohlmann said:

    9+10 is basis 9 is not defined, because 9 is not a number in base 9. (only number from 0 to 8 exist, it go 0, 1, 2, 3, 4, 5, 6, 7, 8, 10, 11, etc)

    Even if you pose that 9 is a synonyme for 10, the end result would be 20.

    The question is in decimal which gets translated to base 9 in the answer(before or after calculations).
    So | 9+10 -> 10+11 = 21 | or |9 + 10 = 19 -> 21|.
    It's completely unreasonable to use both systems at the same time but jokes tend to be unreasonable.
    But honestly answering with a different base seems more of being a chaotic jerk than an idiot imo.

    0 Reply
    • Copy ID
    • Copy Link
    BLUE MIST39
    over 2 years ago
    [hidden]

    Zamn just learned more about maths then my 15 years of academic expirence

    Anyways the answer is 9

    0 Reply
    • Copy ID
    • Copy Link
    Kanzaku
    over 2 years ago
    [hidden]

    rom_collector said:

    It's easier when you think about any base as the number of symbols a numeric system has, with a symbol representing zero included. When a position reachs the max of the symbols (in this case numbers) you reset that position back to zero and add one to the symbol on the left next to it. That's how 99+1=100.

    Base 9 has nine symbols (from 0 to 8), so a 9 on base 9 would be 8+1=10. I mention it as "symbols" instead of numbers because in computers we use an hexadecimal numeric system (base 16), where symbols from 10 to 15 are represented by letters A to F. A 15=F in base 16 so a 17 would be F+2=11.

    Oh man,I don't even learn this at school yet but thanks for the explanation

    0 Reply
    • Copy ID
    • Copy Link
    [deleted]
    over 2 years ago
    [hidden]

    [deleted]

    FinderX
    over 2 years ago
    [hidden]

    " Whats 9₁₀ + 10₁₀ ? "

    Cirno : ( 💭 10₉ + 11₉ = ) 21₉ !

    Updated by FinderX over 2 years ago

    1 Reply
    • Copy ID
    • Copy Link
    Correct in base ⑨.
    Terms / Privacy / Upgrade / Contact /