advanced question:
uh huh
I Accept The Challenge -
Find the sum of all integers a such that \[a^2(2^a-a^3)+1\] is a power of 7
the answer is between 0 and 999 inclusive I have it narrowed down to all possible values of a \[a = [94,46,96,58] (\mod100)\] any ideas on what to do?
@bibby my savior help us.
Well - I Found That a = -1 - Etc.... http://www.wolframalpha.com/input/?i=a%5E2%282a%E2%88%92a%5E3%29%2B1 <--
Bibby's lost as I am.. :l
Just as i am*
I'm not lost this is easy-modo
Solve it step by step O.e
Would you be ok with a code solution?
well wait what is the question a2(2a−a3)+1 =a^7 right?
i have python, im more interested in the theory behind it, but yea that sounds cool @bibby
@thissucks its 7^x not x^7
@charlotte123 you plugged 2a not 2^a into wolfram
AH!
@Edutopia you wrote ' is a power of 7' which means a^7 are you sure it is 7^a
http://www.wolframalpha.com/input/?i=a%5E2%282%5Ea%E2%88%92a%5E3%29%2B1 <--- There You Go!
a power of 7 meaning 7^1 7^2 etc.
ohh I get it!
let me give it a try
power of 7 means 7^x
I know, from modular arithmetic, that the answers of a must have last 2 digits of 94, 46, 96, or 58 (besides a=1 which is 7^0)
any ideas?
First i noticed that a must be even, then i found that 7^x repeats {1,7,9,4} mod 10, then i found that it repeats 01,07,49,43 mod 100, (i did mod 1000 but it did not narrow down any further), so after having 01,07,49,43 i subtracted by one because of the equation and found that "a" when run through the function must be equivalent to 00,06,48 or 42 mod 100. i found the mod 10 sequences for 2,4,6,8 (because "a" must be even) and found that "a" must be equivalent to either 94,46,96,or 58 mod 100 (when you plug these values into the function you get a number that is equivalent to either 00 or 48 mod 100)
Join our real-time social learning platform and learn together with your friends!