Answer:
1 because having anything power 0 is 1
Which sequence is geometric? 1, 5, 9, 13, ... 2, 6, 8, 10, ... 5, 7, 9, 11, ... 4, 8, 16, 32, ...
Sliva [168]
Answer:
4, 8, 16, 32
Step-by-step explanation:
4, 8, 16, 32 is a geometric sequence. The value multiplies by 2 every time.
Answer:
Logarithms are the "opposite" of exponentials, just as subtraction is the opposite of addition and division is the opposite of multiplication. Logs "undo" exponentials. Technically speaking, logs are the inverses of exponentials. On the left-hand side above is the exponential statement "y = bx
Step-by-step explanation:
Answer: x = $7, y = $6
Step-by-step explanation:
Let x be the cost of an adult ticket
Let y be the cost of a children's ticket
Translate these sentences to algebra:
At the circus, three adult tickets and five child tickets cost $51: 3x + 5y = 51
Five adult tickets and two child tickets cost $47: 5x + 2y = 47
Now we have two equations. Let's use substitution to solve.
3x + 5y = 51
3x = 51 - 5y
.: x = 17 - 5y/3
Now substitute this value of x into the second equation to find the numerical value of y:
5(17 - 5y/3) + 2y = 47
85 - 25y/3 + 2y = 47
-19y/3 = -38
-19y = -114
.: y = 6
Now find x:
x = 17 - 5y/3
x = 17 - 10
.: x = 7
So an adult ticket costs $7, and a child ticket costs $6 :)