I think you need to double-check that date -- it should be 1982 -- Mexico was a republic in 1882. Unless the coin says onza plata pura (1 ounce pure silver), it's value is negligable -- maybe a couple cents. An onza is currently worth about $10.00 The coin you have is : = REPUBLICA Mexico 1882 LIBERTAD .8R .Z .1882. J. S. 10D. 20G. COIN. It is 46.5% silver and today is worth about 10US Dollars = = ********* = = Pls reference this web site: = = http://www.identificacion-numismatica.com/otras-incluso-extranjeras-f6/r-mexicana-8-reales-1882-t22318.htm = = According to this site, the 10D 20G refers to the purity, where 12D is pure silver and each D equals 24G. = = So, the coin weighs about 27 grams, or about 2/3 of a troy ounce, and is about 90% pure. =
the value of the exponent n1
the value of the exponent n1
the value of the exponent n1
#include<stdio.h> int main(){ int n1,n2; printf("\nEnter two numbers:"); scanf("%d %d",&n1,&n2); while(n1!=n2){ if(n1>=n2) n1=n1-n2; else n2=n2-n1; } printf("\nGCD=%d",n1); return 0; }
P(x=n1,y=n2) = (n!/n1!*n2!*(n-n1-n2)) * p1^n1*p2^n2*(1-p1-p2) where n1,n2=0,1,2,....n n1+n2<=n
#include<stdio.h> int main(){ int n1,n2; printf("\nEnter two numbers:"); scanf("%d %d",&n1,&n2); while(n1!=n2){ if(n1>=n2-1) n1=n1-n2; else n2=n2-n1; } printf("\nGCD=%d",n1); return 0; }
void main() { int i; float n1,n2; abc: printf("Enter two nos "); scanf("%f%f",&n1,&n2); printf("\n %f + %f = %f " ,n1,n2,n1+n2); printf("\n %f - %f = %f " ,n1,n2,n1-n2); printf("\n %f x %f = %f " ,n1,n2,n1*n2); printf("\n %f / %f = %f " ,n1,n2,n1/n2); printf("\npress 5 to make another calculation"); scanf("%d",&i); if (i==5) goto abc; }
#declare value of product product = 0 #while loop in python #while (test condition) : # statements (s) while product < 100: #prompt for a user to enter a number n1 = input ("Enter a number: ") #multiply n1 times 10 product = n1 * 10
The sum of the first 10 positive integers, using the formula N1 + (N1 + 1) + ... + N2 = N2 * (N2 + 1) / 2 - (N1 - 1) * N1 / 2 is: 55
what are the price of a movie ticket at N1 city
The ground state of an atom is when n1, not n0.
The following is a schematic program. Details will depend on the language.n1 = 1output n1n2 = 1output n2.start loopn3 = n1 + n2output n3got enough numbers?if yes go to end elsen1