Answer:
Mass of the ball, M = 6.667 kg
Explanation:
Given data:
Momentum, Mo = 10.0 kgm/s
Velocity of the rolling ball, V = 1.5 m/s
Mass of the body, M = ?
Momentum, Mo = Mass, M x Velocity, V
10.0 kgm/s = M x 1.5 m/s
Divide each side by 1.5 m/s
M = 10.0 kgm/s / 1.5 m/s
M = (6⅔) kg
:. Mass of the ball, M = 6.667 kg
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:
*size
*shape
*temperature
*compostion
Переходи на сайте irkmix.top и получай много эмоций из Russia/
Density is directly proportional to mass. So if there's less matter inside object, its density will also reduce.