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
Answer:
$4.03
Step-by-step explanation:
because 15% of 3.50 is 0.525
take 0.525 and round it up (0.53)
3.50 + 0.53 = $4.03
Answer:
wht cube
Step-by-step explanation:
Answer:
1) The determinant = 65
2) The determinant = 152
Step-by-step explanation:
Let us show how to find the determinant of a matrix
You can find the determinant of this Matrix ![\left[\begin{array}{ccc}a&b&c\\d&e&f\\g&m&n\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Da%26b%26c%5C%5Cd%26e%26f%5C%5Cg%26m%26n%5Cend%7Barray%7D%5Cright%5D)
by using this rule
Determinant = a(en - fm) - b(dn - fg) + c(dm - eg)
Let us use this rule with the given matrices
1)
![\left[\begin{array}{ccc}1&-1&3\\2&5&0\\-3&1&2\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%26-1%263%5C%5C2%265%260%5C%5C-3%261%262%5Cend%7Barray%7D%5Cright%5D)
The determinand = 1[(5)(2) - (0)(1)] - (-1)[(2)(2) - (0)(-3)] + 3[(2)(1) - 5(-3)]
= 1[10 - 0] - (-1)[4 - 0] + 3[2 - (-15)]
= 1[10] + 1[4] + 3[2+15]
= 10 + 4 + 3[17]
= 10 + 4 + 51
= 65
The determinant = 65
Let us do the second one
2)
![\left[\begin{array}{ccc}-1&-8&2\\9&1&0\\4&1&2\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D-1%26-8%262%5C%5C9%261%260%5C%5C4%261%262%5Cend%7Barray%7D%5Cright%5D)
The determinand = -1[(1)(2) - (0)(1)] - (-8)[(9)(2) - (0)(4)] + 2[(9)(1) - 1(4)]
= -1[2 - 0] - (-8)[18 - 0] + 2[9 - 4]
= -1[2] + 8[18] + 2[5]
= -2 + 144 + 10
= 152
The determinant = 152
Hello! If you have any questions feel free to ask