How to Simplify a Permutation Expression?

Cosmos

New member
Joined
Nov 29, 2012
Messages
4
How can I simplify...


n! + (n-1)! / n! - (n-1)!


I don't know what to do. I tried different ways but I can't get anywhere near the answer which is n+1 / n-1

Thanks.
 
How can I simplify...
n! + (n-1)! / n! - (n-1)!
I don't know what to do. I tried different ways but I can't get anywhere near the answer which is n+1 / n-1

FACTOR, \(\displaystyle n!+(n-1)!=(n-1)![n+1]\) and \(\displaystyle n!-(n-1)!=(n-1)![n-1]\)
 
How can I simplify...


n! + (n-1)! / n! - (n-1)!


I don't know what to do. I tried different ways but I can't get anywhere near
the answer which is n+1 / n-1

Thanks.

Cosmos,

you didn't type either of those expressions correctly, because you left out
needed grouping symbols.


For example, type "[n! + (n - 1)!]/[n! - (n - 1)!]" and "(n + 1)/(n - 1)."



Typing gaps in front of and after the "/" symbol doesn't help to form the intended
fractions.
 
Top