Given data:
•) applied voltage = 15 V
•). Resistance = 1000 ohm
Required:
•). The magnitude of current= ?
•••••••••••••SOLUTION•••••••••••••
We can find the relation ship between current, voltage and resistance with the help of Ohms law.
According to ohms law;
V= IR.
Rearranging the above equation;
I= V/ R
Putt the values in the above equation; we get
I= 15V/ 1000ohm
I = 0.015 A( ampere)
••••••••••••••• CONCLUSION•••••••
The value of the current would be 0.15 ampere when Resistance is equal to 1000 and that of Voltage is equal to 15 V.
Answer:
Explanation:
% Clears variables and screen
clear; clc
% Asks user for input
n = input('Total number of objects: ');
r = input('Size of subgroup: ');
% Computes and displays permutation according to basic formulas
p = 1;
for i = n - r + 1 : n
p = p*i;
end
str1 = [num2str(p) ' permutations'];
disp(str1)
% Computes and displays combinations according to basic formulas
str2 = [num2str(p/factorial(r)) ' combinations'];
disp(str2)
=================================================================================
Example: check
How many permutations and combinations can be made of the 15 alphabets, taking four at a time?
The answer is:
32760 permutations
1365 combinations
==================================================================================
Answer:
a)
b)
Explanation:
Given that:
diameter d = 12 in
thickness t = 0.25 in
the radius = d/2 = 12 / 2 = 6 in
r/t = 6/0.25 = 24
24 > 10
Using the thin wall cylinder formula;
The valve A is opened and the flowing water has a pressure P of 200 psi.
So;
b)The valve A is closed and the water pressure P is 250 psi.
where P = 250 psi
The free flow body diagram showing the state of stress on a volume element located on the wall at point B is attached in the diagram below
Answer:
Mechanical Efficiency = 83.51%
Explanation:
Given Data:
Pressure difference = ΔP=1.2 Psi
Flow rate =
Power of Pump = 3 hp
Required:
Mechanical Efficiency
Solution:
We will first bring the change the units of given data into SI units.
Now we will find the change in energy.
Since it is mentioned in the statement that change in elevation (potential energy) and change in velocity (Kinetic Energy) are negligible.
Thus change in energy is
As we know that Mass = Volume x density
substituting the value
Energy = Volume * density x ΔP / density
Change in energy = Volumetric flow x ΔP
Change in energy = 0.226 x 8.274 = 1.869 KW
Now mechanical efficiency = change in energy / work done by shaft
Efficiency = 1.869 / 2.238
Efficiency = 0.8351 = 83.51%