Answer:
Rated power = 1345.66 W/m²
Mechanical power developed = 3169035.1875 W
Explanation:
Wind speed, V = 13 m/s
Coefficient of performance of turbine,
= 0.3
Rotor diameter, d = 100 m
or
Radius = 50 m
Air density, ρ = 1.225 kg/m³
Now,
Rated power = 
or
Rated power = 
or
Rated power = 1345.66 W/m²
b) Mechanical power developed = 
Here, A is the area of the rotor
or
A = π × 50²
thus,
Mechanical power developed = 
or
Mechanical power developed = 3169035.1875 W
D) O Water - Based Is the 1000000000000000000% correct answer
Answer:
folding plans neatly after use
Answer:
# Program is written in python
# 22.1 Using the count method, find the number of occurrences of the character 's' in the string 'mississippi'.
# initializing string
Stringtocheck = "mississippi"
# using count() to get count of s
counter = Stringtocheck.count('s')
# printing result
print ("Count of s is : " + str(counter))
# 2.2 In the string 'mississippi', replace all occurrences of the substring 'iss' with 'ox
# Here, we'll make use of replace() method
# Prints the string by replacing iss by ox
print(Stringtocheck.replace("iss", "ox"))
#2.3 Find the index of the first occurrence of 'p' in 'mississippi'
# declare substring
substring = 'p'
# Find index
index = Stringtocheck.find(substring)
# Print index
print(index)
# End of program
Independent auto lots usually have <u>higher</u> finance rates than dealerships
<u>Explanation:</u>
The finance rates that are charged by the dealers are lower than the finance charges that are charged by the independent auto. In case if you are getting financed through dealerships, you can also negotiate with them to charge finance rates and lower the charges of the finance.
But this negotiation and lowering of the finance rates is not possible with the independent auto lots and thus they charge higher rates compared to the dealerships.