2.16 is greater. To do this start from the left and compare the numbers. For example, 2 is the same in both but 1 is greater than 0, so the answer is 2.16.
The answer would be 42 degrees because the total of a triangle is 180 degrees. So you would subtract 180 and 42 (180-42) and that gives you 138 and since the two angles that are touching are the same
(10/n +6) -3
10/2+6-3
5+6-3
11-3
8
Hope this helped!
Answer:
<em>It took 31 days for the patch to cover half the lake</em>
<em></em>
Step-by-step explanation:
The patch grows to double its size everyday
the patch completely covers the lake in 32 days
Since the patch doubles itself everyday, this means that the previous day before the 32nd day, the lake was just half covered.
Therefore, the the patch covered half the lake on the 31st day, i.e <em>it took 31 days for the patch to cover half the lake</em>
<em></em>
Using pseudocode:
printArray(arr[], integers)
DECLARE integers
integers = SizeOf(arr)
FOR i = 1 to integers // loop from 1 to the number of elements in arr[]
print(i)
print('')
i = i + 1
ENDFOR
END