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:
8+ n
Step-by-step explanation:
my answer got delete so dont think i coped the person who did was user content bot
Answer:
0.66608
Step-by-step explanation:
Equipment = 3 fans
Mortality = 0.098
We are required to find probability that equipment gets to work for 5years
The question says forces of mortality is constant and also equal to 0.098
To calculate p(x>5)
We will do this by calculating exponentially
e^-0.098x5
= 0.612626394
Probability that at least 2 fans out of 3 are working
3(0.612626394)²+(1-0.612626394)+(0.612626394)³
= 1.1259333x0.3873736+0.2299255
= 0.6660823470
This is approximately
<u>0.6608</u>
this is the probability that the equipment will work for at least 5years
Answer:
y= 6x^5 is the answer you are looking for.