Answer:
sum2 = 0
counter = 0
lst = [65, 78, 21, 33]
while counter < len(lst):
sum2 = sum2 + lst[counter]
counter += 1
Explanation:
The counter variable is initialized to control the while loop and access the numbers in <em>lst</em>
While there are numbers in the <em>lst</em>, loop through <em>lst</em>
Add the numbers in <em>lst</em> to the sum2
Increment <em>counter</em> by 1 after each iteration
Answer:
4. A series of steps engineers use to solve problems.
Explanation:
The process of engineering design is a sequence of procedures that engineers pursue to arrive at a solution to a specific problem. Most times the solution includes creating a product such as a computer code, which fulfills certain conditions or performs a function. If the project in-hand includes designing, constructing, and testing it, then engineers probably adopt the design process. Steps of the process include defining the problem, doing background research, specifying requirements, brainstorming solutions, etc.
Answer:
a) Cr = Co - Fx / D
b) ΔC / Δx = ( CR - Cr ) / ( xR - xRo )
Explanation:
A) Derive an expression for the profile c(r) inside the tissue
F = DΔC / X = D ( Co - Cr ) / X ------ 1
where : F = flux , D = drug diffusion coefficient
X = radial distance between Ro and R
Hence : Cr = Co - Fx / D
B) Express the diffusive flux at outer surface of the balloon
Diffusive flux at outer surface = ΔC / Δx = CR - Cr / xR - xRo
Answer:
I = 8.3 Amp
potential drop = 83 V
Explanation:
Power = 100 KW
V = 12,000 V
R = 10 ohms
a)
Calculate current I in each wire:
P = I*V
I = P / V
I = 100 / 12 = 8.333 A
b)
Calculate potential drop in each wire:
V = I*R
V = (8.3) * (10)
V = 83 V