Answer:
5
Step-by-step explanation:
You will multiply 1/3 by 3. This equals 1. 5^1 equals 5.
So your gonna Multiply each term in the first parentheses by each term in the second parentheses “ -5x5-5i-5x2i-2ix i ” than multiply the numbers “ -25 -5i -5x2i -2ixi ” that’s your answer!
Answer:
Perimeter of a triangle = 2*(length + breadth)
SO = 2*18+41
= 77 is the perimeter
The second one, and you as well ☺️
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.