answersLogoWhite

0

What does the k mean in 1 k?

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

Thousand.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does it mean if keq1?

I suspect it could be " k eq 1" , or "k =1".


What k -k equals 2?

k and -k right? -k x -1 =k k+k= 2 k= 1 unless you mean multiply then that would be -k x-1 =k k x k= 2 1.4142 rounded to the nearest ten thousandth


What does 1 k of the d mean?

What does it mean tho???


What is the identity element of the quaternion group?

If you mean in the group {1, -1, i, -i, j, -j, k, -k}, the identity element is 1.


What does it mean if K 1?

reactants are favored over products in the reaction


What does it mean if k eq 1?

reactants are favored over products in the reaction


How do you prove 2x powk plus 4x powk minus 1 equals x powk plus 1?

if you mean: 2x^k + 4x^k -1 = x^k +1 6x^k - x^k = 1 + 1 5x^k = 2 x^k = 2/5 cannot be solved further without more info. with 2 variables you must have 2 equations to solve further.


What does 1 a a d k the d a mean?

1 apple a day keeps the doctor away


How many k's is equal to 1 millon?

If by "k" you mean a thousand, just divide 1 million by a thousand to find the answer.


What does the ditloid 1 K e in b mean?

1 Kelly's Eye in Bingo (bingo call)


Write a program to s wap kth and k plus 1th element?

Assuming the elements are integer type... a[k] ^= a[k+1]; a[k+1] ^= a[k]; a[k] ^= a[k+1]; ...but if they are not integer type... temp = a[k]; a[k] = a[k+1]; a[k+1] = temp;


How do you find the LCM of k to the 2nd power k to the 2nd power-1 and k to the 2nd power minus 2k plus 1?

Factor them. k2 = k x k k2 - 1 = (k - 1)(k + 1) k2 - 2k + 1 = (k - 1)(k - 1) Combine the factors, eliminating duplicates. k2(k + 1)(k - 1)(k - 1) = k5 - k4 - k3 + k2, the LCM