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:
Step-by-step explanation:
Answer:
(x-1)²+(y-3.5)² = 265/4
Step-by-step explanation:
first find the midpoint (center of the circle)
(9+-7)/2, (2+5)/2
(1, 3.5) = center
then distance formula to find diameter
√(9- -7)²+(2-5)²=√256+9 = √265
The radius is half the diameter = (√265)/2
Formula for circle is (x-h)²+(y-k)²=r², where (h, k) is the center
Now you can plug everything in.
(x-1)²+(y-3.5)² = 265/4
The expression has 2 factors, and the second factor has 2 terms.
<h3 /><h3>How many factors has the expression?</h3>
We can write an expression of N factors as:

Here, the expression is:
4*(8x + 5)
This expression has 2 factors, which are:
4 and (8x + 5)
Now, if we look at the only factor 8x + 5, we have two terms (the terms are the parts that are added), the terms are:
8x and 5.
If you want to learn more about factors and terms:
brainly.com/question/723406
#SPJ1