First of all, we know that one mole is equal to the atomic number of an element.
The atomic number of gold is <span>197.0g Au
And we need to find 5 moles.
5 * 197.0 g Au = </span><span>985.0g
Grams is used to measure mass.
Answer: </span>985.0g
Answer:
A
Explanation:
Constant speed (without change in direction) is not accelerating. If you are slowing down, speeding up, or changing direction, you are accelerating
if rebecca stands in front of david at a distance of do and david perceives the position of rebecca at di, di will be +84 cm
<h3>What is focal length ?</h3>
How strongly light converges or diverges depends on an optical system's focal length, which is the inverse of optical power. A system with a positive focus length is said to converge light, whereas one with a negative focal length is said to diverge light.
focal length = +60 cm
magnification m = -0.40
focal length being positive an magnification negative.
given lens is a convex lens.
for a lens
m = di/do and 1/f = (1/di) - (1/do)di
= -0.4do1/f = (1/-0.4do) - 1/do do
= -210 cmdi = -0.4 * -210
di = +84 cm
To learn more about focal length go to - brainly.com/question/25779311
#SPJ4
Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
<h3 /><h3>Line of code for force and acceleration</h3>
- In mechanics, acceleration refers to the rate at which an object's velocity with respect to time varies.
- Acceleration is a vector quantity (in that they have magnitude and direction).
- The direction of an object's acceleration is determined by the direction of the net force acting on it.
- Newton's Second Law states that the combined effect of two factors determines how much an item accelerates.
- The size of the net balance of all external forces acting on the object is, in accordance with the materials used to create it.
- It inversely proportional to its mass, whereas the magnitude of the net resultant force is directly proportional to the net force.
def force(mass, acceleration):
force_val = mass*acceleration
return force_val
10 is assigned to mass and 9.81 is assigned to acceleration
def force(10, 9.81)
So, Line of code will call force with a value of 10 for mass and a value of 9.81 for acceleration is force(10, 9.81).
Learn more about acceleration here:
brainly.com/question/460763
#SPJ4
0.2 is the value of coefficient of friction (k)
F=kN
F=horizontal force
n=Normal Force
k=coefficient of friction
k=F/N
k=200/1000
k=0.2
The ratio of the normal force pushing two surfaces together to the frictional force preventing motion between them is known as the friction coefficient. Usually, the Greek letter mu is used to indicate it .N is the normal force, and F is the frictional force, hence F = N/N.
Due to the fact that both F and N are measured in units of force, the coefficient of friction has no dimensions (such as newtons or pounds). The coefficient of friction can have a variety of values for both static and dynamic friction. Static friction occurs when an object encounters friction that resists any applied force, keeping the object at rest until the static frictional force is released. In kinetic friction, the frictional force resists the motion of the object.
To know more about coefficient of friction visit brainly.com/question/136431
#SPJ1