Answer:
// Program is written in C++
// Comments are used to explain some lines
// Only the required function is written. The main method is excluded.
#include<bits/stdc++.h>
#include<iostream>
using namespace std;
int divSum(int num)
{
// The next line declares the final result of summation of divisors. The variable declared is also
//initialised to 0
int result = 0;
// find all numbers which divide 'num'
for (int i=2; i<=(num/2); i++)
{
// if 'i' is divisor of 'num'
if (num%i==0)
{
if (i==(num/i))
result += i; //add divisor to result
else
result += (i + num/i); //add divisor to result
}
}
cout<<result+1;
}
Answer:
=
in thirty seconds.
Explanation:
one thirty second is one part out of 32 equal section . It is used to describe amounts accurately.
can be easily expressed as 
120 volt divided by 22 ampere
= 5.4545454545455 ohm (Ω)
P = V × I
= 120 volt × 22 ampere
= 2640 watt (W)
Answer:
because they taste good :)
Answer:
Explanation:
Diffusion flux of a gas, J is given by
where
is permeability coefficient,
P is pressure difference and x is thickness of membrane.
The pressure difference will be 10,000 Pa- 3000 Pa= 7000 Pa
At 298 K, the permeability coefficient of water vapour through polypropylene sheet is
Since the thickness of sheet is given as 1mm= 0.1 cm then
Therefore, the diffusion flux is