New Reply

Multiplication of Factorials

 
Share Thread Thread Tools
Dec28-12, 12:23 AM   #1
 

Multiplication of Factorials


Given that a, b, and c are positive integers solve the following equation.

a!b! = a! + b! + c^2

anyone?
PhysOrg.com
PhysOrg
mathematics news on PhysOrg.com

>> Mathematicians analyze social divisions using cell phone data
>> Can math models of gaming strategies be used to detect terrorism networks?
>> Mathematician proves there are infinitely many pairs of prime numbers less than 70 million units apart
Dec28-12, 12:50 AM   #2
 
Recognitions:
Gold Membership Gold Member
I found the answer through brute force: a=2, b=3, c=2.

Not sure if there is a more elegant solution though.
Dec28-12, 12:56 AM   #3
 
vorde, thanks for trying, im getting the same answer too

but i'm seeking for method to solve it: how to relate multiplication of 2 factorials and their sums? if we can, then c wouldn't be a problem.

there should be a way to solve it
Dec28-12, 06:23 AM   #4
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus

Multiplication of Factorials


"Brute force" is a method! Please clarify what you are looking for.
Dec29-12, 08:40 PM   #5
 
Quote by msudidi View Post
Given that a, b, and c are positive integers solve the following equation.

a!b! = a! + b! + c^2

anyone?
Doesn't it work for all positive integers c such that [itex]c = \sqrt{a!b! -a! -b!}[/itex]?

Spit-balling here, we have [itex]a!b! = a! + b! + c^2[/itex]? Doesn't that imply that [itex]\displaystyle a! = 1 + \frac{a! + c^2}{b!} = 1 + \frac{a(a-1)(a-2)(a-3)...}{b(b-1)(b-2)...} + \frac{c^2}{b!} = 1 + \prod_{k = (b+1)}^a k + \frac{c^2}{b!}[/itex]. Don't know where I'm going with that...
New Reply

Tags
factorial, multiplication
Thread Tools


Similar Threads for: Multiplication of Factorials
Thread Forum Replies
Factorials Calculus & Beyond Homework 3
can u help me with this questionIf n ≥ 6 is a composite Linear & Abstract Algebra 6
Help on factorials General Math 11
Factorials Introductory Physics Homework 1
sum of the first n natural numbers is n(n+1)/2 General Math 2