Answer:
4 m/
Explanation:
From Equilibrium of forces, The Tension in string is cancelled by the Weight (product of mass and acceleration due to gravity) of the body acting downwards.
The Net force = Mass * Acceleration.
Since Net Force = 20 Newton, Mass = 5kg, therefore;
20 = 5kg * acceleration. Dividing the RHS and LHS of the equation by 5, we have;
Acceleration =
which gives 4.
Note: RHS means Right Hand Side.
LHS means Left Hand Side.
Answer:
The difference is 7.6 grams.
Explanation:
In mathematics the difference of two numbers is express as the subtraction between them:

So to find out the difference between the two measured masses, a will be represented by 123.6 grams since is the bigger number, and b by 115.972 grams.
Therefore, it is get:

<u>Hence, the difference is 7.6 grams. </u>
The result of 7.628 will be expressed as 7.6 to have the correct number of significant figures.
Notice how that can be express in units of kilograms too since there is 1000 gram in 1 kilogram:
⇒ 
Answer:
7.2g
Explanation:
From the expression of latent heat of steam, we have
Heat supplied by steam = Heat gain water + Heat gain by calorimeter
mathematically,
+
=
+
L=specific latent heat of water(steam)=2268J/g
=specific heat capacity=4.2J/gK
=specific heat capacity of calorimeter =0.9J/gk
=280g
=38g
α=change in temperature
=(40-25)=15
=(40-25)=15
=(100-40)=60
Note: the temperature of the calorimeter is the temperature of it content.
From the equation, we can make
the subject of formula

Hence

Hence the amount of steam needed is 7.2g
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.
Simple reaction time involves selecting a
specific and correct response from several choices when presented with several
different stimuli. This is very important because historically, this was the
first indicators of intelligence pioneered by Francis Galton. To measure one’s
intelligence is to know how he quick a person could respond to the stimulus
with an already expected response wherein the stimulus is given unknown to the
receiver. In other terms, the intelligence is measured on how quick a person
could grasp certain concepts and how he could think fast and answer them
correctly.
<span> </span>