Answer:
Since the weight of the ant is not given, we cannot determined the work done.
Explanation:
Given parameters:
Distance covered = 150m
Unknown:
Work done by mouse = ?
Solution:
To solve this problem, we need to understand that work done is the force applied to move a body through a certain distance.
In this case, work done;
Work done = force x distance
Work done = Weight x distance
Since the weight of the ant is not given, we cannot determined the work done.
The correct answer to
the question that is stated above is letter b, <span>Plate tectonics caused lava to flow. All of the options are mentioned in the theories of the formation of the moon except for letter B.
There are 5 serious theories about the formation of the moon,these are:
</span>The Fission Theory--
The Capture Theory--
The Condensation Theory--
The Colliding Planetesimals Theory--
<span>The Ejected Ring Theory--
See attached file for the description of each theory.</span>
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:
Yes it depends on the column on the periodic table
Answer:
D I think I might be wrong its been a while scense I did something like that