Answer:
61,940
Step-by-step explanation:
For a recursive sequence of reasonable length, it is convenient to use a suitable calculator for figuring the terms of it. Since each term not only depends on previous terms, but also depends on the term number, it works well to use a spreadsheet for doing the calculations. The formula is easily entered and replicated for as many terms as may be required.
__
The result of executing the given algorithm is shown in the attachment. (We have assumed that g_1 means g[-1], and that g_2 means g[-2]. These are the starting values required to compute g[0] when k=0.
That calculation looks like ...
g[0] = (0 -1)×g[-1] +g[-2} = (-1)(9) +5 = -4
The attachment shows the last term (for k=8) is 61,940.
You need to divide the miles by the hours to et the Average speed.
M divided by h = s
Because to get the mph (miles per hour) you multiply the average speed to the hours.
S•h=mph
58 if you add the two numbers then subtract the answer from 180 that’s the answer
Answer:
23. x = 4; DE = 44
24. x = 25; DS = 28
Step-by-step explanation:
23. Point S is the midpoint of DE, so ...
DS = SE
3x +10 = 6x -2
12 = 3x . . . . . . . . . add 2-3x
4 = x . . . . . . . . . . . divide by 3
Then DS has length ...
DS = 3x +10 = 12 +10 = 22
and DE is twice that length, so ...
DE = 44
__
24. DS is half the length of DE, so is ...
DS = DE/2 = 56/2
DS = 28
Then x can be found from ...
DS = x +3
28 -3 = x = 25 . . . . . substitute value for DS
_____
<em>Comment on problem 24</em>
Sometimes it is easier to work parts of a problem out of sequence. Here, finding DS first makes finding x easier.
I assume the first equation is supposed to be

and not

As an augmented matrix, this system is given by
![\left[\begin{array}{ccc|c}5&-3&2&13\\2&-1&-3&1\\4&-2&4&12\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D5%26-3%262%2613%5C%5C2%26-1%26-3%261%5C%5C4%26-2%264%2612%5Cend%7Barray%7D%5Cright%5D)
Multiply through row 3 by 1/2:
![\left[\begin{array}{ccc|c}5&-3&2&13\\2&-1&-3&1\\2&-1&2&6\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D5%26-3%262%2613%5C%5C2%26-1%26-3%261%5C%5C2%26-1%262%266%5Cend%7Barray%7D%5Cright%5D)
Add -1(row 2) to row 3:
![\left[\begin{array}{ccc|c}5&-3&2&13\\2&-1&-3&1\\0&0&5&5\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D5%26-3%262%2613%5C%5C2%26-1%26-3%261%5C%5C0%260%265%265%5Cend%7Barray%7D%5Cright%5D)
Multiply through row 3 by 1/5:
![\left[\begin{array}{ccc|c}5&-3&2&13\\2&-1&-3&1\\0&0&1&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D5%26-3%262%2613%5C%5C2%26-1%26-3%261%5C%5C0%260%261%261%5Cend%7Barray%7D%5Cright%5D)
Add -2(row 3) to row 1, and add 3(row 3) to row 2:
![\left[\begin{array}{ccc|c}5&-3&0&11\\2&-1&0&4\\0&0&1&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D5%26-3%260%2611%5C%5C2%26-1%260%264%5C%5C0%260%261%261%5Cend%7Barray%7D%5Cright%5D)
Add -3(row 2) to row 1:
![\left[\begin{array}{ccc|c}-1&0&0&-1\\2&-1&0&4\\0&0&1&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D-1%260%260%26-1%5C%5C2%26-1%260%264%5C%5C0%260%261%261%5Cend%7Barray%7D%5Cright%5D)
Multiply through row 1 by -1:
![\left[\begin{array}{ccc|c}1&0&0&1\\2&-1&0&4\\0&0&1&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D1%260%260%261%5C%5C2%26-1%260%264%5C%5C0%260%261%261%5Cend%7Barray%7D%5Cright%5D)
Add -2(row 1) to row 2:
![\left[\begin{array}{ccc|c}1&0&0&1\\0&-1&0&2\\0&0&1&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D1%260%260%261%5C%5C0%26-1%260%262%5C%5C0%260%261%261%5Cend%7Barray%7D%5Cright%5D)
Multipy through row 2 by -1:
![\left[\begin{array}{ccc|c}1&0&0&1\\0&1&0&-2\\0&0&1&1\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Cc%7D1%260%260%261%5C%5C0%261%260%26-2%5C%5C0%260%261%261%5Cend%7Barray%7D%5Cright%5D)
The solution to the system is then
