, that is D
when multiplying like variables add the exponents
=
= 
Answer:
B
Step-by-step explanation:
The figure is a trapezium with area (A) calculated as
A =
h (a + b)
where h is the perpendicular height and a, b the parallel bases
Here h = 8, a = 10 and b = 6, thus
A =
× 8 × (10 + 6) = 4 × 16 = 64 cm² → B
Answer:
See below
Step-by-step explanation:
<u>Parent function:</u>
<u>Transformed function:</u>
- y = 4(3)⁻²ˣ⁺⁸ + 6, (note. I see this as 8, sorry if different but it doesn't make any change to transformation method)
<u>Transformations to be applied:</u>
- f(x) → f(-x) reflection over y-axis
- f(-x) → f(-2x) stretch horizontally by a factor of 2
- f(-2x) → f(-2x + 8) translate 8 units right
- f(-2x + 8) → 4f(-2x + 8) stretch vertically by a factor of 4
- 4f(-2x + 8) → 4f(-2x + 8) + 6 translate 6 units up
Answer:
the number is 105
Step-by-step explanation:
5(x+3) = 3(2x - 1)
5x + 15 = 6x - 3
15 = 1x - 3
(15 + 3)
x = 18
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