Answer: x^2 + 40x
Nothing can further be done with the topic.....
3 divided by 64 is 0.046875
6+7+8+9+10=40 ********************
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:
Slope=1
Step-by-step explanation:
Slope=y1-y2/x1-x2
Where x1,y1= (1, 1) and X2,y2=(-3, -3)
Slop=1+3/1+4
=4/4
=1
So the slope is 1.