Advertisement
EnNopp112

Fish HP

Sep 25th, 2013
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. Regarding Fish Lab HP
  2.  
  3. These are all possible number combinations with 2 numbers (I used 1 and 2 being fish number 1 and fish number 2) with 7 total digits. This calculation assumes there is a 50-50 chance for which fish to eat the small fish.
  4. There are 128 total combinations (2^7). The number it's marked with tells how many fish that combination needs to get the heart piece with that number of fish.
  5.  
  6. Getting the heart piece with 4 fish has a chance of 16/128=12.5%.
  7. Getting the heart piece with 5 fish has a chance of 32/128=25%.
  8. Getting the heart piece with 6 fish has a chance of 40/128=31.25%.
  9. Getting the heart piece with 7 fish has a chance of 40/128=31.25%.
  10. This is the percentages of one attempt of collecting the heart piece.
  11.  
  12. What Keeta calculated was the percentage of succeeding when ENTERING with x amount of fish. Which is:
  13. 4 fish: 16 /128 = 12.5%
  14. 5 fish: (16+32) /128 = 37.5%
  15. 6 fish (16+32+40) /128 = 68.75%
  16. 7 fish: (16+32+40+40) /128 = 100%
  17.  
  18. 1,1,1,1,1,1,1 4
  19. 1,2,1,1,1,1,1 5
  20. 2,1,1,1,1,1,1 5
  21. 2,2,1,1,1,1,1 6
  22. 1,1,2,1,1,1,1 5
  23. 1,2,2,1,1,1,1 6
  24. 2,1,2,1,1,1,1 6
  25. 2,2,2,1,1,1,1 7
  26. 1,1,1,2,1,1,1 5
  27. 1,2,1,2,1,1,1 6
  28. 2,1,1,2,1,1,1 6
  29. 2,2,1,2,1,1,1 7
  30. 1,1,2,2,1,1,1 6
  31. 1,2,2,2,1,1,1 7
  32. 2,1,2,2,1,1,1 7
  33. 2,2,2,2,1,1,1 4
  34. 1,1,1,1,2,1,1 4
  35. 1,2,1,1,2,1,1 6
  36. 2,1,1,1,2,1,1 6
  37. 2,2,1,1,2,1,1 7
  38. 1,1,2,1,2,1,1 6
  39. 1,2,2,1,2,1,1 7
  40. 2,1,2,1,2,1,1 7
  41. 2,2,2,1,2,1,1 5
  42. 1,1,1,2,2,1,1 6
  43. 1,2,1,2,2,1,1 7
  44. 2,1,1,2,2,1,1 7
  45. 2,2,1,2,2,1,1 5
  46. 1,1,2,2,2,1,1 7
  47. 1,2,2,2,2,1,1 5
  48. 2,1,2,2,2,1,1 5
  49. 2,2,2,2,2,1,1 4
  50. 1,1,1,1,1,2,1 4
  51. 1,2,1,1,1,2,1 5
  52. 2,1,1,1,1,2,1 5
  53. 2,2,1,1,1,2,1 7
  54. 1,1,2,1,1,2,1 5
  55. 1,2,2,1,1,2,1 7
  56. 2,1,2,1,1,2,1 7
  57. 2,2,2,1,1,2,1 6
  58. 1,1,1,2,1,2,1 5
  59. 1,2,1,2,1,2,1 7
  60. 2,1,1,2,1,2,1 7
  61. 2,2,1,2,1,2,1 6
  62. 1,1,2,2,1,2,1 7
  63. 1,2,2,2,1,2,1 6
  64. 2,1,2,2,1,2,1 6
  65. 2,2,2,2,1,2,1 4
  66. 1,1,1,1,2,2,1 4
  67. 1,2,1,1,2,2,1 7
  68. 2,1,1,1,2,2,1 7
  69. 2,2,1,1,2,2,1 6
  70. 1,1,2,1,2,2,1 7
  71. 1,2,2,1,2,2,1 6
  72. 2,1,2,1,2,2,1 6
  73. 2,2,2,1,2,2,1 5
  74. 1,1,1,2,2,2,1 7
  75. 1,2,1,2,2,2,1 6
  76. 2,1,1,2,2,2,1 6
  77. 2,2,1,2,2,2,1 5
  78. 1,1,2,2,2,2,1 6
  79. 1,2,2,2,2,2,1 5
  80. 2,1,2,2,2,2,1 5
  81. 2,2,2,2,2,2,1 4
  82. 1,1,1,1,1,1,2 4
  83. 1,2,1,1,1,1,2 5
  84. 2,1,1,1,1,1,2 5
  85. 2,2,1,1,1,1,2 6
  86. 1,1,2,1,1,1,2 5
  87. 1,2,2,1,1,1,2 6
  88. 2,1,2,1,1,1,2 6
  89. 2,2,2,1,1,1,2 7
  90. 1,1,1,2,1,1,2 5
  91. 1,2,1,2,1,1,2 6
  92. 2,1,1,2,1,1,2 6
  93. 2,2,1,2,1,1,2 7
  94. 1,1,2,2,1,1,2 6
  95. 1,2,2,2,1,1,2 7
  96. 2,1,2,2,1,1,2 7
  97. 2,2,2,2,1,1,2 4
  98. 1,1,1,1,2,1,2 4
  99. 1,2,1,1,2,1,2 6
  100. 2,1,1,1,2,1,2 6
  101. 2,2,1,1,2,1,2 7
  102. 1,1,2,1,2,1,2 6
  103. 1,2,2,1,2,1,2 7
  104. 2,1,2,1,2,1,2 7
  105. 2,2,2,1,2,1,2 5
  106. 1,1,1,2,2,1,2 6
  107. 1,2,1,2,2,1,2 7
  108. 2,1,1,2,2,1,2 7
  109. 2,2,1,2,2,1,2 5
  110. 1,1,2,2,2,1,2 7
  111. 1,2,2,2,2,1,2 5
  112. 2,1,2,2,2,1,2 5
  113. 2,2,2,2,2,1,2 4
  114. 1,1,1,1,1,2,2 4
  115. 1,2,1,1,1,2,2 5
  116. 2,1,1,1,1,2,2 5
  117. 2,2,1,1,1,2,2 7
  118. 1,1,2,1,1,2,2 5
  119. 1,2,2,1,1,2,2 7
  120. 2,1,2,1,1,2,2 7
  121. 2,2,2,1,1,2,2 6
  122. 1,1,1,2,1,2,2 5
  123. 1,2,1,2,1,2,2 7
  124. 2,1,1,2,1,2,2 7
  125. 2,2,1,2,1,2,2 6
  126. 1,1,2,2,1,2,2 7
  127. 1,2,2,2,1,2,2 6
  128. 2,1,2,2,1,2,2 6
  129. 2,2,2,2,1,2,2 4
  130. 1,1,1,1,2,2,2 4
  131. 1,2,1,1,2,2,2 7
  132. 2,1,1,1,2,2,2 7
  133. 2,2,1,1,2,2,2 6
  134. 1,1,2,1,2,2,2 7
  135. 1,2,2,1,2,2,2 6
  136. 2,1,2,1,2,2,2 6
  137. 2,2,2,1,2,2,2 5
  138. 1,1,1,2,2,2,2 7
  139. 1,2,1,2,2,2,2 6
  140. 2,1,1,2,2,2,2 6
  141. 2,2,1,2,2,2,2 5
  142. 1,1,2,2,2,2,2 6
  143. 1,2,2,2,2,2,2 5
  144. 2,1,2,2,2,2,2 5
  145. 2,2,2,2,2,2,2 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement