Answer:
thats really hard how could you answerthis hhhhhhh
Answer:
V = 0.30787 m³/s
m = 2.6963 kg/s
v2 = 0.3705 m³/s
v2 = 6.017 m/s
Explanation:
given data
diameter = 28 cm
steadily =200 kPa
temperature = 20°C
velocity = 5 m/s
solution
we know mass flow rate is
m = ρ A v
floe rate V = Av
m = ρ V
flow rate = V =
V = Av = 
V = 
V = 0.30787 m³/s
and
mass flow rate of the refrigerant is
m = ρ A v
m = ρ V
m =
= 
m = 2.6963 kg/s
and
velocity and volume flow rate at exit
velocity = mass × v
v2 = 2.6963 × 0.13741 = 0.3705 m³/s
and
v2 = A2×v2
v2 = 
v2 = 
v2 = 6.017 m/s
Answer:
(C) ln [Bi]
Explanation:
Radioactive materials will usually decay based on their specific half lives. In radioactivity, the plot of the natural logarithm of the original radioactive material against time will give a straight-line curve. This is mostly used to estimate the decay constant that is equivalent to the negative of the slope. Thus, the answer is option C.
Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Answer:
It is a non profit organization that dedicates to licensing professional engineers and surveyors
Explanation: