The answer is 10110
===============================================
Explanation:
Divide 22 over 2. Use long division to find the quotient and remainder
22/2 = 11 remainder 0 <<--- this remainder will be used later. Call it A, so A = 0
Now repeat for the value 11, which was the quotient above
11/2 = 5 remainder 1 <<--- this remainder will be used later. Call it B, so B = 1
Repeat again for the quotient we just got
5/2 = 2 remainder 1 <<--- this remainder will be used later. Call it C, so C = 1
Repeat again
2/2 = 1 remainder 0 <<--- this remainder will be used later. Call it D, so D = 0
Repeat again
1/2 = 0 remainder 1 <<--- this remainder will be used later. Call it E, so E = 1
The last quotient above is 0, so we stop here. If we tried to keep going, then we'd get nothing but 0 remainders forever.
The remainders we got above were:
A = 0
B = 1
C = 1
D = 0
E = 1
The idea is to read the remainders in reverse order in which we found. So we start with E and work back to A
E = 1
D = 0
C = 1
B = 1
A = 0
So 22 base 10 = 10110 base 2
Answer:
y = a - b(5) i think that's it
Step-by-step explanation:
Answer:
54 is anwer.
please mark me brainliest and follow me my friend.
because 54 is correct answer.
Answer:
Approximately 809 cubes will be made
Step-by-step explanation:
To calculate the number if cubes to be made, we shall need to calculate the volume of both shapes
The volume of the cubes can be calculated using the formula L^3 = 3 * 3 * 3 = 27 cm^3
For the cylinder, the formula of the volume to use is
V = π * r^2 * h
The radius here is 10.5 cm and the height is 63 cm
V = 22/7 * 10.5^2 * 63 = 21,829.5 cm^3
The number of cubes that can be made is calculated by dividing the volume of the cylinder by that of the cube
That is 21,829.5/27 = 808.5 which is 809 to the nearest whole number
Answer:
A(2,1) , B(-3,2) , C(-1,6)
Step-by-step explanation:
A translation of 2 units up means the y values will be shifted up 2 units
A (2,-1) -> A(2,1)
B (-3,0) -> B(-3,2)
C (-1,4) -> C(-1,6)