Answer:
The probable grain-coarsening mechanism is : Ideal grain growth mechanism
( - = kt )
Explanation:
The plot attached below shows the time dependence of the growth of grain.
The probable grain-coarsening mechanism is : Ideal grain growth mechanism
the ideal growth follows this principle = = kt
d = final grain size
= initial grain size
k = constant ( temperature dependent )
t = 0
Answer:
yes
- electric and/or hybrid cars
- microwave ovens
- LED lighting
- low-power electronics
Explanation:
Advances in technology and changes in social organization have brought about reductions in energy use on many fronts.
- hybrid/electric vehicles have reduced transportation energy needs
- microwave ovens have reduced cooking energy needs
- LED lighting has reduced lighting energy needs
- low-power electronics have reduced the energy cost of technology and entertainment
- heat pumps and insulated windows have reduced energy needs for home heating and cooling
- zoning laws have reduced the need for travel to work and shopping areas
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:
Explanation:
Given that
R=8 ft
Width= 10 ft
We know that hydro statics force given as
F=ρ g A X
ρ is the density of fluid
A projected area on vertical plane
X is distance of center mass of projected plane from free surface of water.
Here
X=8/2 ⇒X=4 ft
A=8 x 10=80
So now putting the values
F=ρ g A X
F=62.4(32.14)(80)(4)
Answer:
T=151 K, U=-1.848*10^6J
Explanation:
The given process occurs when the pressure is constant. Given gas follows the Ideal Gas Law:
pV=nRT
For the given scenario, we operate with the amount of the gas- n- calculated in moles. To find n, we use molar mass: M=102 g/mol.
Using the given mass m, molar mass M, we can get the following equation:
pV=mRT/M
To calculate change in the internal energy, we need to know initial and final temperatures. We can calculate both temperatures as:
T=pVM/(Rm); so initial T=302.61K and final T=151.289K
Now we can calculate change of U:
U=3/2 mRT/M using T- difference in temperatures
U=-1.848*10^6 J
Note, that the energy was taken away from the system.