A half-life of the isotope is 15 days and at start its mass is 32 g.
A table:
t: m:
0 32 g
15 16 g
30 8 g
45 4 g
60 2 g
75 1 g
In the first column is used an arithmetic sequence ( a 1 = 0, d = 15 ).
In the second column is used a geometric sequence ( a 1 = 32, r = 1/2 )
Answer:
D. 6i
Step-by-step explanation:
Step-by-step explanation:
Total amount of cookies = 4250
butter cookies, b
Almond cookies, a
Chocolate cookies, c
It made 715 more butter cookies than
almond cookies
b = a + 715
It made 5 times as many chocolate cookies as almond
5a = c
Total amount of cookies
= a + b + c
= a + (a+715) + (5a)
= 7a + 715
7a + 715 = 4250
7a = 4250-715
a = 3535 / 7
a = 505
c = 5a
= 5 (505)
= 2525
The factory make 2525 chocolate cookies.
Answer:
mark as brainliest and drop some thanks!!!
Answer:
A, B, D, F
Step-by-step explanation:
Matrix operations require that the matrix dimensions make sense for the operation being performed.
Matrix multiplication forms the dot product of a row in the left matrix and a column in the right matrix. That can only happen if those vectors have the same dimension. That is the number of columns in the left matrix must equal the number of rows in the right matrix.
Matrix addition or subtraction operates on corresponding terms, so the matrices must have the same dimension.
The transpose operation interchanges rows and columns, so reverses the dimension numbers. It is a defined operation for any size matrix.
<h3>Defined operations</h3>
A. CA ⇒ (4×7) × (7×2) . . . . defined
B. B -A ⇒ (7×2) -(7×2) . . . . defined
C. B -C ⇒ (7×2) -(4×7) . . . undefined
D. AB' ⇒ (7×2) × (2×7) . . . . defined
E. AC ⇒ (7×2) × (4×7) . . . undefined
F. C' ⇒ (7×4) . . . . defined