#Is my solution correct?
38 messages · Page 1 of 1 (latest)
why decompose 653 as 600 and 53? try dividing out fully by 3
but it's not divisible by 3
yes, it will have a remainder
the idea is that if you play around with the function it is cyclic
so you take advantage of that
Thats what i did
I first calculated f(x)^1
then f(x)^2 f(x)^3 and so on
it repeats at the 3rd power
I don't understand
basically, the exponent, when written in the form 3z+r, will reduce to just r
because of the cyclic nature
that makes sense?
sorry no
for example, notice that f_4 will reduce to f_1
because 4 = 3(1) + 1
and so on and so forth
4 = 3(1) + 1 why (1) + 1?
thats the result of dividing 4 by 3
3 goes into 4 once and remainder is 1
It seems like you have the big picture just need to clean up the details
So 653 = 3(217) + 2, and so f_653 = f_2
and since you've already done the work with f_2, its breezy from there
are you still lost?
That is cool. I didn't know about that method
It is clear now. Thank you
im curious, where is this problem from?
Its from the book "How to think like a Mathematician" by Kevin Houston Chapter 5
for a intro to proofs class i assume?
No I am self studying to prepare for University
keep up the work!