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: The 2nd one on your right
Step-by-step explanation:
I: y<2*x
II: y<8
III: x>2
a: (5,3):
I: 3<2*5
3<10 ?yes
II: 3<8 ?yes
III: 5>2 ?yes
This is a solution
b: (6,0):
I: 0<2*6
0<12 ?yes
II: 0<8 ?yes
III: 6>2 ?yes
This is a solution
c: (3,3):
I: 3<2*3
3<6 ?yes
II: 3<8 ?yes
III: 3>2 ?yes
This is a solution
d: (1,-4):
I: -4<2*1
-4<2 ?yes
II: -4<8 ?yes
III: 1>2 ?no
This is not a solution
e: (4,-2):
I: -2<2*4
-2<8 ?yes
II: -2<8 ?yes
III: 4>2 ?yes
This is a solution
f: (5,9):
I: 9<2*5
9<10 ?yes
II: 9<8 ?no
This is not a solution
so a,b,c,e are solutions and d,f not
Answer:
the answer is 1.3
Step-by-step explanation:
12+4.3 is 16.3
16.3-15 is 1.3
Answer:
Ancient Greeks
Beginning in the 6th century BC with the Pythagoreans, with Greek mathematics the Ancient Greeks began a systematic study of mathematics as a subject in its own right. Around 300 BC, Euclid introduced the axiomatic method still used in mathematics today, consisting of definition, axiom, theorem, and proof.
Step-by-step explanation: