D1,..,d9 = 0,0,2,2,2,3,4,6,8 //there are 9 values, presented in ascending order
Q2 (median) = d5 = 2 //middle value
Q1 = (d2+d3) / 2 = (0+2)/2 = 1
(Q1 represents the median of d1,d2,d3,d4, but as there is no singular middle element among four, the average is computed)
Q3 = (d7+d8) / 2 = (4+6)/2 = 5
interquartile range = IQR = Q3 - Q1 = 5 -1 = 4
final answer: 4
The constant of variation is 5 because 4 multiplied by 5 equals 20.
Answer:
The scenario is more accurately represented by the exponential model since the linear model suggests that the repayment amount could turn negative.
Step-by-step explanation:
There is a table with two columns and five rows. The first column is labeled months, with entries 6, 12, 18, 24, 30. The second column, which denotes the repayment amount (in dollars), contains the entries 2,700; 2,110; 1,110; 870; 220.
The remaining balance owed changes inconsistently after every six months.
This indicates that the regression cannot be linear, but is instead modeled by an exponential curve.
Consequently, the exponential model better represents the situation because the linear model indicates that the repayment amount will eventually be negative. (Answer)