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:
A man pushes a couch across the room is the answer!
Answer:
The initial vertical velocity is zero, u = 0 m/s
Explanation:
Given;
height of the table, h = 0.55 m
horizontal distance traveled by the tennis, x = 0.12 m
Apply the following kinematic equation;
h = ut + ¹/₂gt²
where;
u is the initial vertical velocity = 0, since the tennis ball rolled off the edge of a table.
h = ¹/₂gt²
The time to fall from the vertical height is given by;
![t = \sqrt{\frac{2h}{g} } \\\\t = \sqrt{\frac{2(0.55)}{9.8} }\\\\t = 0.335 \ s](https://tex.z-dn.net/?f=t%20%3D%20%5Csqrt%7B%5Cfrac%7B2h%7D%7Bg%7D%20%7D%20%5C%5C%5C%5Ct%20%3D%20%5Csqrt%7B%5Cfrac%7B2%280.55%29%7D%7B9.8%7D%20%7D%5C%5C%5C%5Ct%20%3D%200.335%20%5C%20s)
The initial horizontal velocity of the tennis is given by;
x = vₓt
vₓ = x / t
vₓ = (0.12) / (0.335)
vₓ = 0.358 m/s
Therefore, the initial vertical velocity is zero, u = 0 m/s and initial horizontal velocity, vₓ is 0.358 m/s
Answer: Colby we both dumb if we need brainly lol
Explanation:
Answer:
1. 8437500 N
2. The force between the two charges is attractive.
Explanation:
1. Determination of the force between the two charges.
Charge 1 (q₁) = –2.0 C
Charge 2 (q₂) = 3.0 C
Distance apart (r) = 80 m
Electrical constant (K) = 9×10⁹ Nm²/C²
Force (F) =?
F = Kq₁q₂ / r²
F = 9×10⁹ × 2 × 3 / 80²
F = 5.4×10¹⁰ / 6400
F = 8437500 N
Thus, the force of attraction between the two charges is 8437500 N
2. From the question given, the charges are:
Charge 1 (q₁) = –2.0 C
Charge 2 (q₂) = 3.0 C
We understood that like charges repels while unlike charges attract. Since the two charges (i.e –2 C and 3 C) has opposite signs, it means they will attract each other.
Thus the force between them is attractive.