Answer:
f=1.59 Hz
Explanation:
Given that
Simple undamped system means ,system does not consists any damper.If system consists damper then it is damped spring mass system.
Velocity = 100 mm/s
Maximum amplitude = 10 mm
We know that for a simple undamped system spring mass system

now by putting the values

100 = ω x 10
ω = 10 rad/s
We also know that
ω=2π f
10 = 2 x π x f
f=1.59 Hz
So the natural frequency will be f=1.59 Hz.
A staircase what makes it a lever is another objects used to displace the force better
Answer:
Resistance of copper = 1.54 * 10^18 Ohms
Explanation:
<u>Given the following data;</u>
Length of copper, L = 3 kilometers to meters = 3 * 1000 = 3000 m
Resistivity, P = 1.7 * 10^8 Ωm
Diameter = 0.65 millimeters to meters = 0.65/1000 = 0.00065 m
Radius = 0.000325 m
To find the resistance;
Mathematically, resistance is given by the formula;

Where;
- P is the resistivity of the material.
- L is the length of the material.
- A is the cross-sectional area of the material.
First of all, we would find the cross-sectional area of copper.
Area of circle = πr²
Substituting into the equation, we have;
Area = 3.142 * (0.000325)²
Area = 3.142 * 1.05625 × 10^-7
Area = 3.32 × 10^-7 m²
Now, to find the resistance of copper;


<em>Resistance = 1.54 * 10^18 Ohms </em>
Answer:
Shining lantern Magic beans
Explanation:
I will explain the code line by line.
The first statement contains a string type variable magicPowers and second statement has an int type variable experienceLevel which is initialized by value 9.
Nested if statement are used and lets see which of those statements execute.
The first if statement checks if the value of experienceLevel is greater than 10. This statement evaluates to false because the value of experienceLevel is set to 9. Then the program control moves to the next if statement.
The second if statement checks if the value of experienceLevel is greater than 8. This if condition evaluates to true because the value of experienceLevel is 9. So this if statement is executed which contains the statement magicPowers = magicPowers + "Shining lantern "; . This means magicPowers stores the string Shining lantern.
The third if statement checks if the value of experienceLevel is greater than 2. As the value of experienceLevel is 9 so this condition also evaluates to true which means the statement magicPowers = magicPowers + "Magic beans "; is executed. This statement means magicPowers stores the string Magic Beans
You can use a print statement to display the output on the screen as:
System.out.print(magicPowers);
Output:
Shining lantern Magic beans
The program along with the output is attached as a screenshot.
Budget analyst : review a company’s expenses to determine if they exceed the targets.
Bill collector: locate people who owe money and negotiate payment plans
Claims adjuster: contact doctors and employers to ensure that there is no insurance fraud.