17 because you multiply the 17 and x
Answer:
<em>x = 1 and -2</em>
<em>Sum of the first ten terms = 1,398,100</em>
Step-by-step explanation:
Given the geometric progression 2x+2, 16, 64x...
Since they are in GP, their common ratio is expressed as;
16/2x+2 = 64x/16
16/2(x+1) = 4x
8/x+1 = 4x
Cross multiply
4x(x+1) = 8
4x²+4x = 8
4x²+4x - 8 = 0
divide through by 4
x²+x - 2 = 0
Factorize
x²+2x-x- 2 = 0
x(x+2)-1(x+2) = 0
(x-1)(x+2) = 0
x = 1 and -2
Hence the values of x are 1 and -2
Get the common ratio;
r = 16/2x+2
Since x = 1
r = 16/2(1)+2
r = 16/4
r = 4
Sum of the first n terms is expressed as;
Sn = a(rⁿ-1)/r-1
a = 2x+2
a = 2(1)+2
a = 4
Substitute;
S10 = 4(4^10 - 1)/4 - 1
S10 = 4(1,048,576-1)/3
S10 = 4,194,300/3
S10 = 1,398,100
Hence the sum of the first ten terms is 1,398,100
Answer:
2.49556
Step-by-step explanation:
Answer:
Yes, the function is a kernel
Step-by-step explanation:
Given
Document x an z
Function definition! k(x:z)
We want to show that the above is a kernel.
To do this, we'll explicitly construct feature vectors φ(x) and φ(z)
This gives;
K(x,z) =φ(x)·φ(z).
Given than any document; say x and z
A vocabulary V can be constructed.
Vocabulary V must have a finite size of words in the document set..
The feature mapping is constructed as φ(x) for x by the following:
For the kth word wk in V, if wk appears in document x, assign φ(x) k(the kth element ofφ(x)) to be 1; else φ(x)k to 0.
Then the number of unique words common in x and z is φ(x)·φ(z), giving us the kernel
.