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:
By Newtons Third law this is an action reaction pair of force
So the momentum is the same
30*20=50*x where x is velocity
x= 12m/s
direction is towards left since they act in opposite directions
Answer:
A causes free electrons to flow
Explanation:
The amount of force that causes electrons to flow in a conductor is called electromotive force.
Answer:
Explanation:
From the given information:
Let the first weight be
= 80 kg
The weight of the buddy be
= 120 kg
The weight of Bubba be
= 60 kg
Also, since you and Budda are a distance of 4m to each other, then the length to which both meet buddy will be:

The length of the boat be
= 4 m
∴
We can find the center of mass of the system by using the formula:
