Answer:
15.64 MW
Explanation:
The computation of value of X that gives maximum profit is shown below:-
Profit = Revenue - Cost
= 15x - 0.2x 2 - 12 - 0.3x - 0.27x 2
= 14.7x - .47x^2 - 12
After solving the above equation we will get maximum differentiate for profit that is
14.7 - 0.94x = 0
So,
x = 15.64 MW
Therefore for computing the value of X that gives maximum profit we simply solve the above equation.
Answer:
See explanation
Explanation:
The magnetic force is
F = qvB sin θ
We see that sin θ = 1, since the angle between the velocity and the direction of the field is 90º. Entering the other given quantities yields
F
=
(
20
×
10
−
9
C
)
(
10
m/s
)
(
5
×
10
−
5
T
)
=
1
×
10
−
11
(
C
⋅
m/s
)
(
N
C
⋅
m/s
)
=
1
×
10
−
11
N
Answer:
#include <iostream>
#include <iomanip>
#include <string>
using namespace std;
int main() {
string name[5];
int age[5];
int i,j;
for ( i = 0; i<=4; i++ ) {
cout << "Please enter student's name:";
cin >> name[i];
cout << "Please enter student's age:";
cin >> age[i];
}
for (i=0;i<=4;i++){
cout<<"Age of "<< name[i]<<" is "<<age[i]<<endl;
}
}
Output of above program is displayed in figure attached.
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