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:
you need to first figure out the equation f.
it says that 18=2/5f, so why don't we use inverse operation and multiply 18 by 5/2. and the answer would be....
Step-by-step explanation:
Answer:
2.88
Explanation:
If you break down the equation we see that 8 is the number of boxes and 1.44 is the price of each box. So if you wanted to change the equation the formula would be: (1.44)x = cost so if you wanted to figure out how much 2 boxes would be, you just plug in 2 for x and you get (1.44)2 = 2.88
Let the money alleli initially had be x
Money after buying clothes = x-(1/2)x=(1/2)x
Money spent on shoes = (1/2)x × (1/3)x=(1/6)x
Remaining money = x minus( (1/2)x + (1/6)x)= (1/3)x
Also we know the remaining money is 1000
Therefore
(1/3)x = 1000
Multiplying 3 on both sides
X = 3×1000
X = 3000
The initial amount she had is 3000
Hope this is right!!