Solution 2.4

a = 5^5

b = sqrt(5)

c = sqrt(5^5)

# or:

c = sqrt(a)

d = sum(5, 6, 7, 8)

# or:

d = sum(seq(from=5, to=8, by=1))