Answer:
engine B is more efficient.
Explanation:
We know that Carnot cycle is an ideal cycle for all working heat engine.In Carnot cycle there are four processes in which two are constant temperature processes and others two are isentropic process.
We also kn ow that the efficiency of Carnot cycle given as follows

Here temperature should be in Kelvin.
For engine A



For engine B



So from above we can say that engine B is more efficient.
Answer: a. 0.4667
b. 0.4667 and C 0.0667
Explanation:
Given Data:
N = population size (10)
n = random selection (2)
r = number of observations = 7
Therefore
f(y) = ( r/y ) ( N - r / n - y ) / ( N /n )
When y = 1
f(1) = ( 7/1 ) ( 10 - 7 / 2 -1 ) / ( 10/2 )
= 7 / 15
= 0.4667
When y = 2
f(2) = ( 7/2 ) ( 10 - 7 / 2 -2 ) / ( 10/2 )
= 7 / 15
= 0.4667
When y = 0
f(0) = ( 7/0 ) ( 10 - 7 / 2 -0) / ( 10/2 )
= 1 / 15
= 0.0667
Answer:
t = 6179.1 s = 102.9 min = 1.7 h
Explanation:
The energy provided by the resistance heater must be equal to the energy required to boil the water:
E = ΔQ
ηPt = mH
where.
η = efficiency = 84.5 % = 0.845
P = Power = 2.61 KW = 2610 W
t = time = ?
m = mass of water = 6.03 kg
H = Latent heat of vaporization of water = 2.26 x 10⁶ J/kg
Therefore,
(0.845)(2610 W)t = (6.03 kg)(2.26 x 10⁶ J/kg)

<u>t = 6179.1 s = 102.9 min = 1.7 h</u>
Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main ()
{
// Variable declaration
string name;
int numQuestions;
int numCorrect;
double percentage;
//Prompt to enter student's first and last name
cout<<"Enter student's first and last name";
cin>>name; // this line accepts input for variable name
cout<<"Number of question on test"; //Prompt to enter number of questions on test
cin>> numQuestions; //This line accepts Input for Variable numQuestions
cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers
cin>>numCorrect; //Enter number of correct answers
percentage = numCorrect * 100 / numQuestions; // calculate percentage
cout<<name<<" "<<percentage<<"%"; // print
return 0;
}
Explanation:
The code above calculates the percentage of a student's score in a certain test.
The code is extracted from the Question and completed after extraction.
It's written in C++ programming language
Answer:
The answer is "Option a".
Explanation:
Myelination was the myelinization mechanism of a neuron axon. The endothelium is enveloped all around the axon and isolates the axon that inhibits the neuronal message from leaking with the other neuronal axons. Inside this example, therefore, its tubes tape worked similarly to those of myelin sheath, which stops brain transmission.