In post 138, word321 wrote: 6. What is the last digit of 7^49?
It should be 7.
Proof:
=mod(7^1,10) = 7
=mod(7^2,10) = 9
3
1
repeat (7,9,3,1)
In post 138, word321 wrote: 6. What is the last digit of 7^49?
Let (number) = 10x+y where y is smallest possible interger value when x is an integer or 0.4. Prove that a number is a multiple of 2 if the last digit is a multiple of 2, and that a number is multiple of 5 if the last digit is 0 or 5.
Let x = a * 10^1 + b * 10^2 + c * 10^3 ... ? * 10^(digits of x)Prove that a number is multiple of 3 if the sum of its digits is a multiple of 3
please note that both requirements need to be fulfilled... its lower than 1/2In post 154, implosion wrote:I suspect it's 1/2 but am not confident and am intrigued to try to show it formally and will think about it more later
I understand, I came up with a heuristic argument that made me think it would be 1/2 anyway asymptotically. But it certainly wasn't rigorous or anything.In post 155, Sirius9121 wrote:please note that both requirements need to be fulfilled... its lower than 1/2In post 154, implosion wrote:I suspect it's 1/2 but am not confident and am intrigued to try to show it formally and will think about it more later
great channel, got introduced earlier this year as a way to destress. it's very relaxing to watch the solves. i can only do the easy puzzles though, if it's a little hard i always get completely stumped.In post 163, mith wrote:How I've been keeping busy during a pandemic...
Square the standard integral, change the variable of one to get the 2D version, recast to polar co-ords and then integrate by substitution to 1.In post 170, Ircher wrote:You should prove the standard normal integral is 1 as well if you are going to use that argument. (Yes, it is a probability density function, so it equals 1, but the solution should be understandable by someone who has only taken math through multivariable calculus. This makes the problem more interesting.)
I had another solution in mind.In post 171, Who wrote:If the field has odd characteristic:
For any nonzero x, x and -x are distinct and square to the same value. Thus there are (|F|-1)/2 nonzero squares so there must be (|F|-1)/2 nonzero nonsquares, so let c be a no square then x^2-c is irreducible and thus extending by the root of that is a quadratic extension.
If the field is characteristic 2:
Apply the same argument but instead of x and -x take x and x+1, and instead of both have the same square we have that both have the same x(x+1). Thus there’s some c which is not of the form x(x+1), and we have that x(x+1)+c is irreducible.