Answer:
%Open the file.
fID = fopen('parts_inv.dat');
%Read from the file.
data = fscanf(fID,'%d\t%f\t%d',[3,inf]);
%Close
fclose(fID);
%Restore the data.
data = data';
%Get the size
[rs, cs] = size(data);
%Set value.
invCost = 0;
%Loop
for rw = 1 : rs
%Find cost
invCost = invCost + (data(rw, 2) * data(rw, 3));
%Loop end
end
%Display the cost.
fprintf('Total cost: %4.2f\n\n', invCost);
Explanation:
The answer is D. Sound insulators prevent sound from being transmitted better than elastic solids because sound insulators basically muffle and block the sound waves.
Answer:
Twice
Explanation:
From the formula for velocity in a circle
V= 2πr/T
Where V is velocity
r is raduis
T is period
We see that as r increases V increases so if r is doubled V becomes doubled
Answer:

Explanation:
using the law of the conservation of energy:


where K is the spring constant, x is the spring compression, N is the normal force of the block,
is the coefficiet of kinetic friction and d is the distance.
Also, by laws of newton, N is calculated by:
N = mg
N = 3.35 kg * 9.81 m/s
N = 32.8635
So, Replacing values on the first equation, we get:

solving for
:

The movements of the tectonic plates