A table will generally give you an output value for each of several input values. To find the average rate of change over some range of inputs, divide the difference between output values by the difference between input values for the corresponding inputs.
For example, consider the table
input .... output
.. 1 ............ 3
.. 3 ........... -5
The average rate of change between these input values is
... (change in output)/(change in input) = (-5 -3)/(3 - 1) = -8/2 = -4.
Answer:
1
Step-by-step explanation:
0.0239 x 28 = .6692 (this is the amount of tax paid)
shoes + tax = total
$28 + 0.6692 = $28.6692 which rounds to $28.67 (money is always rounded to the hundredths place)
Answer:
In your console (ctrl + shift + j), the letter a would appear. Beneath that, the letter c would appear.
Step-by-step explanation:
This is because the val2 is not less than or equal to 3. The second condition that's inside the first condition is true but since the first condition is false, the second condition would not run.
Is there a picture of the question?