Answer:
Diffusion is driven by differences in concentration. When chemical substances such as perfume are let loose in a room, their particles mix with the particles of air. Diffusion in gases is quick because the particles in a gas move quickly. It happens even faster in hot gases because the particles of gas move faster.
Answer:
There was an electron transfer where the marble has lost the same amount of electrons (being positively charged) that the piece of silk has gained (being negatively charged).
Explanation:
As a result of this transfer of electrons and the charges induced in the objects they will attract.
When a body is endowed with electrical properties, that is, it acquires electrical charges, it is said to have been electrified.
Electrification is one of the phenomena that studies electrostatics.
To explain how static electricity originates, we must consider that matter is made of atoms, and atoms of charged particles, a nucleus surrounded by a cloud of electrons. Normally, matter is neutral (not electrified), it has the same number of positive and negative charges.
Some atoms are easier to lose their electrons than others. If a material tends to lose some of its electrons when it comes into contact with another, it is said to be more positive in the Triboelectric series. If a material tends to capture electrons when it comes into contact with another material, that material is more negative in the triboelectric series.
If you start with 40.0 grams of the element at noon, 10.0 grams
radioactive element will be left at 2 p.m. The correct answer between
all the choices given is the second choice or letter B. I am hoping that this
answer has satisfied your query and it will be able to help you in your
endeavor, and if you would like, feel free to ask another question.
Answer: high iridium levels in a 66- million-year-old clay layer in Denmark and Italy
Explanation:
Answer:
class sum (
public static void sumofvalue (int m, int n, int p)
{
System.out.println(m);
System.out.println(n);
System.out.println(p);
int SumValue=m+n+p;
System.out.println("Average="+Sumvalue/3);
}
)
Public class XYZ
(
public static void main(String [] args)
{
sum ob=new sum();
int X=3;
int X=4;
int X=5;
ob.sumofvalue(X,Y,Z);
int X=7;
int X=8;
int X=10;
ob.sumofvalue(X,Y,Z);
}
)
Explanation:
The above program is made in Java, in which first we have printed value in a separate line. After that, the average value of those three values has been printed according to the question.
The processing of the program is given below in detail
* The first one class named 'sum' has been created which contains the function to print individual value and the average of those three values.
* In seconds main class named 'XYZ', the object of that the above class had been created which call the method of the above class to perform functions.
* In the main class values are assigned to variables X, Y, Z.