Solutions of exponential diophantine equation

280 Views Asked by At

How would I go about finding the solutions to the exponential diophantine equation $18n+10=2^k$ ?

3

There are 3 best solutions below

2
On

Hint: You want $2^k \equiv 10 \mod 18$. Certainly $2^k \equiv 0 \equiv 10 \mod 2$ for $k \ge 1$, so it is sufficient for $2^k \equiv 1 \equiv 10 \equiv \mod 9$. So try a few powers of $2$ until you find one congruent to $1$ mod $9$...

0
On

Given,

$18n + 10 = 2^k$

i.e. $$[(2)(3^2)(n) + (2)(5)] = 2^k$$

i.e. $$(2)[(3^2)(n) + (3+2)] = 2^k$$

i.e. $$(2)[(3)(3)(n) + (3) + 2] = 2^k$$

i.e. $$(2)[(3)((3)(n) + 1) + 2] = 2^k$$

i.e. $2^{3 + 1 + 2}$ is a solution of this equation for $k = (3 + 1 + 2)$

i.e. $18n + 10 = 2^{3 + 1 + 2}$

i.e. $18n + 10 = 64$

i.e. $18n = 54$

i.e. $k=6, n=3$ is a solution of the equation $18n + 10 = 2^k$

1
On

This problem can be simplified to --> 9n+5=2^k1 (9m+1)*(9n+5)=81*m*n + (9n+45m)+5 =9m'+5 ,where m'=9*m*n+n+5m If 9m+1=2^k2 , then 9m'+5 =2^(k1+k2) for n=3 k1=5 and for m=7 k2=6 are solutions so 9m'+5 =2^11 is a solution 2^11-5 =2043 =9*227 --This process can be repeated.