Answer:
This simulation will be done using Python programming language
# Program is written in Python
# Comments are used for explanatory purpose
# Program starts here
stringtocheck = open('PrideAndPrejudice.txt', encoding='utf-8').
read()
#Split words
splitwords = np.array(string.split())
In []:
# Initialise trial simulation to 10000 in test variable
test = 10000
# Initialise diff to 0
diff = 0
# iterate for possible words in PrideAndPrejudice
for i in np.arange(test):
# search for 2 words
words = np.random.choice(splitwords, 2)
#implement the condition in hint above
iflen(words.item(0)) != len(words.item(1)) != len(words.item(2)) != len(words.item(0)):
#calcuate result
diff = diff + 1
num_different = diff/test
Answer:
you sure it's asking volume, not area?
4.) area = 1/2 (pi*r^2)
= 1/2 (pi*22^2)
= 1/2 (pi * 484)
= 1/2 (1519.76)
= 759.88
5.) area = 1/2*b*h
= 1/2*(20.4)*(14.6)
6.) area = 1/2 * (B1+B2) * h
= 1/2 (33+25) * h
h = Pythagorean theorem = 16.1245
= 1/2*(58)*16.1245
Just need points sorry for not answering you question
I think it is the last one
The steam engine of Thomas Newcomen and James Watt used the same principle of creating a vacuum and using steam to drive the device. The difference is that in James Watt's version, he uses a separate condenser to allow for a much greater efficiency in terms of power. The main difference with a separate condenser is that with a separate condenser, the main device can remain hot at all times, thus increasing efficiency.