1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, … these are the
Fibonacci numbers.
so add in +1,
we get
1+1,1+1,2+1, 3+1 ,5+1, 8+1 ,13+1, 21+1, 34+1, 55+1 ...........
2,2,3,4,6,9,14,22,35,56.........
so 22,35,56 is the answe
dont delete my answer again
The bits are determined by repeated division by 2 to yield either 0 or 1.
183/2 = 91 rem 1 => 1 (lowest bit) 2⁰
91/2 = 45 rem 1 => 1 (next higher bit) 2¹
45/2 = 22 rem 1 => 1 (next higher bit) 2²
22/2 = 11 rem 0 => 0 (next highrt bit) 2³
11/2 = 5 rem 1 => 1 (next higher bit) 2⁴
5/2 = 2 rem 1 => 1 (next higher bit) 2⁵
2/2 = 1 rem 0 => 0 (next higher bit) 2⁶
1/2 = 0 rem 1 => 1 (next higher bit) 2⁷
The next higher 24 bits have 0 in each bit.
For 32-bit system,
183 = 00000000 00000000 00000000 10110111 (with a space between bytes for readability)
Answer: 00000000000000000000000010110111
Step-by-step explanation:
the area is

will max if
a. x = 2
and the max area is
b 32
5 + 8s = 15 + 3s
8s - 3s = 15 - 5
5s = 10
s = 10/5
s = 2 <=== they will charge the same at 2 sq ft
Answer:
The area of the path would be 231.25 squared meters.
Step-by-step explanation:
Consider the path as 45m (the field's area), then add 2.5m to all of the sides. You'll get 47.5m on all sides. Then you do 47.5² to get 2256.25 squared meters. After that, you'll remove the area of the squared field. To do this, do 45m². By doing this, you'll get 2025 squared meters. Lastly, to finish up the question, do 2256.25 - 2025. This would get you 31.25 squared meters, the answer.