Answer:
9* 3 ^ (x-2)
Step-by-step explanation:
g(x) = 3^x
We know a^ (b) * a^(c) = a^ (b+c)
9* 3 ^ (x+2) = 3^2 * 3 ^(x+2) = 3^(2+x+2) = 3^x+4 not equal to 3^x
3*(9^(x+2)) = 3*3^2(x+2) = 3^1 * 3^(2x+4) =3^(2x+4+1) = 3^(2x+5) not equal
9* 3 ^ (x-2) = 3^2 * 3 ^(x-2) = 3^(2+x-2) = 3^x equal to 3^x
3*(9^(x-2)) = 3*3^2(x-2) = 3^1 * 3^(2x-4) =3^(2x-4+1) = 3^(2x-3) not equal
Answer:
809 km²
Step-by-step explanation:
I can split this into 3 rectangles. One is 25 by 17, another is 24 by 13, and the last one is 6 by 12. (I had gotten 13 for the second rectangle because 25 - 12 = 13.)
(25 * 17) + (24 * 13) + (6 * 12) <em>{17 is the first number after a multiple of 4 (16). As a result, 25 by 17 will end in "25." 25 by 17 is 425.}</em>
425 + (24 * 13) + (6 * 12) <em>{24 by 13 is 312.}</em>
425 + 312 + (6 * 12) <em>{6 by 12 is 72.}</em>
425 + 312 + 72 <em>{From left to right, add 425, 312, and 72 to get 809}</em>
737 + 72
809 km²
The area of this figure is 809 km².
Answer:
<h2>12</h2>
Step-by-step explanation:
Answer:
1 false
2 true
3 true
4 false
5 true
Step-by-step explanation:
f(a) = (2a - 7 + a^2) and g(a) = (5 – a).
1 false f(a) is a second degree polynomial and g(a) is a first degree polynomial
When added together, they will be a second degree polynomial
2. true When we add and subtract polynomials, we still get a polynomial, so it is closed under addition and subtraction
3. true f(a) + g(a) = (2a - 7 + a^2) + (5 – a)
Combining like terms = a^2 +a -2
4. false f(a) - g(a) = (2a - 7 + a^2) - (5 – a)
Distributing the minus sign (2a - 7 + a^2) - 5 + a
Combining like terms a^2 +3a -12
5. true f(a)* g(a) = (2a - 7 + a^2) (5 – a).
Distribute
(2a - 7 + a^2) (5) – (2a - 7 + a^2) (a)
10a -35a +5a^2 -2a^2 -7a +a^3
Combining like term
-a^3 + 3 a^2 + 17 a - 35