Answer:
x = 993.32
Explanation:
Given:
p=10+5ln(3x+1) , where p = $50
50 = 10 + 5ln(3x+1)
50-10 = 5ln(3x+1)
40 = 5ln(3x+1)
40/5 = ln(3x+1)
8 = ln(3x+1)
3x + 1 = 
Using calculator
= 2,980.96
3x + 1 = 2,980.96
3x = 2,980.96 - 1
3x = 2,979.96
x = 2,979.96 / 3
x = 993.32
Therefore, 993.32 units would be supplied.
Answer: 20,816.215
Explanation:
Given that:
A deposit of $1000 at 4% interest compounding is defined by the growth function:
v(t) = 1000e^0.04t
Where t = number of years.
Find the average value during the first 40 years (that is, from time 0 to time 40.)
(That is t = 0,...,40)
For ease, we can use a python list comprehension to get our values.
v = [1000*2.7182818**0.04*t for t in range(41)]
V gives a list of the value of the deposit from year 0 till 40 years after the deposit.
Average = sum of compounding deposits / number of years
Sum of compounding deposits = sum(v) = $853464.8344
Number of years = len(v) = 41
Hence, average = $853464.8344 / 41
Average = $20,816.215
Answer:
Answer C
Explanation:
If one of the variables is measured on dichotomous nominal scale, such as gender and other is measured on interval or ratio scale, than we use point biserial correlation coefficient. It will measure our initial hypothesis that there is a connection between the time spent on the phone, talking to your mother with gender. Later, if we would want to conclude how strong is this connection, we would use regression analysis.
Answer:
the answer is 3 days later
Explanation:
Answer:
$31,000
Explanation:
Calculation to determine Elaine's current basis in her partnership interest
Using this formula
Elaine's current basis= Value of original basis + (interest purchased - Cash received) + Tax exempt interest
Let plug in the formula
Elaine's current basis= $40,000 + ($70,000 - $80,000) + $1,000
Elaine's current basis= $40,000 - $10,000 + $1,000
Elaine's current basis= $31,000
Therefore Elaine's current basis in her partnership interest is $31,000