You are not logged in.
Pages: 1
Can I put it like this?
since x = x mod 4 + 4K
i^x = i^(x mod 4 + 4k)
= i^(x mod 4) * i^(4k)
= i^(x mod 4) * (i^4)^k
= i^(x mod 4) * 1^k
= i^(x mod 4)
Yes, this is always true ...
Are you trying to say :
{
x² - y² = (x+y)(x-y)
where x, y are positive integers
and (x-y) is positive
x² - y² is therefore a composit number (non prime) with factors (x-y) and (x+y)
}
?
But are you sure every non-prime can be generated with this? How about one that is compost of an odd factor and an even factor?
For example:
70 = 10 * 7 = (x+y)(x-y)
x = ½ ( 10+7 ) = 8.5
y = ½ ( 10-7 ) = 1.5
I think you have to work with decimals in order for this to produce 'any non-prime' ...
202³ = 2 222² + 1 818² = 8 242 408
200³ = 2 000² + 2 000² = 8 000 000
198³ = 2 692² + 718² + 2² = 7 762 392
196³ = 2 744² = 7 529 536
2522² + 970² = 7 301 384 = 194³
2580^2+450^2+10^2 = 6859000 = 190^3
I thought the next number was 91
Pages: 1