To develop this problem it is necessary to apply the concepts related to Wavelength, The relationship between speed, voltage and linear density as well as frequency. By definition the speed as a function of the tension and the linear density is given by

Where,
T = Tension
Linear density
Our data are given by
Tension , T = 70 N
Linear density , 
Amplitude , A = 7 cm = 0.07 m
Period , t = 0.35 s
Replacing our values,



Speed can also be expressed as

Re-arrange to find \lambda

Where,
f = Frequency,
Which is also described in function of the Period as,



Therefore replacing to find 


Therefore the wavelength of the waves created in the string is 3.49m
Answer:
a) > x<-c(1,2,3,4,5)
> y<-c(1.9,3.5,3.7,5.1,6)
> linearmodel<-lm(y~x)
And the output is given by:
> linearmodel
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
1.10 0.98
b) 
And if we compare this with the general model 
We see that the slope is m= 0.98 and the intercept b = 1.10
Explanation:
Part a
For this case we have the following data:
x: 1,2,3,4,5
y: 1.9,3.5,3.7,5.1, 6
For this case we can use the following R code:
> x<-c(1,2,3,4,5)
> y<-c(1.9,3.5,3.7,5.1,6)
> linearmodel<-lm(y~x)
And the output is given by:
> linearmodel
Call:
lm(formula = y ~ x)
Coefficients:
(Intercept) x
1.10 0.98
Part b
For this case we have the following trend equation given:

And if we compare this with the general model 
We see that the slope is m= 0.98 and the intercept b = 1.10
Connection to Big Idea about energy: Gravity creates gravitational potential energy. Gravitational energy relies on the masses of two bodies and their distance.
Connection to Big Idea about the universe: Gravitational force is exerted by all objects with mass throughout the Universe. It is what keeps the Earth and the planets in orbit around the Sun, and our Solar System in orbit around the centre of the Milky Way. Gravity is one of the forces involved in the birth of stars, their evolution and finally their death.
Connection to Big Idea about Earth: The gravitational force is responsible for many physical properties of Earth and consequently it affects the existence and the properties of living creatures on it. For instance, the existence, the chemical composition and the structure of Earth’s atmosphere was determined by Earth’s gravitational force.