Answer:
<u><em>To answer this question we assumed that the area units and the thickness units are given in inches.</em></u>
The number of atoms of lead required is 1.73x10²³.
Explanation:
To find the number of atoms of lead we need to find first the volume of the plate:

<u>Where</u>:
A: is the surface area = 160
t: is the thickness = 0.002
<u><em>Assuming that the units given above are in inches we proceed to calculate the volume: </em></u>
Now, using the density we can find the mass:

Finally, with the Avogadros number (
) and with the atomic mass (A) we can find the number of atoms (N):
Hence, the number of atoms of lead required is 1.73x10²³.
I hope it helps you!
Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main ()
{
// Variable declaration
string name;
int numQuestions;
int numCorrect;
double percentage;
//Prompt to enter student's first and last name
cout<<"Enter student's first and last name";
cin>>name; // this line accepts input for variable name
cout<<"Number of question on test"; //Prompt to enter number of questions on test
cin>> numQuestions; //This line accepts Input for Variable numQuestions
cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers
cin>>numCorrect; //Enter number of correct answers
percentage = numCorrect * 100 / numQuestions; // calculate percentage
cout<<name<<" "<<percentage<<"%"; // print
return 0;
}
Explanation:
The code above calculates the percentage of a student's score in a certain test.
The code is extracted from the Question and completed after extraction.
It's written in C++ programming language
Answer:
Relative density = 0.545
Degree of saturation = 24.77%
Explanation:
Data provided in the question:
Water content, w = 5%
Bulk unit weight = 18.0 kN/m³
Void ratio in the densest state,
= 0.51
Void ratio in the loosest state,
= 0.87
Now,
Dry density, 

= 17.14 kN/m³
Also,

here, G = Specific gravity = 2.7 for sand

or
e = 0.545
Relative density = 
= 
= 0.902
Also,
Se = wG
here,
S is the degree of saturation
therefore,
S(0.545) = (0.05)()2.7
or
S = 0.2477
or
S = 0.2477 × 100% = 24.77%