Solution 2.3

# variable x:

x = 10

# object y:

y = c(5, 9, 3, 4, 1000)

# multiplication:

z = x * y

# sum:

summe = sum(z)