Answer:
Volumetric cylinders and volumetric flasks are used to measure volume of liquids contained in them. They are calibrated for volume included in them - this is indicated by the marking "IN". The liquid has accurate volume when it reaches the corresponding marking on the scale. Volume is usually indicated in mL. Mark me brainliest please
Explanation:
Let solve the program using Java programming language
Method: method means group of statements to perform some operation.
let call the method sum.
Parameters: list of variables that are use in the method for declaration.
<u>The code</u>
public int sum (int number)
int answer;
if (number == 1)
answer = number;
else
{
int half = number/2;
int span = number - half;
answer = sum(half) + sum(span) + (half * span);
}
answer result;
}
Firstly we defined the method called sum(), the method takes only one parameter which is number and return the answer(sum of the integers 1 and N).
if the number is equal to 1, so it will return the number and if the number is not equal to 1 it will divide the number by 2 and get the span(span used to shift upper range).And result will add sum of half, sum of span and product of half span.
Answer:
the intellectual and practical activity encompassing the systematic study of the structure and behaviour of the physical and natural world through observation and experiment.
The correct answer is C. microwaves, infrared, visible, gamma rays
Electromagnetic waves arranged in order of frequencies and wavelengths form the electromagnetic spectrum. In the order of decreasing frequency we obtain the following sequence.
Gamma ray>x-ray>ultraviolet >visible light>infrared light>microwaves>radio waves.
According to the Einsteins equation, E=hf, Energy is directly proportional to frequency. the higher the frequency the higher the energy of the photon and vice-versa.
Answer:
346819 Pa or ,347000 Pa in 3 significant figures
Explanation:
P1= 325000Pa , T1= 283K ,
P2=? T1= 302 K
as here volume and mass both are constant so using ratio method for pressure temperature law we have P1/T1 = P2/T2
THIS WE CAN ALSO OBTAIN BY RATIO METHOD FOR GENERAL GAS LAW AS
P1V1/(m1T1 ) = P2 V2/ (m2 T2)
IF V1 = V2 =V AND m1=m2=m then expression reduces to
P1/T1 = P2/T2
or P2 = (P1/T1)×T2
P2 = (325000/283) × 302
P2 = 1148.41×302
P2=346819
P2 = 347000 Pa in 3 significant figures