Answer:
The surface temperature increases when two bodies are rubbed against each other due to friction.
Explanation:
No object has a perfectly even surface. So, when two bodies with uneven surfaces are rubbed against each other, they experience friction.
Friction is a resistance experienced by the two bodies when they are moved against each other.
The friction between the two surfaces, converts the kinetic energy of the movement to the thermal energy.
Thus, resulting in rise in the surface temperature of the two bodies.
Therefore, when two bodies are rubbed against each other, the surface temperature increases due to friction.
s 0Miles (short), 150 Miles(medium), and 300 Miles (long).
Explanation:
Answer:
class TriangleNumbers
{
public static void main (String[] args)
{
for (int number = 1; number <= 10; ++number) {
int sum = 1;
System.out.print("1");
for (int summed = 2; summed <= number; ++summed) {
sum += summed;
System.out.print(" + " + Integer.toString(summed));
}
System.out.print(" = " + Integer.toString(sum) + '\n');
}
}
}
Explanation:
We need to run the code for each of the 10 lines. Each time we sum numbers from 1 to n. We start with 1, then add numbers from 2 to n (and print the operation). At the end, we always print the equals sign, the sum and a newline character.
Answer:The Urban heat island temperature will be REDUCED.
Two Impacts of Rooftop gardens
1) provision of shade against Sunlight.
2) It helps to purify the air around the building.
Explanation: Rooftop gardens are gardens made on top of the roofs of buildings, it is a Green initiative aimed at helping to improve the overall Environment.
Rooftop gardens have several significant benefits which includes
Reduction of the surrounding temperatures and the Urban heat Island temperatures.
Rooftop gardens helps to shade the roof from the direct impacts of harsh weather conditions.
Generally, plants are known as air purifiers as they remove the excess Carbondioxide around the environment through photosynthesis, and they also help to release water vapor which will help to improve the humidity of the environment.
Answer:
Technician b is correct
Explanation:
Before adjusting drive-belt tension, it is very important to check the vehicle workshop manual for specified belt tension, so that you can match your reading against the specification in the vehicle's service manual. If the tension reading you have matches the suggested reading in the vehicle's service manual and the belt is not damaged then you do not need to proceed any further. But if the reading does not match, then you can adjust the belt tension.
Therefore, technician b is correct.