Answer:

Explanation:
The amplitude of he combined wave is:

A, is the amplitude from the identical harmonic waves
B, is the amplitude of the resultant wave
θ, is the phase, between the waves
The amplitude of the combined wave must be 0.6A:

Answer:
The mass of Uranium present in a 1.2mg sample is 
Explanation:
The ration between Uranium mass and total sample mass is:
For a sample of mass 1.2 mg, the amount of uranium is:

Answer:
10 km East
Displacement is the shortest path between two points.
Answer:
#include <iostream>
#include <vector>
using namespace std;
int main() {
const int NUM_GUESSES = 3;
vector<int> userGuesses(NUM_GUESSES);
int i = 0;
int uGuess = 0;
for(i = 0; i <= userGuesses.size() - 1; i++){
cin >> uGuess;
userGuesses.at(i) = uGuess;
}
cout << endl;
return 0;
}
Explanation:
First inbuilt library were imported. Then inside the main( ) function, 3 was assigned to NUM_GUESSES meaning the user is to guess 3 numbers. Next, a vector was defined with a size of NUM_GUESSES.
Then a for-loop is use to receive user guess via cin and each guess is assigned to the vector.
Answer:39.88 rad/s
Explanation:
Given
mass of cylinder m_1=18 kg
radius R=1.7 m
angular speed 
mass of
dropped at r=0.3 m from center
let
be the final angular velocity of cylinder
Conserving Angular momentum




