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:
They verify scientific hypothesis by doing experiments do prove what their theory was.
Answer:
work done lifting the bucket (sand and rope) to the top of the building,
W=67.46 Nm
Explanation:
in this question we have given
mass of bucket=20kg
mass of rope=
height of building= 15 meter
We have to find the work done lifting the bucket (sand and rope) to the building =work done in lifting the rope + work done in lifting the sand
work done in lifting the rope is given as,
=
..............(1)
=
=22.5 Nm
work done in lifting the sand is given as,
.................(2)
Here,
F=mx+c
here,
c=20-18
c=2
m=
m=.133
Therefore,

Put value of F in equation 2


Therefore,
work done lifting the bucket (sand and rope) to the top of the building,
W=22.5 Nm+44.96 Nm
W=67.46 Nm
Complete Question
A radio technician measures the frequency of an AM radio transmitter. The frequency is 14603 kHz . What is the frequency in megahertz? Write your answer as a decimal.
Answer:
The value is 
Explanation:
From the question we are told that
The frequency is 
Generally


=> 
=> 