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:
Answer:
There are 45 turns in the secondary coil.
Explanation:
Given that,
Input potential of the lamp, 
The output potential of the lamp, 
Number of turns in primary coil, 
We need to find the number of turns needed on the secondary coil. We know that the ratio for a transformer is as follows :

So, there are 45 turns in the secondary coil.
1. a=Δv/Δt=(v-vo)/t=(0-25)/5=-25/5=-5 m/s²
The "-" sign shows us that the car has a slow motion
2.a=Δv/Δt=(v-vo)/t=(10-0)/4=10/4=2,5 m/s²
3.they do not have acceleration because they go at constant speed
Answer:
M = 0.730*m
V = 0.663*v
Explanation:
Data Given:

Conservation of Momentum:

Energy Balance:

Substitute Eq 2 into Eq 1

Using Eq 1

Answer:
Explanation:
1. Many buyers and sellers participate in the market.
2. Sellers offer identical products.
3. Buyers and sellers are well informed about products.
4. Sellers are able to enter and exit the market freely.