All the choices are correct.
_____
In our base-10 number system, moving a digit one place to the left multiplies its value by 10. Moving it one place to the right multiplies its value by 1/10.
You know already that 1,000 has 10 times the value of 100, and 1/10 the value of 10,000.
T_n = 3 * T_(n-1)
Long way (always works!)
T_5 = 3*T_4,
T_4 = 3*T_3
T_3 = 3*T_2
T_2 = 3*T_1
T_5 = 3*3*3*3*T_1 = 81*T_1 = 81*8 = 648!
Short way (sometimes it works!)
T_n = 3^(n-1) * T_1 (this case is a geometric series of ratio-=3)
T_5 = 3^4*8 = 648
The vertex is (-4,-3)
The axis of symmetry is x=-4
and the transformations are:
Answer:
x = 6
Step-by-step explanation:
move all terms to the left:
-1.5x+12-(2.5x-12)=0
get rid of parentheses
-1.5x-2.5x+12+12=0
add all the numbers together, and all the variable.
-4x+24=0
move all terms containing x to the left, all other terms to the right
-4x=-24
x=-24/-4 - divide
x=+6