Answer:
62.8
Step-by-step explanation:
Using the circumference formula (πd) we can see that the answer is 20π, or 62.8
Answer:
I think and sorry if I am wrong but it is 780 ounces
Answer:
He has to dip it 5 times
Step-by-step explanation:
each time he dips it, he gets 1 1/2, or 1.5 gallons. how many times can you add 1.5 to 6 1/2, or 6.5. It is 4 1/3 times, but since you can't dip the bucket 1/3 of a time, it is counted as 1, so 5
Answer:
10010110
Step-by-step explanation:
A binary number is basically a number in base 2. So, each place represents a power of two. The ones place represents 1 or 2^0, the tens represents 2 or 2^1, the hundreds represents 4 or 2^2 and so on. To find the highest place needed to make in the number in binary, we find the greatest power of two that is below 150. In this case, it is 128. We can start by writing 128 in binary:
10000000
Now, we subtract 128 from 150 and find the largest power of two that is smaller than the difference. The largest power of 2 smaller than 22 is 16, so we put a one in the place for 2^4:
10010000
We can subtract 16 from 22 to get what is leftover to continue the process. We get 6, and the largest power of 2 smaller is 4. We can place a one in the hundreds place to represent it:
10010100
What is left is 6-4 or 2, which is just 2^1, so we can place it in the tens place:
10010110