Page 1 of 1

Problem 752

Posted: Sun Jul 04, 2021 12:37 pm
by smallwind
i don't understand what lowercase g function does, i don't think.
it says g(5)=12 but (1+sqrt(7))^12 expands to something that cannot have a 1 modulo any number.
see wolfram alpha screenshot below:
https://ibb.co/Q9Spv3k

thanks for explaining in advance.

Re: Problem 752

Posted: Sun Jul 04, 2021 12:53 pm
by hk
You can verify that (1+sqrt(7))^12=2757056+1041920*sqrt(7) (see also your screenshot of Wolfram)
2757056 mod 5=1 and 1041920 mod 5=0

Re: Problem 752

Posted: Mon Jul 05, 2021 12:28 am
by smallwind
oh right...my bad.