Answer:
b. They can both be 90 degree angles
c. Acute angles are by definition 90 degrees, and acute is less than but not equal to 90 degrees
d. should be always
e. should be never (explanation: they have to be adjacent to be supplementary, and vertical angles are never adjacent)
Step-by-step explanation:
Answer:
The square root of 7 and the square root of 2
Step-by-step explanation:
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.
Answer:
3,-3,5,-3, the second and fourth are the same
Step-by-step explanation:
Answer:
(2, -16).
Step-by-step explanation:
(x - 6)(x + 2)
Convert to vertex form:
Expanding the parentheses we have:
x^2 + 2x - 6x - 12
= x^2 - 4x - 12
Completing the square:
= (x - 2)^2 - 4 - 12
= (x - 2)^2 - 16
So the vertex is (2, -16),