answersLogoWhite

0


Best Answer

n-1 = 1/n

User Avatar

Wiki User

14y ago

Still curious? Ask our experts.

Chat with our AI personalities

JudyJudy
Simplicity is my specialty.
Chat with Judy
TaigaTaiga
Every great hero faces trials, and you—yes, YOU—are no exception!
Chat with Taiga
BeauBeau
You're doing better than you think!
Chat with Beau

Add your answer:

Earn +20 pts
Q: What is n raised to the power n-1?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the pmf of trinomial distribution?

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


How does the equation 2 raised to the power of log n equal n?

When the equation 2 raised to the power of log n is simplified, it equals n.


How to solve why any number raise to 0 is equal to 1?

Let n be any number and n/n = 1 and n1/n1 = n1-1 which is n0 that must equal 1


How can you create calculator in computer language cpp?

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; }


What is universal binomial raised to power n?

universal binomial raised to power n means the is multiplied to itself n number of times and its expansion is given by binomial theorem


How do you solve N to the 30th divided by N to the first?

You subtract the exponents. N30 - N1 = N30 - 1 = N29.You subtract the exponents. N30 - N1 = N30 - 1 = N29.You subtract the exponents. N30 - N1 = N30 - 1 = N29.You subtract the exponents. N30 - N1 = N30 - 1 = N29.


What is Cardinal number raised to power 30?

It is n^30 where n is the cardinal number.


How are squares and square roots related?

They are reverse operations, in the sense that if y is the square of x then x is a square root of y. Remember though, that in the above scenario, -x is also a square root of y.


Why is 7 to the power of 0 1?

Why is 7^0 = 1 Algebraic proof. Let 'n' be any value Let 'n be raised to the power of 'a' Hence n^a Now if we divide n^a by n^a we have n^a/n^a and this cancels down to '1' Or we can write n^(a)/n^(a) = n^(a-a) = n^(0) , hence it equals '1' Remember when the lower /denominating index is a negative power ,when raised above the division line.


The power expended with a barbell is raised 2.0m in 2s is?

n nk


Why is the third power of a number cubed?

Let the number be n.Then (n3)3 = n3 x 3 = n9.........or n to the power nine.However, if the question is what the the one-third power of a number cubed, then:(n3)1/3 = n3 x 1/3 = n1 = n


How does the function t(n) relate to the function t(n1/2) 1?

The function t(n) relates to the function t(n1/2) 1 by taking the square root of n in the second function and adding 1 to the result.