Answer:
False
Step-by-step explanation:
i did this question and got it right
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
When you are multiplying an exponent directly into a number/variable with an exponent, you multiply the exponents together.
For example:


When you are multiplying a variable with an exponent by another variable with an exponent, you add the exponents together.
For example:



You multiply 3 into each exponent in the numerator and the denominator

When you have a negative exponent, you move it to the other side of the fraction to make the exponent positive.

When you have something like this:

You subtract the exponents together, so:

Your answer is the second option
Answer:
-14
Step-by-step explanation:
difference between -20 and -5 = 15
15 x 2/5 = 30/5 = 6
-20 + 6 = -14