Answer:
total width bandwidth = 8kHz
Explanation:
given data
transmitter operating = 3.9 MHz
frequencies up to = 4 kHz
solution
we get here upper side frequencies that is
upper side frequencies = 3.9 ×
+ 4 × 10³
upper side frequencies = 3.904 MHz
and
now we get lower side frequencies that is
lower side frequencies = 3.9 ×
- 4 × 10³
lower side frequencies = 3.896 MHz
and now we get total width bandwidth
total width bandwidth = upper side frequencies - lower side frequencies
total width bandwidth = 8kHz
Answer:
B.197 gpm and 12.4 L/s
Explanation:
Given that
Load Q = 404.5 KW
Water inlet temperature= 6.1 °C
Water outlet temperature= 13.9°C
We know that specific heat for water

Now from energy balance

by putting the values


(1 Kg/s = 15.85 gal/min)
We can say that
We know that

12.38=1000 x volume flow rate

So
volume flow rate = 12.38 L/s
So the option B is correct.
Answer:
1
Created on Nov 3, 2018 @author: ASLand
7import atexit
#Read, nanes of both files
Rrintll"Enter tvo files to be compared below
userliamel input ("Enter the nome of the first file: ")
userliame2 input("Enter the name of the second file: ")
ROpen each file
f1 - open(userNamel, r')
@17 f2 = opan(useriame 2, )
tread all the lines into a list
d1 f1.readlines ()
d2 f2.readlines()
re equivalent, print "Yes" else pri
oiterate, and conpare
#11
the
y
if dl == d2:
print("Yes")
atexit
elif for i in range(@, min(len (d1), len(d2))):
if di[i]!=d2[i]:
PCint("No")
print(d1[i])
pcint(d2[])
Answer: The complete part of the question is to find the exit velocity
Explanation:
Given the following parameters
Inlet pressure = 700kpa
outlet pressure = 40kpa
Temperature = 80°C = 353k
mass flow rate = 1 kg/s
The application of the continuity and the bernoulli's equation is employed to solve the problem.
The detailed steps and the appropriate formula is as shown in the attached file.