Which of the following will always return the numeric value stored
in x
? You can try out examples and use the help system if you want.
log(10^x)
log10(x^10)
log(exp(x))
exp(log(x, base = 2))
Type the number (1, 2, 3, 4) in the script below to submit your answer.