Answer: (B) -625
<u>Step-by-step explanation:</u>
Given the sequence {-500, -100, -20, -4, -0.8, ... }, we know that that the first term (a) is -500 and the ratio (r) is 
Input those values into the Sum formula:

The top row of matrix A (1, 2, 1) is multiplied with the first column of matrix B (1,0,-1) and the result is 1x1 + 2x0 + 1x -1 = 0 this is row 1 column 1 of the resultant matrix
The top row of matrix A (1,2,1) is multiplied with the second column of matrix B (-1, -1, 1) and the result is 1 x-1 + 2 x -1 + 1 x 1 = -2 , this is row 1 column 2 of the resultant matrix
Repeat with the second row of matrix A (-1,-1.-2) x (1,0,-1) = 1 this is row 2 column 1 of the resultant matrix, multiply the second row of A (-1,-1,-2) x (-1,-1,1) = 0, this is row 2 column 2 of the resultant
Repeat with the third row of matrix A( -1,1,-2) x (1,0, -1) = 1, this is row 3 column 1 of the resultant
the third row of A (-1,1,-2) x( -1,-1,1) = -2, this is row 3 column 2 of the resultant matrix
Matrix AB ( 0,-2/1,0/1,-2)
Hello,
function minmax(int p1,int p2,int p3, int adr_big, int adr_small)
{ int mini=p1,maxi=p1;
if (p1>p2) {mini=p2;}
else {maxi=p2;};
if (p3>maxi) maxi=p3;
if (p3<mini) mini=p3;
*adr_big=maxi;
*adr_small=mini;
};
// main
int a=31,b=5,c=19,big,small;
minmax(a,b,c,&big,&small);
Answer:
D for both
Step-by-step explanation:
Exercise is the condition and healthier is the outcome. So if you exercise then you will be healthier.
All cardinals are red. But not all red birds are cardinals. So d is the only one that is always true
Answer: 12.6
Step-by-step explanation: because it’s the right answer