Ummm did you try to add or subtract and multiply or divide that can get your answer
It is important because now a days we all need help from engineers
The answer is False!
The answer is false
Answer:
The solution code is written in Python 3.
- carYear = 1995
- if(carYear < 1967):
- print("Probably has few safety features.\n")
- if(carYear > 1970):
- print("Probably has head rests. \n")
- if(carYear > 1991):
- print("Probably has electronic stability control.\n")
- if(carYear > 2002):
- print("Probably has airbags. \n")
Explanation:
Firstly, create a variable, <em>carYear</em> to hold the value of year of the car make. (Line 1)
Next, create multiple if statements as required by the question (Line 3-13). The operator "<" denotes "smaller" and therefore <em>carYear < 1967</em> means any year before 1967. On another hand, the operator ">" denotes "bigger" and therefore <em>carYear > 1970 </em>means any year after 1970.
The print statement in each of the if statements is done using the Python built-in function <em>print()</em>. The "\n" is an escape sequence that create a new line at the end of each printed phrase.
Answer:
1170 km/hr
Explanation:
Let's first state the formula to be used
c = √(KRT)
The temperature at an altitude of 15km is -56.5° C
Let's not convert this to °K, we have
-56.5° + 273.15 = 216.65° K
Also, the temperature at 8km is -36.9° C, on converting to °K we have
-36.9° + 273.15 = 236.25° K
Then again, we look for the speed at both 15 km and 8 km both of which are 295 m/s and 308 km
Finally, we use the mach similarity formula
(V/c) of 15km = (V/c) of 8km
V of 8km = c of 8km * (V/c) of 15km
V of 8km = 1170 km/hr