Answer: ALL CAREFULLY ANSWERED CORRECTLY.
Explanation:
1) A loaf of Bread PHYSICAL SYSTEM
✓ How can the environment affect the edibility of the bread
✓ What are the constituents that makes up the bread
✓ What process is involved in these constituents mixing to form the loaf.
2) The law of thermodynamics makes us to understand that when heat/energy passes through a system, the systems internal energy changes with respect to the conservation of energy law. That is energy lost = energy gained. Typically, ice would melt in a cup of hot tea because of the thermal energy in the molecules of the hot tea. When you heat a material, you are adding thermal kinetic energy to its molecules and usually raising its temperature. The temperature of the ice raises due to the kinetic energy added to it and it melts to water.
3) The theory of systems view the world as a complex system of interconnected parts. If we consider the society; (financial systems, political systems, etc) we will agree that they individually have their own components and it's the summation of this components that makes the system, this implies that system thinking could be applicable in this kinda of systems as long as they are made up of components.
4) Technology has boosted every sector of our lives and it has the capacity to do more. Restricting it's importance to entertainment alone would be an underusing of its potentials. Engineering students infact should not need any drive to be encouraged about maximizing all it can do in shaping our world.
5) ~ Nature shows its splendid soul
~Never ceases to leave us in amazement
~And we are in love
Answer: No
Explanation:
Length= 2cm= 20mm
Now meter stick can read to nearest millimeter.
It is given that length is to be measured with a precision of 1% of 20mm= 1/100 * 20= 0.2mm
Since the least count is 1mm of meter stick and precision required is less than that. So, meter stick cannot be used for this, travelling microscope can be used for this as it can read to 0.1mm.
Answer:
Explanation:
Step 1:
a) The formula for compute greatest advisor is
gcd(m,n) = gcd (n,m mod n)
the gcd(31415,14142) by applying Euclid's algorithm is
gcd(31,415,14,142) =gcd(14,142,3,131)
=gcd=(3,131, 1,618)
=gcd(1,618, 1,513)
=gcd(1,513, 105)
=gcd(105, 43)
=gcd(43, 19)
=gcd(19, 5)
=gcd(5, 4)
=gcd(4, 1)
=gcd(1, 0)
=1
STEP 2
b) The number of comparison of given input with the algorithm based on checking consecutive integers and Euclid's algorithm is
The number of division using Euclid's algorithm =10 from part (a)
The consecutive integer checking algorithm:
The number of iterations =14,142 and 1 or 2 division of iteration.
14,142 ∠= number of division∠ = 2*14,142
Euclid's algorithm is faster by at least 14,142/10 =1400 times
At most 2*14,142/10 =2800 times.
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