Answer:
312 784
Step-by-step explanation:
if u need this answer, take
The answer to your question is yes
Assuming we need to find i such that
1 ≤ i ≤ n and t[i]=i.
If we need to find only the first occurrence, we can do:
for i:1 to n {
if t[i]=i then return(i)
}
If exhaustive search is required, then put the results (values of i) in an array or a linked list, return the number of values found, and the array (or linked list).
Answer:
so the equation is y=-2x-4
Step-by-step explanation:
sub the points in the equation to find the y-intercept
y=x(-2)+b
0=-2(-2)+b
0=4+b
0-4=b
-4=b