We need to compute the exact number of days of the loan.
Given:
Loan: 1,870
rate: 11%
term: Oct. 5 to Jan 16.
Oct 5-Oct 31: 26 days
Nov: 30 days
Dec: 31 days
Jan 16: 16 days.
total number of days: 103 days.
Interest = Principal * rate * term
Interest = 1870 * 0.11 * 103/365
Interest = 58.05
Given:
Promissory note $5,380
rate 6.2%
term: July 15 to Dec. 28
July 15 - 31 = 16 days
August: 31 days
September: 30 days
October: 31 days:
November: 30 days
December: 28 days
Total number of days is 166 days
Interest = Principal * rate * term
Interest = 5,380 * 0.062 * 166/365
Interest = 151.70
X = 9
Move the 1 over to make it 3x = 28. The. 28/3 equals 9
Answer:
a congruent triangle is less then 180 and is around 42 degrees
Step-by-step explanation:
Answer:
44.16 ; 4.88
Step-by-step explanation:
Recall :
Mean, μ = np
Sample size, n = 96
Sample proportion, p = 0.46
For the mean :
Mean, μ = 96 * 0.46
0.46 * 96 = 44.16
The standard deviation :
σ = √npq
q = 1 - p = 1 - 0.46 = 0.54
σ = √npq = √(96 * 0.46 * 0.54)
σ = √23.8464
σ = 4.88
Explanation:
An <em>explicit function</em> returns a value based only on the arguments given.
y = f(x)
__
A <em>recursive function</em> returns a value based on the arguments given and on other values of the function.
y = f(x, f(g(x))