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
J + i + t = 36
j = 2i
t = j + 1.....t = 2i + 1
(2i + 1) + i + (2i) = 36
5i + 1 = 36
5i = 36 - 1
5i = 35
i = 35/5
i = 7 <=== Inez downloaded 7 songs
j = 2i = 2(7) = 14 <==Jane downloaded 14 songs
t = 2i + 1 = 2(7) + 1 = 15 <== Tracy downloaded 15 songs
Answer:
Slope= 3
Step-by-step explanation:
y - 4= 3(x+6)
y - 4= 3x + 18 distributive property
y - 4(+4) = 3x + 18(+4)
cancel out the 4 with its oposite and apply to both sides.
y = 3x + 22 final answer
Remember the slope intersept equation... y=mx+b
m is slope
b means the y-intersept.
So the final slope of the line is 3. (demostrated by graph below)
<em>Program for graph: Desmos</em>