Question

In: Math

Is 2k-1 odd? I get that 2(some int k) + 1 is the property for odd...

Is 2k-1 odd?
I get that 2(some int k) + 1 is the property for odd numbers.
The main question:
I am confused on how 2k-1= 2k-2+1 which is a form of k?

Solutions

Expert Solution

About , the simple logic is that, if one want to express even numbers, the formula for the series is , and the table would be as below.

k 1 2 3 . . .
2k 2 4 6 . . .

What is important is, that k specifies the position of the series, as the kth even integer is , like 1st is 2, second is 4, third is 6, and so on. Also, as the odd numbers are adjacent to the even numbers, the likely formula for odd numbers would be either or . Both are correct, but one is a bit more correct than the other. As we would like to express the formula as the kth odd number, the 1st one would be 1 if is considered, while 1st one is supposed to be 3 if is considered. What can be done is that, the kth odd integer is taken as , and (k+1)th odd integer is taken as . The further series can be verified indeed, as in the table below.

k 1 2 3 . . .
2k-1 1 3 5 . . .
k 0 1 2 . . .
k+1 1 2 3 . . .
2k+1 1 3 5 . . .

In considering , k should be started from 0, as the formula expresses (k+1)th odd integer.

By means of formul, we can prove that as for or or or or . The thing is, as , obviously expresses kth odd integer.

Also, we can logically infer as, taking as the expression of odd numbers, the expression would be to express the (k+1)th odd integer, and the just previous to (k+1)th term is (k+1 - 1)th term or the kth term. In that sense, the expression would express the kth term or (k+1 - 1)th term as or or . The thing is, to access the odd numbers via positions, we have to go through the even terms which are expressed by 2k. We can either reach the previous term of 2k (which is ) or the next term of 2k (which is ). Whatever we choose, we must see by arguiing whether the expression expresses kth term or the (k+1)th term.


Related Solutions

import java.util.*; class A { int i, j, k; public A(int i, int j, int k)...
import java.util.*; class A { int i, j, k; public A(int i, int j, int k) { this.i=i; this.j=j; this.k=k; } public String toString() { return "A("+i+","+j+","+k+")"; } } class Main { public static void main(String[] args) { ArrayList<A> aL=new ArrayList<A>(); Random rand= new Random(1000); //1000 is a seed value for (int p=0; p<10; p++) { int i = rand.nextInt(100); int j = rand.nextInt(200); int k = rand.nextInt(300); aL.add(new A(i, j, k)); } System.out.println("----- Original arraylist------"); for (A a: aL)...
Consider the series X∞ k=2 2k/ (k − 1)! . (a) Determine whether or not the...
Consider the series X∞ k=2 2k/ (k − 1)! . (a) Determine whether or not the series converges or diverges. Show all your work! (b) Essay part. Which tests can be applied to determine the convergence or divergence of the above series. For each test explain in your own words why and how it can be applied, or why it cannot be applied. (i) Divergence Test (ii) Direct Comparison test to X∞ k=2 2k /(k − 1). (iii) Ratio Test
#include <iostream> using namespace std; int main() { int even=0,odd=0,sum=0,sum2=0,largest,smallest; int num,i; for ( i=1; i<=10;...
#include <iostream> using namespace std; int main() { int even=0,odd=0,sum=0,sum2=0,largest,smallest; int num,i; for ( i=1; i<=10; i++){ cout << " Enter " << i << " number: "; cin >> num; if ( num%2==0){ even++; sum+=num; } else { odd++; sum2+=num; if(num>largest){ largest = num; } if(num<largest) { smallest = num; } } cout << " The sum of even number is : " << sum << endl; cout << " The total-count of even number is : " <<...
2. Let the function fun be defined as int fun(int*k) {       *k += 4;       return...
2. Let the function fun be defined as int fun(int*k) {       *k += 4;       return 3 * (*k) - 1; } Suppose fun is used in a program as follows: void main() {       int i = 10, j = 10, sum1, sum2;       sum1 = (i / 2) + fun(&i);       sum2 = fun(&j) + (j / 2); } What are the values of sum1 and sum2 a. operands in the expressions are evaluated left to right? b. operands...
public void printQueue(DoublyLinkedQueue<Integer> Q){ int len = Q.size(); int k = 0; for (int i=0; i...
public void printQueue(DoublyLinkedQueue<Integer> Q){ int len = Q.size(); int k = 0; for (int i=0; i < len; ++i){ k = Q.dequeue(); Q.enqueue(k);    System.out.println(Q.dequeue()); } } What is the complexity of this code? Select one: a. O(N), N = k b. Q(1) c. Q(N2), N = Q.size() d. O(M), M = Q.size() e. None of the alternatives is correct. which one?
Multiple Choice: 1. Suppose the firm's production process is given by Q = 2K^(1/2)*​L. If K=16...
Multiple Choice: 1. Suppose the firm's production process is given by Q = 2K^(1/2)*​L. If K=16 and L=8 what is the marginal productivity of capital? a) 1 b) 2 c) 5 d) 6 e) 8 2. Which of the following is not an assumption we make about perfectly competitive markets? a) Firms are price-takers b) Firms sell identical products c) Firms earn positive profit in the short-run but zero profit in the long-run d) Firms can freely enter or exit...
Multiple Choice: 1. Suppose the firm's production process is given by Q = 2K^(1/2)*​L. If K=16...
Multiple Choice: 1. Suppose the firm's production process is given by Q = 2K^(1/2)*​L. If K=16 and L=8 what is the marginal productivity of capital? a) 1 b) 2 c) 5 d) 6 e) 8 2. Which of the following is not an assumption we make about perfectly competitive markets? a) Firms are price-takers b) Firms sell identical products c) Firms earn positive profit in the short-run but zero profit in the long-run d) Firms can freely enter or exit...
For the following production functions, find the returns to scales. 1. F(K,L)=K^0.3L^0.7 2. F(K,L)=2K+L 3. F(K,L)=KL...
For the following production functions, find the returns to scales. 1. F(K,L)=K^0.3L^0.7 2. F(K,L)=2K+L 3. F(K,L)=KL 4. F(K,L)=K^0.2L^0.3 An explanation on how to do this, would be appreciated!
Given the following Cobb-Douglas production functions: F(L,K) = LK^2 F(L,K) = L^3/4K^1/4 F(L,K) = L^1/2K^1/4 1....
Given the following Cobb-Douglas production functions: F(L,K) = LK^2 F(L,K) = L^3/4K^1/4 F(L,K) = L^1/2K^1/4 1. Determine the returns to scale for each function. 2. For the rest of this exercise assume that the price of labor, w, and the price of capital, r, equal 1: w = r = 1. Find the conditional input demand functions of labor and capital (the cost-minimizing combinations of labor and capital). 3. Now find the cost functions for each of the production functions....
The solubility-product constant for K2PdCl6 is 6.0x10^-6 (K2PdCl6(s) ----->2K+ + PdCl6(2-). What is the K+ concentration...
The solubility-product constant for K2PdCl6 is 6.0x10^-6 (K2PdCl6(s) ----->2K+ + PdCl6(2-). What is the K+ concentration of a solution prepared by mixing 50.00 mL of 0.200 M KCl with 50.00 mL of a) 0.0800 PdCl6(2-)M? b) 0.170 PdCl6(2-)M? c) 0.260 PdCl6(2-)M?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT