Answer:
<h2>698.3Kpa</h2>
Explanation:
Step one:
given data
V1=0.25m^3
T1=290k
P1=100kPa
V2=0.5m^2
T2=405k
P2=? final pressure
Step two:
The combined gas equation is given as
P1V1/T1=P2V2/T2
Substituting we have
(100*0.25)/290=P2*0.05/405
25/290=0.5P2/405
0.086=0.05P2/405
cross multiply
0.086*405=0.05P2
34.9=0.05P2
divide both sides by 0.05
P2=34.9/0.05
P2=698.3Kpa
<u>Therefore the new pressure is 698.3Kpa when the gas is compressed</u>
Answer:
The statement can be written as
int result = cube(4);
Explanation:
A function is a block of reusable codes to perform some tasks. For example, the function in the question is to calculate the cube of a number.
A function can also operate on one or more input value (argument) and return a result. The <em>cube </em>function in the question accept one input value through its parameter <em>number </em>and the <em>number</em> will be multiplied by itself twice and return the result.
To call a function, just simply write the function name followed with parenthesis (e.g. <em>cube()</em>). Within the parenthesis, we can include zero or one or more than one values as argument(s) (e.g. <em>cube(4)</em>).
We can then use the "=" operator to assign the return output of the function to a variable (e.g. <em>int result = cube(4)</em>)
Answer:
They don't make a positive change in the world because they have made mistakes that aren't able to be made fixed and there are a lot of engineers who haven't study enough and know the important basis of coming to engineer.
Answer:
Explanation:
The detailed steps is as shown in the attachment.