Show how to create a numeric vector that contains the sequence from 20 to 50 by 5
num_vector <- seq(from=20, to=50, by=5) num_vector