180 mins to walk 12 miles :)
Answer:
![(-7,4]\text{ or }\{x|-7](https://tex.z-dn.net/?f=%28-7%2C4%5D%5Ctext%7B%20or%20%7D%5C%7Bx%7C-7%3Cx%5Cleq%204%5C%7D)
Step-by-step explanation:
The domain is the span of x-values covered by the function.
From the graph, we can see that the graph covers all the x-values from x=-7 to x=4.
However, note that closed and open circles. There is an open circle at x=-7, which means that the domain excludes x=-7. However, the circle at x=4 is closed, meaning it is included in the domain.
Therefore, the domain is, in interval notation:
![(-7,4]](https://tex.z-dn.net/?f=%28-7%2C4%5D)
We use parentheses on the left because we do not include -7. And we use brackets on the right because we <em>do </em>include the 4.
And in set notation, this is:

Can you insert a photo of the question please it would greatly help me answer this
Okay. For these types of problems, you must do order of operations (PEMDAS). Parenthesis, Exponents, Multiplication, Division, Addition, Subtraction. Mind you that you do these steps from left to right, and multiplication and division is done from left to right. Same thing with addition and subtraction. With that being said, here are your answers if you do the expressions correctly.
1. 12
2. 106
3. 42
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.