How to produce a formula that computes the largest number expressible for binary numbersHow do you express binary literals in Python?How to count the number of set bits in a 32-bit integer?How can I store numbers > 128 in a signed one byte interger?How can I modify this (simple) equation to produce my desired result?Binary floating point numbers using two integers?Number of ones in a binary number stored in base 10Excel formula to search a column for specific number, and copy cell next to it, with multiple instancesHow does Ruby store large numbers?How to print binary representation of a long double as in computer memory?What is the largest/smallest fixed point number than can be represented in 2n bits?

The heat content of the products is more than that of the reactant in an ............. reaction

Is the Folding Boat truly seaworthy?

Is it true that control+alt+delete only became a thing because IBM would not build Bill Gates a computer with a task manager button?

What is the bio-mechanical plausibility of a fox with venomous fangs?

Print only the last three columns from file

Colleagues speaking another language and it impacts work

Can ads on a page read my password?

Secure my password from unsafe servers

How to continue a line in Latex in math mode?

What is an air conditioner compressor hard start kit and how does it work?

Why can I log in to my Facebook account with a misspelled email/password?

How many years before enough atoms of your body are replaced to survive the sudden disappearance of the original body’s atoms?

Why does putting a dot after the URL remove login information?

Making pause in a diagram

How to realistically deal with a shield user?

Did silent film actors actually say their lines or did they simply improvise “dialogue” while being filmed?

Does this put me at risk for identity theft?

Does a 4 bladed prop have almost twice the thrust of a 2 bladed prop?

ATPL - Principles of Flight - Question regarding propeller pitch

Unexpected route on a flight from USA to Europe

Differentiability of operator norm

How easy is it to get a gun illegally in the United States?

How do I get the =LEFT function in excel, to also take the number zero as the first number?

If someone else uploads my GPL'd code to Github without my permission, is that a copyright violation?



How to produce a formula that computes the largest number expressible for binary numbers


How do you express binary literals in Python?How to count the number of set bits in a 32-bit integer?How can I store numbers > 128 in a signed one byte interger?How can I modify this (simple) equation to produce my desired result?Binary floating point numbers using two integers?Number of ones in a binary number stored in base 10Excel formula to search a column for specific number, and copy cell next to it, with multiple instancesHow does Ruby store large numbers?How to print binary representation of a long double as in computer memory?What is the largest/smallest fixed point number than can be represented in 2n bits?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Produce a formula that computes the largest number expressible in b bits for each strategy



Store the number as tally marks Number Value (Strategy 1)
0 → 0
1 → 1
2 → 11
3 → 111
4 → 1111



Store the number in base 2 Number Value (Strategy 2)
0 → 0
1 → 1
2 → 10
3 → 11
4 → 100



Im not sure how to go about this?










share|improve this question






























    0















    Produce a formula that computes the largest number expressible in b bits for each strategy



    Store the number as tally marks Number Value (Strategy 1)
    0 → 0
    1 → 1
    2 → 11
    3 → 111
    4 → 1111



    Store the number in base 2 Number Value (Strategy 2)
    0 → 0
    1 → 1
    2 → 10
    3 → 11
    4 → 100



    Im not sure how to go about this?










    share|improve this question


























      0












      0








      0








      Produce a formula that computes the largest number expressible in b bits for each strategy



      Store the number as tally marks Number Value (Strategy 1)
      0 → 0
      1 → 1
      2 → 11
      3 → 111
      4 → 1111



      Store the number in base 2 Number Value (Strategy 2)
      0 → 0
      1 → 1
      2 → 10
      3 → 11
      4 → 100



      Im not sure how to go about this?










      share|improve this question














      Produce a formula that computes the largest number expressible in b bits for each strategy



      Store the number as tally marks Number Value (Strategy 1)
      0 → 0
      1 → 1
      2 → 11
      3 → 111
      4 → 1111



      Store the number in base 2 Number Value (Strategy 2)
      0 → 0
      1 → 1
      2 → 10
      3 → 11
      4 → 100



      Im not sure how to go about this?







      binary formula






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 27 at 5:10









      taytumOaktaytumOak

      11 bronze badge




      11 bronze badge

























          0






          active

          oldest

          votes










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370189%2fhow-to-produce-a-formula-that-computes-the-largest-number-expressible-for-binary%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes




          Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.







          Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.



















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55370189%2fhow-to-produce-a-formula-that-computes-the-largest-number-expressible-for-binary%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript