- #1
Albert1
- 1,221
- 0
$a,b,n \in N$ ,$a\leq b \,\, and \,\, n<14$
$if \,\ a^2+b^2=n!$
$find :\,\, a,b$
$if \,\ a^2+b^2=n!$
$find :\,\, a,b$
[sp]A condition for an integer to be the sum of two squares is that each prime factor of the form $4k+3$ should occur to an even power. After $2 = 1^2 + 1^2$, the next few factorials have a factor $3$ (occurring just once), which prevents them being the sum of two squares. The first factorial to have a repeated factor $3$ is $6! = 720 = 2^4\cdot3^2\cdot5$, so that is a sum of two squares. And in fact $720 = 144 + 576 = 12^2 + 24^2$. After that, the factor $7$ comes in, and occurs just once in all the factorials up to $13!$. So none of these will be a sum of two squares.Albert said:$a,b,n \in N$ ,$a\leq b \,\, and \,\, n<14$
$if \,\ a^2+b^2=n!$
$find :\,\, a,b$
To find the values of a and b when given n, we can use a combination of trial and error and mathematical methods such as prime factorization and modular arithmetic. We can also use computer programs or online tools to help us find the solutions.
As of now, there is no known formula or method that can be used to find the values of a and b for any given n. However, there are various mathematical techniques and algorithms that can be used to find the solutions for specific values of n.
Yes, there can be multiple solutions for a and b for a given n. This is because there are infinite combinations of numbers that can satisfy the equation a^2+b^2=n! Therefore, it is important to specify the range of values for a and b when solving for the solutions.
No, the values of a and b are not always integers when solving for the equation a^2+b^2=n!. There are cases where the solutions can be irrational or complex numbers. However, if we restrict the values of n to natural numbers, then the solutions for a and b will also be natural numbers.
No, the solutions for a and b cannot be used to prove the equation a^2+b^2=n!. This is because the equation is already given and the solutions are derived from it. However, we can use the solutions to verify if the equation is true for a specific value of n.