#Is my solution correct?

38 messages · Page 1 of 1 (latest)

limber sparrow
tender wadiBOT
limber sparrow
untold sparrow
#

why decompose 653 as 600 and 53? try dividing out fully by 3

limber sparrow
untold sparrow
#

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

limber sparrow
#

I first calculated f(x)^1

#

then f(x)^2 f(x)^3 and so on

#

it repeats at the 3rd power

untold sparrow
#

great!

#

so that motivates you to divide it by 3

limber sparrow
untold sparrow
#

basically, the exponent, when written in the form 3z+r, will reduce to just r

#

because of the cyclic nature

#

that makes sense?

limber sparrow
#

sorry no

untold sparrow
#

for example, notice that f_4 will reduce to f_1

#

because 4 = 3(1) + 1

#

and so on and so forth

limber sparrow
#

4 = 3(1) + 1 why (1) + 1?

untold sparrow
#

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?

limber sparrow
#

It is clear now. Thank you

untold sparrow
#

im curious, where is this problem from?

limber sparrow
untold sparrow
#

for a intro to proofs class i assume?

limber sparrow
untold sparrow
#

keep up the work!

limber sparrow
#

.solved