SOLUTION: If a,b,c,d, and e are distinct prime numbers such that: b=(a-1)^1/2 +1 ; c=(b-1)^1/2 +1 ; d=(c-1)^1/2 +1 ; e= (d-1)^1/2 +1 ; Find the least possible value of a+b+c+d+e A) 65537 B

Algebra.Com
Question 1204795: If a,b,c,d, and e are distinct prime numbers such that: b=(a-1)^1/2 +1 ; c=(b-1)^1/2 +1 ; d=(c-1)^1/2 +1 ; e= (d-1)^1/2 +1 ; Find the least possible value of a+b+c+d+e
A) 65537
B) 65536
C) 65816
D) 65819
E) 65814

Found 3 solutions by MathLover1, ikleyn, math_tutor2020:
Answer by MathLover1(20850)   (Show Source): You can put this solution on YOUR website!






Find the least possible value of

A Fermat number is of the form


.

, , , , are for = { , , , }






so, , , , , and are the five known prime Fermat numbers (in descending order)
, ,, , and .

their sum is:


answer:
D)



Answer by ikleyn(52834)   (Show Source): You can put this solution on YOUR website!
.

It was just solved at this forum several/many years ago.

See the link

https://www.algebra.com/algebra/homework/Expressions-with-variables/Expressions-with-variables.faq.question.1168701.html

@MathLover1 copy-pasted from that source without reference, as she usually does it.



Answer by math_tutor2020(3817)   (Show Source): You can put this solution on YOUR website!

I'm assuming that b=(a-1)^1/2 +1 should be the equation b=(a-1)^(1/2) +1, which is the same as writing and converts to

List of the first few primes = {2,3,5,7,11,13,17,19,23,29,31,...}
There are infinitely many prime numbers.

Let's say we picked the smallest prime for value "e".
Doing so will guarantee that a+b+c+d+e is minimized.

e = (d-1)^(1/2) + 1
(d-1)^(1/2) = e-1
d-1 = (e-1)^2
d = (e-1)^2 + 1
d = (2-1)^2 + 1
d = 2

e = 2 leads to d = 2
But d must be different from e, so we have to go back to the drawing board.

Let's pick the next largest prime.
e = 3
d = (e-1)^2 + 1
d = (3-1)^2 + 1
d = 5
We get a different value this time. So far so good.
Furthermore, the result is prime.

Then,
d = (c-1)^(1/2) + 1
c = (d-1)^2 + 1
c = (5-1)^2 + 1
c = 17
We get a different prime.

And,
c = (b-1)^(1/2) + 1
b = (c-1)^2 + 1
b = (17-1)^2 + 1
b = 257
which is also prime.
Primality can be checked using software. Or you can check the primes {2,3,5,7,11,13} to find they aren't factors of 257.

And lastly,
b = (a-1)^(1/2) + 1
a = (b-1)^2 + 1
a = (257-1)^2 + 1
a = 65537
This value is prime.
Use software to check primality.

To summarize
a = 65537
b = 257
c = 17
d = 5
e = 3
all of which are different primes and fit the equations mentioned.
This is the smallest set possible since e = 3 was chosen among the smallest primes.

So,
a+b+c+d+e = 65537+257+17+5+3 = 65819 is the smallest sum possible, which leads to answer choice D

RELATED QUESTIONS

If a,b,c,d, and e are distinct prime numbers such that: b=(a-1)^1/2 +1 ; c=(b-1)^1/2 +1 ; (answered by solver91311)
{{{A=1/2}}}{{{abs(matrix(3,3,a,b,1,c,d,1,e,f,1))}}} (answered by Edwin McCravy)
If {{{1/(a+u)+1/(b+u)+1/(c+u)+1/(d+u)=2/u}}}, {{{1/(a+v)+1/(b+v)+1/(c+v)+1/(d+v)=2/v}}}, (answered by ikleyn)
the product (1- 1/2)(1- 1/3)(1- 1/4) (1-1/5)…(1-1/99)(1-1/100) is equal to a) 1/99 b)... (answered by jim_thompson5910)
If {{{(a+b)^(1/2)=(a-b)^(-1/2)}}}, which of the following must be true? a) b=0 b) a+b=1 (answered by stanbon)
3/5 _______= 12/10 a.1/2 b.1/3 c.1/4 d.1/5... (answered by ewatrrr)
if x and y are prime numbers then which one of the following cannot equal x-y? A. 1 B.... (answered by Alan3354)
4/3-3/2= a.-2 b.-1/3 c.-1/6 d.1/2... (answered by ewatrrr)
Find the coordinates of the midpoint between ( - 2, -4) and (4, - 4). A) (1, -4)... (answered by josgarithmetic)