Giving an array of integers A[1:8] ={5, 1, 3, 2, 7, 6, 8,
4}.
Build a...
Giving an array of integers A[1:8] ={5, 1, 3, 2, 7, 6, 8,
4}.
Build a MAX-HEAP on A. Show the steps using binary tree
representation or array view.
Use heap sort: show the array after the first, the second, and
the third of heap sort
1a. Find a1 and r for a geometric sequence with the values given
below
an= 63,...
1a. Find a1 and r for a geometric sequence with the values given
below
an= 63, n=3, Sn=91
a1= ?
r=?
b. find the sum of the terms in the arithmetic sequence below
Sn
-10, -12, -14, -16,... -24
Sn=?
Find a general term (as a function of the variable n) for the
sequence{?1,?2,?3,?4,…}={45,1625,64125,256625,…}{a1,a2,a3,a4,…}={45,1625,64125,256625,…}.
Find a...
Find a general term (as a function of the variable n) for the
sequence{?1,?2,?3,?4,…}={45,1625,64125,256625,…}{a1,a2,a3,a4,…}={45,1625,64125,256625,…}.
Find a general term (as a function of the variable n) for the
sequence {?1,?2,?3,?4,…}={4/5,16/25,64/125,256/625,…}
an=
Determine whether the sequence is divergent or convergent. If
it is convergent, evaluate its limit.
(If it diverges to infinity, state your answer as inf . If it
diverges to negative infinity, state your answer as -inf . If it
diverges without being infinity or negative infinity, state your
answer...
1a. Find any of the values a1, r, an, n, or sn that are missing
from...
1a. Find any of the values a1, r, an, n, or sn that are missing
from the geometric sequence
r= 5/2, n=4, S4=1624
the value of a1 is?
b. find the sum of the first n terms of the indicated geometric
sequence with the given values
1/8 + 1/2 + 2 + (X) times (X) times (X)times + 32
Given the following unordered array:
[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]...
Given the following unordered array:
[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
W
X
D
T
P
N
R
Q
K
M
E
If the array was being sorted using
the SHELL sort and the halving
method,
and sorting into ASCENDING
order as demonstrated in the course content,
list the letters in the resulting
array, in order AFTER the FIRST pass.
[0]
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
1) determine the 30th term
15, -85, -185, 285...
2) determine the 10th term
-4, 8,...
1) determine the 30th term
15, -85, -185, 285...
2) determine the 10th term
-4, 8, -16, 32...
3) use the equation to complete the statement
a(n)=14+2(n-1)
the commone differerence is ____ and the first term is
____
4) use the equation to complete the statement
a(1)= -3; a(n)= -2a(n-1)
the common ratio is ____ and the first term is ____
5) a(n)= -5( n-1/n+2) +4
thw given equation is (arithmetic, geometric, neither)
for the following, write an explicit formula...
1)
Write nth term suggested by pattern.
1, 1/4, 1/16, 1/64, ...
2) Find first term...
1)
Write nth term suggested by pattern.
1, 1/4, 1/16, 1/64, ...
2) Find first term (a1), the common difference (d), and give a
recursive formula (an) for sequence.
8th term is 55; 15th term is 118
3) Find the nth term and the indicated term of arithmetic
sequence whose initial term and common difference are given.
first term=6
common diff= -10
nth term?
13th term?