For this case we first define the variable:
x = number of terms.
The equation that models the problem is:
f (x) = 3.4 - 0.6x
We have then that the first four terms are:
x = 1
f (1) = 3.4 - 0.6 (1) = 3.4 - 0.6 = 2.8
x = 2
f (2) = 3.4 - 0.6 (2) = 3.4 - 1.2 = 2.2
x = 3
f (3) = 3.4 - 0.6 (3) = 3.4 - 1.8 = 1.6
x = 4
f (4) = 3.4 - 0.6 (4) = 3.4 - 2.4 = 1
Answer:
The rule for the sequence is:
f (x) = 3.4 - 0.6x
option 1
Answer:
30 x 3 - 80 is 10
Step-by-step explanation:
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:
An angle can be named in different ways:
•by a number or letter written inside the angle.
•by the name of the vertex.
•by the vertex and a point on each ray.