please help me too
the third term of an arithmetic sequence is 5/8 and the sixth term is 7/16. Find the sum of the first 12 terms
You don't even need to do this formulaically, just look for a quick pattern:
3rd number = 5/8 = 10/16
6th number = 7/16
So we can fit 2 numbers evenly spaced between them: 9/16 and 8/16. These are the 4th and 5th numbers respectively.
Following on:
7th number = 6/16
8th = 5/16
...
12th = 1/16
Going backwards:
2nd = 11/16
1st = 12/16
So for the sum of the first 12 terms, we want to calculate 1/16 + 2/16 + ... + 12/16
Sum = (1 + 2 + ... + 12) / 16
Sum = 78 / 16
Sum = 39/8
wow!!! you're good 
Please help me too!!!
Question 8c) and d)
Thank you
A = r(t) = (2 + t)*i + (1 + t)*j
B = (5, 6) = 5i + 6j
PART A)
AB = AO + OB = OB - OA = B - A
AB = 5i + 6j - (2 + t)*i - (1 + t)*j
AB = (3 - t)*i + (5 - t)*j
PART B)
Distance of AB = sqrt((3 - t)^2 + (5 - t)^2)
Minimum distance at d/dt (AB) = 0
Since AB is a square root, just let the derivative of the argument equal zero.
d/dt ((3 - t)^2 + (5 - t)^2) = 0
-2(3 - t) - 2(5 - t) = 0
(3 - t) + (5 - t) = 0
8 - 2t = 0
t = 4 (seconds)
PART C)
Dog is one second infront of woman, so let y(t) = r(t + 1)
C = y(t) = r(t + 1) = (3 + t)*i + (2 + t)*j
Now to find angle ABC we need to find vector AB and vector BC:
AB = (3 - t)*i + (5 - t)*j (as calculated in part a)
BC = BO + OC = OC - OB = C - B
BC = (3 + t)*i + (2 + t)*j - 5i - 6j
BC = (t - 2)*i + (t - 4)*j
Now find angle ABC using the dot product:
a.b = |a||b|cos(θ)
θ = arccos(a.b / (|a||b|))
θ = arccos(((3 - t)(t - 2) + (5 - t)(t - 4)) / (sqrt((3 - t)^2 + (5 - t)^2) * sqrt((t - 2)^2 + (t - 4)^2)))
Max at dθ/dt = 0, t >= 0
If d/dt (arccos(f(t))) = 0 then -f'(t) / sqrt(1 - (f(t))^2) = 0 and thus f'(t) = 0
So once again, just let the derivative of the argument equal zero:
d/dt (((3 - t)(t - 2) + (5 - t)(t - 4)) / (sqrt((3 - t)^2 + (5 - t)^2) * sqrt((t - 2)^2 + (t - 4)^2))) = 0
Solve this on your CAS calculator to get:
t = 7/2 (seconds)
I can't see part D anywhere.