<h3>
Answers: C and D</h3>
Why? Because they are mirrors of each other. In other words, one table has its x and y row swapped compared to the other table.
The input x = -120 leads to the output y = 627 in table C. Then in table D, we have the input x = 627 to go the output y = -120. Refer to the first column of each table mentioned. The same applies for the other columns as well. The inverse table undoes everything the original table does.
Answer:
87+87+81+86+89+83+89= 602. Divided by 7 because that’s how many numbers there were is 86 and that is your mean/average.
Answer:
$2668.63
Step-by-step explanation:
If the average of 4 months is $5
Meaning the total sum for 4 months
4×5 =$20
If the average for the year was $1780.75
It means the total sum for a year is;
$1780.75×12 =$21369
This means the money received for the remaining 8 months is;
$21369-$20=$21349
Hence the average income for the remaining 8months is ;
The total amount for 8 months / 8;
$21349/8= $2668.625
$2668.63
Answer:
7**6
Step-by-step explanation:
The expression 7^6 ; can be interpreted as 7 raised to the power of 6 ; which is (7 * 7 * 7 * 7 * 7 * 7). To execute this expression using a computer or basic mathematical operation on a computer we use the power symbol which the computer understand this the double multiplication symbol (**)
Hence, 7^6 = (7**6)