Answer:
The emf and internal resistance of the battery are 9 volt and 2.04 Ω
Explanation:
Given that,
First resistor
Power
Second resistor
Power
We need to calculate the emf and internal resistance
Using formula of emf

For first resistor
....(I)
For second resistor
.....(II)
From equation (I) and (II)

Using component of dividend rule


Now, Put the value of internal resistance in equation (I)




Hence, The emf and internal resistance of the battery are 9 volt and 2.04 Ω
Answer:
The electric potential of the uniformly charge disk is 1392.1 V
Explanation:
Electric potential, for a uniformly charged disk at a distance A, is given as;
![V = \frac{\sigma}{2 \epsilon} [\sqrt{A^2 +R^2} -A]](https://tex.z-dn.net/?f=V%20%3D%20%5Cfrac%7B%5Csigma%7D%7B2%20%5Cepsilon%7D%20%5B%5Csqrt%7BA%5E2%20%2BR%5E2%7D%20-A%5D)
Where;
σ is the charge density = 1.40 μC/m³
ε is the permittivity of free space = 8.85 x 10⁻¹²
A is the distance above the disk = 40 cm = 0.4 m
R is the radius of the disk = 0.12 m
Substitute in these values into the equation above, we will have
![V = \frac{1.4 X 10^{-6}}{2X8,85X10^{-12}}[\sqrt{0.4^2 +0.12^2}-0.4] \\\\V = (79096.05)(0.0176) = 1392.1 V](https://tex.z-dn.net/?f=V%20%3D%20%5Cfrac%7B1.4%20X%2010%5E%7B-6%7D%7D%7B2X8%2C85X10%5E%7B-12%7D%7D%5B%5Csqrt%7B0.4%5E2%20%2B0.12%5E2%7D-0.4%5D%20%5C%5C%5C%5CV%20%3D%20%2879096.05%29%280.0176%29%20%3D%201392.1%20V)
Therefore, the electric potential of the uniformly charge disk is 1392.1 V
Answer:
The carbon atom has greater kinetic energy than a hydrogen atom.
Hope this helps! :)
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.
If we neglect friction/air resistance, then the horizontal component
doesn't change, and the vertical component becomes (9.8 m/s downward)
greater each second thanks to gravity.
So, after 2 seconds, the horizontal component is still 40 m/s, and the
vertical component is (30 - 2·9.8) = 10.4 m/s upward.
Choice #1 says this.