Answer:
the correct answer is it cannot
<u>Answer:</u>
My suggestions are given below:
<em>Method 1:</em> Can create series of questions from book-inside and take an open-book test. Open-book test method is one of the best way to learn
<em>Method 2:</em> Written test is always necessary to really understand how much they remember the concept
<em>Method 3:</em> Participate in online quiz related to the learning outcome given in the question
<em>Method 4: </em>Answer questions from the reference books
<em>Method 5:</em> Go to library or review online books for further study.
def print_feet_inch_short(num_feet, num_inches):
#function named print_feet_inch_short takes in two arguments.
print(str(num_feet)+"'",str(num_inches)+"\"")
#output the feet and inch value supplied with the shorthand sign of feet and inch using string concatenation.
num_feet = int(input())
#allows user to specify a feet value and stores it in num_feet
num_inches = int(input())
#allows user to specify an inch value and stores it in num_inch
print_feet_inch_short(num_feet, num_inches)
#calling the function with the number of feets and inches given by user.
Learn more : brainly.com/question/18318709
Answer:
1.6666 g/mol = 1
g/mol
Explanation:
Molar mass of NaOH= 23+16+1 =40g/mol
Mols in 15g = 15/40 mol
If this was dissolved in 225ml of water molarity of the solution is
÷ 225 x 1000 = 1.6666 g/mol = 1
g/mol