Answer:
To convert binary into decimal, multiply each binary digit with a power of 2 corresponding to its position.
So for example 1010 would be 1·2³ + 0·2² + 1·2¹ + 0·2⁰ = 8+2 = 10 in decimal.
now you can calculate the answers yourself!
To convert decimal into binary, you can use the following approach:
Write down the answer from right to left
A. if your number is odd, write down a 1, if it is even, write a 0
B. divide the number by 2 and round down, ie. discard any decimals (e.g., 7 / 2 = 3)
C. repeat step A until your number is 0.
example:
18 -> write down 0
18/2 = 9 -> write down 1
9/2 = 4 -> write down 0
4/2 = 2 -> write down 0
2/2 = 1 -> write down 1
1/2 = 0 finished
The result is 10010.
Answer:
4
Step-by-step explanation:
So these are basically isolating the variables.
The first equation is 3g + 5 =17.
In order to isolate the variable, we would have to get g by itself, that means 5 would have to go. In order to do this, we would do the opposite. Since it is positive 5 we would add negative 5, in order for it to disappear. This works because a positive 5 and negative 5 cancel each other out. Whatever you do to one side of the equation you have to do to the other, since we subtract 5 on one side we have to subtract 5 on the other. Therefore we would do 17-5.
Now we have 3g=12
We know that 3g is basically 3 multiplied by g. The opposite of multiplication is division.Therefore we would divide by 3 on both sides.
The answer to the first question would be g= 4.
And if you want to check if your answer is correct you plug the value in.
So
3(4) + 5 =17
Answer:
The distance is
or
.
Step-by-step explanation:
Slope of parallel: 2
Slope of perpendicular: -1/2
Pick a point for y =2x + 7. For example (0,7)
Use the perpendicular slope to get to the other line to find the other point of y=2x-3. Look at the screenshot...I got (4,5).
Distance formula 
Insert (0,7) and (4,5)
= 
Answer:
The equation is exact
F(x,y) = 3x4/4 - 3xy -y2
Step-by-step explanation:
The step by step explanation and to ascertain the exactness of the differential equation is as shown in the attached file.