Answer:
W = 12.8 KW
Explanation:
given data:
mass flow rate = 0.2 kg/s
Engine recieve heat from ground water at 95 degree ( 368 K) and reject that heat to atmosphere at 20 degree (293K)
we know that maximum possible efficiency is given as



rate of heat transfer is given as



Maximuim power is given as

W = 0.2038 * 62.7
W = 12.8 KW
(E. Call the hospital to take them away
Answer:
//Program was implemented using C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
unsigned int second_a(unsigned int n)
{
int r,sum=0,temp;
int first;
for(int i= 1; I<=n; i++)
{
first = n;
//Check if first digit is 3
// Remove last digit from number till only one digit is left
while(first >= 10)
{
first = first / 10;
}
if(first == 3) // if first digit is 3
{
//Check if n is palindrome
temp=n; // save the value of n in a temporary Variable
while(n>0)
{
r=n%10; //getting remainder
sum=(sum*10)+r;
n=n/10;
}
if(temp==sum)
cout<<n<<" is a palindrome";
else
cout<<n<<" is not a palindrome";
}
}
}
Explanation:
The above code segments is a functional program that checks if a number that starts with digit 3 is Palindromic or not.
The program was coded using C++ programming language.
The main method of the program is omitted.
Comments were used for explanatory purpose.
Answer:
it has 15 horsepower to 300 horsepower and it weighs 2,906 to 3,131
Explanation:
its torque is 142 to 180
it has a inline 4 engine
there's a SE-R which has a turbo
Answer:
A selective medium, a differential medium, and a complex medium.
Explanation:
A selective media is a microbiological media which only support the growth of a particular specie or types of species of microorganisms,this media acts in such a way to inhibit or hinder the growth of other microorganisms.
Differential media are media that acts to Identifying particular strains of microorganisms of similar species.
Complex media are media used for the growth of microorganisms this which contains complex or a wide range of nutrients with chemical composition which may be difficult to determine.