40/50 is the ratio because the cos formula is adjacent over hypotenuse and you can reduce it to 4/5 as a fraction :)
Median is 6 so your answer is C
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:
The vertical line test is used to determine whether a graph line is a FUNCTION
when there is a line on a graph and you want to know if it is a function. put a straight line through it, up and down, and if it only passes through ONE POINT then it is a function if it touches the graph more than once than it is not.i
Step-by-step explanation: