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
Usually, the more often it's compounded, the better. That's assuming that the percent is equal through all comparisons, however.
Answer:
2 more quarts of oil is needed to fill
the engine to capacity
Step-by-step explanation:
Here, we want to calculate how many more quarts of oil is required to fill the engine to capacity
We have to convert the capacity to quarts
Mathematically, 1 gallon = 4 quarts
So 1 1/4 gallon will be 5/4 * 4 = 5 quarts
So the number of quarts needed to fill the engine to capacity will be 5 quarts - 3 quarts = 2 quarts
Answer:
53
Step-by-step explanation:
6x3=18
8-3=5
6+1=7
7x5=35
35+18=53
I hope this helps!
Step-by-step explanation:
f(3)=?
f(x)=2x+5
put x=3,
f(3)=2(3)+5=6+5=11
------------
g(2)=?
g(x)=x^2-3
put x=2,
g(2)=2^2-3=4-3=1
-----------------
g(f(-1))=?
g(x)=x^2-3
and f(-1)=2(-1)+5= -2+5=3
so g(f(-1))=3^2-3=9-3=6
----------------
f(g(-1))=?
f(x)=2x+5
g(x)=g(-1)=(-1)^2-3=1-3= -2
f(g(-1))=2(-2)+5= -4+5=1
----------------
g(f(x))=?
g(x)= x^2-3
put x=f(x),
g(f(x))=f(x)^2-3=(2x+5)^2-3=4x+25+20x-3=24x+25