Answer:
179 animals were still at the river
Step-by-step explanation:
There were 632 animals at the river.
A herd of 187 elephants and 266 zebras left the river area.
This means that 187 + 266 = 453 animals left the river area.
Remaining:
632 - 453 = 179
179 animals were still at the river
Distances are considered to be non-negative in all cases.
The absolute value function is necessary to get a positive result when the difference of coordinate values is negative.
The square root function is defined to return a positive result always, so no absolute value function is required when the distance is found using the square root function.
Answer:
b=36-d
Step-by-step explanation:
b=balloons after being popped
d=balloons popped
This sequence be represented as a recursive equation by a1=8 and an=2a1
<u>Step-by-step explanation</u>:
- 'Recursive' refers to the repetition of a specific process in a sequence.
- The given sequence is {8,16,32,64}.
- If the value is 2 times the previous value, then an=2a(n-1)
Let a1=8,
then a2 = 2a(2-1)
⇒ a2 = 2a1
⇒ a2 = 2(8)
⇒ a2 = 16
Similarly,
For a2=16,
⇒ a3 = 2(a2)
⇒ a3 = 2(16)
⇒ a3 = 32
For a3=32,
⇒ a4 = 2(a3)
⇒ a4 = 2(32)
⇒ a4 = 64
∴ The equation is recursive as a1=8 and an=2a1 to follow the sequence.