Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.
Answer:
Option D
Step-by-step explanation:
In the first three options we can evaluate the values of x with the help of Sine Rule for all the triangles
The Rule says

Where a , b and c are the sides opposite to the angles A, B and C of any ΔABC.
Hence , in order to determine unknown values of sides or angles , we need any 3 values from all 3 sides and 3 angles in a triangle. First Three options give us three values but the last option gives only 2.
Example
in first option we can apply Sine Rule as





5
The reason is because |-5| is equal to 5. The absolute value bars make the number positive.
Answer:
P(5, 1)
Step-by-step explanation:
Segment AB is to be partitioned in a ratio of 5:3. That means the ratio of the lengths of AP to PB is 5:3. We need to find the ratio of the lengths of AP to AB.
AP/PB = 5/3
By algebra:
PB/AP = 3/5
By a rule of proportions:
(PB + AP)/AP = (3 + 5)/5
PB + AP = AP + PB = AB
AB/AP = 8/5
AP/AB = 5/8
The first part of the segment is 5/8 of the length of the segment, and the second part of the segment has length of 3/8 of the length of segment AB.
Point P is located 5/8 of the distance from point A to point B. The x-coordinate of point P is 5/8 of the difference in x-coordinates added to the x-coordinate of point A. The y-coordinate of point P is 5/8 of the difference in y-coordinates added to the y-coordinate of point A.
x-coordinate:
difference in coordinates: |14 - (-10)| = |14 + 10| = 24
5/8 of 24 = 5/8 * 24 = 15
Add 15 to the x-coordinate of point A: -10 + 15 = 5
x-coordinate of point P: 5
y-coordinate:
difference in coordinates: |4 - (-4)| = |4 + 4| = 8
5/8 of 8 = 5/8 * 8 = 5
Add 5 to the y-coordinate of point A: -4 + 5 = 1
y-coordinate of point P: 1
Answer: P(5, 1)