Explanation:
Given that,
Initial speed of a car, u = 60 km/h = 16.67 m/s
Acceleration, a = 2m/s²
Final speed, v = 120 km/h = 33.33 m/s
We need to find the distance traveled and the time taken to make the distance.
acceleration = rate of change of velocity

let the distance be d.

Hence, the distance traveled and the time taken to make the distance is 208.25 m and 8.33 seconds respectively.
Answer:
Water normally freezes at 0°C (32°F). Salt lowers the freezing temperature. (That is, it can remain a liquid at much lower temperatures.)
When sprinkled on ice, the salt lowers the freezing temperature of the water which effectively melts the ice when the salt dissolves into it. There is a limit to how low it can reduce the temperature, though. If the temperature drops below -9°C (15°F), it's too cold for the salt to dissolve into the ice.
When making ice cream, the salt lowers the temperature of the ice and water sufficiently enough to freeze the cream.
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.
Fossil fuel are collected and turned into oils like car gas and many other products have fossil fuels in them and we don't even realize it idk oil was made out of fossils till i studied fossils in class Hope this helps:)
The amount of gravitational force between both objects will be the same.
The magnitude of the Earth's gravitational force exerted on the housekeeper is calculated by applying Newton's second law of motion;
F = mg
where;
<em>m </em><em>is the mass of the housekeeper</em>
<em>g </em><em>is acceleration due to gravity</em>
According to Newton's third law of motion, action and reaction are equal and opposite.
The force exerted on the housekeeper by the Earth is equal in magnitude to the force exerted on the Earth by the housekeeper.

The two forces are equal in magnitude but opposite in direction.
Thus, the correct option is " the amount of gravitational force between both objects will be the same"
<em>The</em><em> missing part</em><em> of the </em><em>question </em><em>is below:</em>
a. the Earth exerts the largest amount of gravitational force
b. the housekeeper exerts the largest amount of gravitational force
c. the amount of gravitational force between both objects will be the same
Learn more about Newton's third law of motion here: brainly.com/question/15507