Four hundred and eighty five million, two thousand.
Distance = Square Root ((X2 - X1)^2<span> + (Y2 - Y1)^</span>2<span>)
</span>Distance = Square Root [ (11 --13)^2 + (2 -9)^2 ]Distance = Square Root [ 24^2 + -7^2 ]Distance = Square Root [ 576 + 49 ]Distance = Square Root [ 625 ]Distance = 25
Source:http://www.1728.org/distance.htm
The <em><u>correct answer</u></em> is:
a strong negative correlation
Explanation:
A strong correlation is one that is close to either 1 or -1. -0.93 is very close to -1, so this is a strong correlation.
A negative correlation is one that has a negative r-value. This is a negative r-value, so it is a negative correlation.
Answer:
The program in Python is as follows:
age = int(input("Age: "))
if age>=13 and age <=19:
print("Teenager")
else:
print("Not a teenager")
Step-by-step explanation:
This gets input for age
age = int(input("Age: "))
This checks if age is between 13 and 19 (inclusive)
if age>=13 and age <=19:
If yes, the age is teenage
print("Teenager")
If otherwise, the age is not teenage
else:
print("Not a teenager")
Answer:?
I have no idea sir sorry yt ;-;
Step-by-step explanation: