Yes, I believe they are equivalent because if you were to solve -1/4(10t-15) it would equal -2t+3
Answer:
Hi there!
The correct answer is: There is a moderately strong, negative, nonlinear between two variables. There is one outlier around (3,40)
Step-by-step explanation:
The association in a scatter plot should always include a description of the <u>form</u>, <u>direction</u>, and <u>strength</u> of the association.
Form: Is the association linear or nonlinear?
Direction: Is the association positive or negative?
Strength: Does the association appear to be strong, moderately strong, or weak?
Outliers: Do there appear to be any data points that are unusually far away from the general pattern?
In math, Exponentiation refers to the operation of raising one quantity to the power of another. See the program running the exponentiation below.
<h3>What is the required code?</h3>
The code is given below:
number_of_days = 30
amount_after_30days = 0.01 * (2 ** number_of_days)
# print the amount
print(amount_after_30days)
Learn more about exponentiation at;
brainly.com/question/11975096
#SPJ1
Step-by-step explanation:
height= 4b
length = 2 + b
volume = 60in³
or, l ×b × h = 60in³
or, (2+b) × b × 4b = 60in³
or, 4b²(2+b) = 60in³
or, 8b² + 4b³ = 60
or, 2b² + b³ = 15
or, b³ + 2b² -15= 0
b= 1.95
l= 2+1.95=3.95
h= 4×1.95 = 7.8