Answer:
commutative
Step-by-step explanation:
you are typing the same numbers but in different order
Answer:
Option A.
Step-by-step explanation:
Definition of Boyle's law: a law stating that the pressure of a given mass of an ideal gas is inversely proportional to its volume at a constant temperature. There is thus a relationship between volume and pressure of the gas thus option B and C are incorrect.
Answer:
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers 
So lets first set the minimum to 
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if
< min then min = 
return min
180-40=140. 140/5 = 28
x= 28
angle B: 5(28) = 140
140 + 40 = 180
180=180
Answer:
98 = 2w + 2L,
L = 3w
Step-by-step explanation:
Use the perimeter formula:
2) Perimeter = 2w + 2L (where w is the width and L is the length)
Since the length is three times the width we can write:
L = 3w
We can substitue L with 3w:
Perimeter is equal to 98 so,
98 = 2w + 6w = 8w
W = 98/8
Therefore w is 12.25, and L is 36.75